From 6519a1f8a5c2bc2ea90164828f52a1ef0d50e737 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 14:30:46 +0200 Subject: update to 3.10.0 --- php-bartlett-php-compatinfo-db.spec | 9 ++++++--- 1 file changed, 6 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 b8270be..c51ca81 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 06576c588c8ac4121fa3ddaa751f712f80f0f74d +%global gh_commit bd790b6587f527fb12c25751b4cd171fd43d09a0 %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.9.0 +%global upstream_version 3.10.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.7-rpm.patch +Patch0: %{name}-3.10-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Sep 1 2021 Remi Collet - 3.10.0-1 +- update to 3.10.0 + * Mon Aug 2 2021 Remi Collet - 3.9.0-1 - update to 3.9.0 -- cgit