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 127884d..957a6a7 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    fb7e67241a17fd0576bebd7c7eebd3e3e1f99177 +%global gh_commit    9a7253f5aae8e0fdb2e6dfa59b63bef66a50296f  %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.15.0 +Version:        1.16.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 @@ -188,6 +188,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite  %changelog +* Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 1.16.0-1 +- update to 1.16.0 +  * Wed Nov 23 2016 Remi Collet <remi@fedoraproject.org> - 1.15.0-1  - update to 1.15.0  - disable test suite with PHP 7.1, not yet supported  | 
