From e2cb1fca5747dabac2acb0bb1ca8a8f14aebc450 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Nov 2017 06:31:20 +0100 Subject: v1.26.0 --- php-bartlett-php-compatinfo-db.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index c833f44..85fb0ae 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 b5c31684aac0ca4f49eed632a65ce656d7626c31 +%global gh_commit be819ca85034b9e77b125ae3fa44a41f2fb51724 %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.25.0 +Version: 1.26.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 @@ -35,7 +35,7 @@ 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}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}%{?prever}-%{gh_short}.tar.gz # Autoloader for RPM Source1: %{name}-1.2.0-autoload.php @@ -190,6 +190,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Fri Nov 24 2017 Remi Collet - 1.26.0-1 +- Update to 1.26.0 + * Tue Oct 31 2017 Remi Collet - 1.25.0-1 - Update to 1.25.0 -- cgit