diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-31 07:02:19 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-31 07:02:19 +0100 |
commit | 5ce1db055c42a00b11505feeabfc6e58d90daddf (patch) | |
tree | f1ce06496c709b142b0918c1c6159d8fa6c99ecf /php-bartlett-php-compatinfo-db.spec | |
parent | 119ac104d73c27b32b9aab0b526ae16ee1443b25 (diff) |
v1.25.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 6e939f6..c833f44 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 40f83d1b9c4c4a04d4a16456c4d6747771b5b05a +%global gh_commit b5c31684aac0ca4f49eed632a65ce656d7626c31 %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.24.0 +Version: 1.25.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 @@ -190,6 +190,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Tue Oct 31 2017 Remi Collet <remi@remirepo.net> - 1.25.0-1 +- Update to 1.25.0 + * Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 1.24.0-1 - Update to 1.24.0 |