From 13d724560a04c3ac124356a710f8a2da0cdcf3ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Nov 2017 08:28:16 +0100 Subject: patch from https://github.com/horde/Compress/pull/1 --- php-horde-Horde-Compress.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-horde-Horde-Compress.spec') diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index f45a7ed..51cc790 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -13,7 +13,7 @@ Name: php-horde-Horde-Compress Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Horde Compression API Group: Development/Libraries @@ -21,8 +21,8 @@ License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -# https://github.com/horde/horde/pull/219 -Patch0: %{name}-pr219.patch +# https://github.com/horde/Compress/pull/1 +Patch0: %{name}-pr1.patch BuildArch: noarch BuildRequires: php-pear(PEAR) >= 1.7.0 @@ -73,7 +73,7 @@ An API for various compression techniques. %prep %setup -q -c cd %{pear_name}-%{version} -%patch0 -p3 -b .pr219 +%patch0 -p1 -b .pr1 # Don't install .po and .pot files # Remove checksum for .mo, as we regenerate them @@ -145,6 +145,9 @@ fi %changelog +* Tue Nov 14 2017 Remi Collet - 2.2.1-2 +- patch from https://github.com/horde/Compress/pull/1 + * Mon Aug 28 2017 Remi Collet - 2.2.1-1 - Update to 2.2.1 -- cgit