From cdebb932ba98d904fde83fd53fdb8af644d69b12 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Feb 2015 07:18:44 +0100 Subject: php-horde-Horde-Compress: 2.1.0 --- php-horde-Horde-Compress.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index 5b0967d..4ce52b0 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Compress -Version: 2.0.8 +Version: 2.1.0 Release: 1%{?dist} Summary: Horde Compression API @@ -38,7 +38,9 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Mime) >= 2.5.0 +Requires: php-pear(%{pear_channel}/Horde_Mime) < 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 @@ -55,6 +57,7 @@ Requires: php-pcre # Optional and implicitly required Horde_Stream_Filter Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-mime) = %{version} %description @@ -69,6 +72,7 @@ cd %{pear_name}-%{version} sed -e '/%{pear_name}.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -100,12 +104,8 @@ done | tee ../%{pear_name}.lang %check -src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit \ - --include-path=$src/lib \ - -d date.timezone=UTC \ - . +phpunit . %post @@ -130,6 +130,12 @@ fi %changelog +* Mon Feb 16 2015 Remi Collet - 2.1.0-1 +- Update to 2.1.0 +- add dependency on Horde_Mime +- raise dependency on Horde_Translation >= 2.2.0 +- add provides php-composer(horde/horde-mime) + * Thu May 22 2014 Remi Collet - 2.0.8-1 - Update to 2.0.8 -- cgit