summaryrefslogtreecommitdiffstats
path: root/php-maxminddb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-13 08:21:02 +0100
committerRemi Collet <remi@remirepo.net>2019-12-13 08:21:02 +0100
commit5fdbcacf79e38153de229779c0f16730e0d68aa0 (patch)
treef934ec64fc5822d5c414305e51822d8ad4425a40 /php-maxminddb.spec
parentf5a34136c705727994917402ac0b4a360eeb4803 (diff)
- update to 1.5.1
- drop patch merged upstream
Diffstat (limited to 'php-maxminddb.spec')
-rw-r--r--php-maxminddb.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 3799db6..3e184cd 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -17,7 +17,7 @@
%global with_tests 0%{!?_without_tests:1}
-%global gh_commit bd436094fc0a9b0558a899fb80b0ae34fe1808a0
+%global gh_commit f096bbe4d37e3d93e62626297bfc2179472a972d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner maxmind
%global gh_project MaxMind-DB-Reader-php
@@ -31,17 +31,15 @@
Summary: MaxMind DB Reader extension
Name: %{?sub_prefix}php-maxminddb
-Version: 1.5.0
-%global rpmrel 3
-Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.5.1
+%global rpmrel 1
+Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo "1".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{pkg_name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
-Patch0: https://patch-diff.githubusercontent.com/raw/maxmind/MaxMind-DB-Reader-php/pull/90.patch
-
BuildRequires: %{?scl_prefix}php-devel >= 5.6
BuildRequires: pkgconfig(libmaxminddb) >= 1.0.0
@@ -157,7 +155,6 @@ Autoloader: %{_datadir}/php/MaxMind/Db/Reader/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .pr90
%if %{with_lib}
%{_bindir}/phpab \
@@ -307,6 +304,10 @@ exit $ret
%changelog
+* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1
+- update to 1.5.1
+- drop patch merged upstream
+
* Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 1.5.0-3
- update to 1.5.0
- raise dependency on PHP 5.6