diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-15 18:27:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-15 18:27:08 +0200 |
commit | 88a5f8ecd1866c4c8c6f6a36a9feaddba1e1e5a7 (patch) | |
tree | 18fa9d24aceeacf4637ef1f46375e43e6efa4ccf | |
parent | e21c863db6d9df99df614e4bc118cccd946c97ee (diff) |
php-bartlett-php-compatinfo-db: 1.14.0
-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 07da059..fcddb32 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 fc8e15c5c6bc31cfc1e99fbd523e721e66bd02be +%global gh_commit fef5a0cf964436cc82abf8a266fb35f95f3b32b1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -23,7 +23,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{c_vendor}-%{c_project} -Version: 1.13.0 +Version: 1.14.0 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Reference Database to be used with php-compatinfo library @@ -184,6 +184,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Sat Oct 15 2016 Remi Collet <remi@fedoraproject.org> - 1.14.0-1 +- update to 1.14.0 + * Tue Oct 4 2016 Remi Collet <remi@fedoraproject.org> - 1.13.0-1 - update to 1.13.0 |