summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-09 15:23:00 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-09 15:23:00 +0100
commit67c14e09fb1719d464779fa6da3e3739eb38187e (patch)
tree217fab566effcf8be2ef47fa07d45a006b1bd391 /php-bartlett-php-compatinfo-db.spec
parentf1139a9b8fd106e4bcd4fd956083f44d10fdff54 (diff)
php-bartlett-php-compatinfo-db: 1.4.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index c7a40b0..dc64351 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 0a8fdbb697c5296c6ddb35316a739318e8569cd3
+%global gh_commit c0bd579699ac3059547492e3745b859a72670de7
%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.3.0
+Version: 1.4.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
@@ -38,6 +38,8 @@ Source1: %{name}-1.2.0-autoload.php
# Autoload and sqlite database path
Patch0: %{name}-1.2.0-rpm.patch
+# CURL_SSLVERSION constants have been backported
+Patch1: %{name}-curltls.patch
BuildArch: noarch
# Needed to build the database from sources
@@ -102,6 +104,8 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1 -b .rpm
+%patch1 -p0 -b .old
+
cp %{SOURCE1} src/%{ns_vendor}/%{ns_project}/autoload.php
# Cleanup patched files
@@ -177,6 +181,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite
%changelog
+* Sat Jan 9 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
+- update to 1.4.0
+
* Tue Dec 29 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
- update to 1.3.0