From e6884c2d3ebc9c4016522d4268521a3c8b909db3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 16:00:50 +0100 Subject: update to 3.14.0 --- php-bartlett-php-compatinfo-db.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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 cdcbf17..f264f4b 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 01ec6b5c93f7bddb2fcf415d2fbcab9b8f5a7a28 +%global gh_commit 442dcb63237853f6d0f296591b929434019b597d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -28,7 +28,7 @@ %bcond_with im6 %bcond_with im7 -%global upstream_version 3.12.0 +%global upstream_version 3.14.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -44,7 +44,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Fix sqlite database path # Fix version and avoir composer/package-versions-deprecated (relying on composer.lock) # Set proxy files as static -Patch0: %{name}-3.10-rpm.patch +Patch0: %{name}-3.14-rpm.patch # Backported features affecting test suite # - CURL_SSLVERSION constants # - Phar::OPENSSL_SHA* constants @@ -289,6 +289,12 @@ exit $ret %changelog +* Mon Nov 22 2021 Remi Collet - 3.14.0-1 +- update to 3.14.0 + +* Tue Nov 2 2021 Remi Collet - 3.13.0-1 +- update to 3.13.0 + * Tue Oct 26 2021 Remi Collet - 3.12.0-1 - update to 3.12.0 -- cgit