diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-04 08:01:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-04 08:01:26 +0100 |
commit | 7da4ab2d2fc0396cfbf08d156627b716f2a1e311 (patch) | |
tree | 07bb26dd6117224aeb87a992b765b091edd5e9e2 /php-horde-Horde-Compress.spec | |
parent | c794b8926af2a130efd50f46cd944c83d1a09d56 (diff) |
v2.2.3
Diffstat (limited to 'php-horde-Horde-Compress.spec')
-rw-r--r-- | php-horde-Horde-Compress.spec | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index 2b376ce..03aab19 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -12,16 +12,14 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Compress -Version: 2.2.2 -Release: 3%{?dist} +Version: 2.2.3 +Release: 1%{?dist} Summary: Horde Compression API License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/horde/Compress/pull/2.patch - BuildArch: noarch BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) @@ -89,13 +87,10 @@ An API for various compression techniques. %prep %setup -q -c cd %{pear_name}-%{version} -%patch0 -p1 - # 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 '/Rtf.php/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml touch -r ../package.xml %{name}.xml @@ -161,6 +156,10 @@ fi %changelog +* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 +- drop patch merged upstream + * Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 2.2.2-3 - add patch for PHP 7.4 from https://github.com/horde/Compress/pull/2 |