diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-02 07:28:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-02 07:28:25 +0100 |
commit | 2d516daed3b2f32b121077fbf9e047357ee29b5b (patch) | |
tree | d99cc478e5a645ecab2d951cc524c8809de8ab73 | |
parent | 475ad83bfd0648ea41faddfc0555faefb8272c19 (diff) |
v1.30.0
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index c2b15e3..f01167a 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 e436278b251e02ce695ed827d679ca60615dc8a0 +%global gh_commit e0b202dcc7f1c13475fbb9e56f05556e2853fce2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -27,12 +27,11 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.29.0 +Version: 1.30.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 -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}%{?prever}-%{gh_short}.tar.gz @@ -200,6 +199,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Fri Mar 2 2018 Remi Collet <remi@remirepo.net> - 1.30.0-1 +- Update to 1.30.0 + * Fri Feb 2 2018 Remi Collet <remi@remirepo.net> - 1.29.0-1 - Update to 1.29.0 - use range dependency on F27+ |