From e21c863db6d9df99df614e4bc118cccd946c97ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Oct 2016 06:43:11 +0200 Subject: php-bartlett-php-compatinfo-db: 3.13.0 --- php-bartlett-php-compatinfo-db.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index ac8d289..07da059 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 e4c2d0c5fe347e97fc864f01c9f2a33edd5df178 +%global gh_commit fc8e15c5c6bc31cfc1e99fbd523e721e66bd02be %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.12.0 +Version: 1.13.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 @@ -40,7 +40,6 @@ Source1: %{name}-1.2.0-autoload.php Patch0: %{name}-1.2.0-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch -Patch2: curl.patch BuildArch: noarch # Needed to build the database from sources @@ -106,7 +105,6 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5 %patch0 -p1 -b .rpm %patch1 -p0 -b .curltls -%patch2 -p1 -b .curl cp %{SOURCE1} src/%{ns_vendor}/%{ns_project}/autoload.php @@ -186,6 +184,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Tue Oct 4 2016 Remi Collet - 1.13.0-1 +- update to 1.13.0 + * Tue Sep 27 2016 Remi Collet - 1.12.0-1 - update to 1.12.0 -- cgit