From 12b9fc38ff3ac546650a2a6f78257e87ba4da706 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jun 2021 09:20:44 +0200 Subject: update to 3.7.1 --- php-bartlett-php-compatinfo-db.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 1700e9b..dd91daf 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 75fb80424afece3a251c1af845a6bfe4750bec19 +%global gh_commit f91aab5ec24521191a9fee2b4072ef89a0dc7b7a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -28,12 +28,12 @@ %bcond_with im6 %bcond_with im7 -%global upstream_version 3.7.0 +%global upstream_version 3.7.1 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Reference Database to be used with php-compatinfo library License: BSD @@ -47,8 +47,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit Patch0: %{name}-3.7-rpm.patch # CURL_SSLVERSION constants have been backported Patch1: %{name}-curltls.patch -# upstream fix -Patch2: upstream.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 @@ -156,7 +154,6 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5 %patch0 -p1 -b .rpm %patch1 -p1 -b .curltls -%patch2 -p1 -b .up : relocate mv config src/config @@ -286,6 +283,9 @@ exit $ret %changelog +* Mon Jun 28 2021 Remi Collet - 3.7.1-1 +- update to 3.7.1 + * Fri Jun 25 2021 Remi Collet - 3.7.0-3 - test build with upstream patches for zip and imagick -- cgit