diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-11 07:42:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-11 07:42:11 +0100 |
commit | 2f800c5156afa82a285efde2fce74973403fcc07 (patch) | |
tree | d9464268a6cd8b809ed5772440a22df341d2595d /php-bartlett-php-compatinfo-db.spec | |
parent | 2234fe8d32c6c1de877489f88342fcea8ca48d94 (diff) |
v1.41.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-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 |