From 600846e583fe39c8e9ecb4414ec33bd53ed84d8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 09:38:40 +0200 Subject: update to 1.1.7 drop patch merged upstream --- php-nrk-Predis.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-nrk-Predis.spec') 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 - 1.1.7-1 +- update to 1.1.7 +- drop patch merged upstream + * Thu Mar 18 2021 Remi Collet - 1.1.6-3 - fix test failure with redis 6.2 using patch from https://github.com/predis/predis/pull/686 -- cgit