From be307aa38528fe12bb99c57e9340df73fcb13399 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 May 2017 15:53:23 +0200 Subject: v2.7.8 --- php-horde-Horde-Crypt.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-horde-Horde-Crypt.spec') diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index 05a77d6..e3f10fb 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Crypt -Version: 2.7.7 +Version: 2.7.8 Release: 1%{?dist} Summary: Horde Cryptography API @@ -21,9 +21,6 @@ License: LGPLv2 URL: http://%{pear_channel} Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -# https://github.com/horde/horde/pull/220 -Patch0: %{name}-pr220.patch - BuildArch: noarch BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 @@ -75,13 +72,11 @@ systems. %prep %setup -q -c cd %{pear_name}-%{version} -%patch0 -p3 -b .pr220 # Don't install .po and .pot files # Remove checksum for .mo, as we regenerate them sed -e '/%{pear_name}.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ - -e '/Binary.php/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml touch -r ../package.xml %{name}.xml @@ -153,6 +148,10 @@ fi %changelog +* Wed May 3 2017 Remi Collet - 2.7.8-1 +- Update to 2.7.8 +- drop patch merged upstream + * Wed May 3 2017 Remi Collet - 2.7.7-1 - Update to 2.7.7 - open https://github.com/horde/horde/pull/220 - fix for gnupg 2.0 -- cgit