diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-30 16:55:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-30 16:55:55 +0100 |
commit | ff677ccbcd2a835cfe87769994d9da297c493d60 (patch) | |
tree | 4a42a3bb28c2cd8db77881197e9fe8cbd02fcbdd | |
parent | 125c35fb58759011ac91174bf51a0807d0a3a776 (diff) |
v1.6.4
-rw-r--r-- | php-myclabs-php-enum.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 8185ebb..7c7d281 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a8284c7c540caf9988e339a404cadcdf1e8b165d +%global gh_commit 550d2334d77f91b0816a5cbd6965272fe20146b8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,11 +20,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.6.3 +Version: 1.6.4 Release: 1%{?dist} Summary: PHP Enum implementation -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snashop to get upstream test suite @@ -123,6 +122,9 @@ exit $ret %changelog +* Tue Oct 30 2018 Remi Collet <remi@remirepo.net> - 1.6.4-1 +- update to 1.6.4 + * Mon Oct 29 2018 Remi Collet <remi@remirepo.net> - 1.6.3-1 - update to 1.6.3 |