diff options
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 245e3ef..872f4ac 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit 24bf437fe880e4d02f4c3ff09f68d34bf904618a +%global gh_commit 1142e0e10d9837dd4ae90ad41e784d217ed33e3d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -27,7 +27,7 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.40.1 +Version: 1.41.0 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Reference Database to be used with php-compatinfo library @@ -210,6 +210,9 @@ fi %changelog +* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 1.41.0-1 +- update to 1.41.0 + * Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 1.40.1-1 - update to 1.40.1 |