summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-28 09:20:44 +0200
committerRemi Collet <remi@remirepo.net>2021-06-28 09:20:44 +0200
commit12b9fc38ff3ac546650a2a6f78257e87ba4da706 (patch)
tree22ef5b38d8d408f54d80beb4e9696b2e5cceb5b7 /php-bartlett-php-compatinfo-db.spec
parentf22a99b16e482327d86b27158d85218b5a799f1a (diff)
update to 3.7.1
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 3.7.1-1
+- update to 3.7.1
+
* Fri Jun 25 2021 Remi Collet <remi@remirepo.net> - 3.7.0-3
- test build with upstream patches for zip and imagick