diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-01-24 09:59:35 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-01-24 09:59:35 +0100 | 
| commit | 8576d926c1f23b17ed8743e5416ba98b7a8e3fd1 (patch) | |
| tree | 89d6c0273ff43396186aa8ab37c6e4f713a4eb66 | |
| parent | d1088a80131256165c0099186a2dc027b68ec786 (diff) | |
php-bartlett-php-compatinfo-db: 1.17.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 ffcc8d3..9f60f50 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    9a7253f5aae8e0fdb2e6dfa59b63bef66a50296f +%global gh_commit    1b6f5125f2caec6b7013ab5625ba7bd46d46c358  %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.16.0 +Version:        1.17.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 +* Tue Jan 24 2017 Remi Collet <remi@fedoraproject.org> - 1.17.0-1 +- update to 1.17.0 +  * Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 1.16.0-1  - update to 1.16.0  | 
