diff options
-rw-r--r-- | php-myclabs-php-enum.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 0048941..440bf05 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 aef7b9f343a677744d7410485a60fe16c46ca1ed +%global gh_commit 5f36467c7a87e20fbdc51e524fd8f9d1de80187c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.5 +Version: 1.7.6 Release: 1%{?dist} Summary: PHP Enum implementation @@ -121,6 +121,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 1.7.6-1 +- update to 1.7.6 + * Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 1.7.5-1 - update to 1.7.5 |