summaryrefslogtreecommitdiffstats
path: root/php-nrk-Predis.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-06 09:38:40 +0200
committerRemi Collet <remi@remirepo.net>2021-04-06 09:38:40 +0200
commit600846e583fe39c8e9ecb4414ec33bd53ed84d8a (patch)
treea05f187b100aa71662c267c26947381c73e327d1 /php-nrk-Predis.spec
parente0cc102064e022687950e9f309aa123e35c1e2f3 (diff)
update to 1.1.7
drop patch merged upstream
Diffstat (limited to 'php-nrk-Predis.spec')
-rw-r--r--php-nrk-Predis.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec
index 294d7f9..b420f58 100644
--- a/php-nrk-Predis.spec
+++ b/php-nrk-Predis.spec
@@ -15,7 +15,7 @@
%global gh_owner nrk
%global gh_project predis
-%global gh_commit 9930e933c67446962997b05201c69c2319bf26de
+%global gh_commit b240daa106d4e02f0c5b7079b41e31ddf66fddf8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global ns_project Predis
@@ -24,8 +24,8 @@
%global pear_channel pear.nrk.io
Name: php-nrk-Predis
-Version: 1.1.6
-Release: 3%{?dist}
+Version: 1.1.7
+Release: 1%{?dist}
Summary: PHP client library for Redis
License: MIT
@@ -40,8 +40,6 @@ BuildRequires: php-phpunit-PHPUnit
BuildRequires: redis
%endif
-Patch0: %{name}-redis62.patch
-
Requires: php(language) >= 5.3.9
Requires: php-reflection
Requires: php-filter
@@ -67,7 +65,6 @@ Flexible and feature-complete PHP client library for Redis.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
%build
@@ -135,6 +132,10 @@ fi
%changelog
+* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 1.1.7-1
+- update to 1.1.7
+- drop patch merged upstream
+
* Thu Mar 18 2021 Remi Collet <remi@remirepo.net> - 1.1.6-3
- fix test failure with redis 6.2 using patch from
https://github.com/predis/predis/pull/686