From 299cd4bdeb401bc69c53af668fcdd3a48d7a151b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 May 2014 16:04:56 +0200 Subject: php-horde-Horde-Util: 2.4.0 --- php-horde-Horde-Util.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'php-horde-Horde-Util.spec') diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec index b6f198d..828abe7 100644 --- a/php-horde-Horde-Util.spec +++ b/php-horde-Horde-Util.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Util -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: Horde Utility Libraries @@ -27,19 +27,24 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} +# From package.xml Requires: php(language) >= 5.3.0 +Requires: php-pear(PEAR) >= 1.7.0 +Requires: php-channel(%{pear_channel}) +# Optional Requires: php-ctype -Requires: php-dom Requires: php-filter Requires: php-iconv +Requires: php-intl Requires: php-json -Requires: php-libxml Requires: php-mbstring +Requires: php-xml +# From phpcompatinfo report for version 2.4.0 +Requires: php-dom +Requires: php-libxml Requires: php-pcre Requires: php-session Requires: php-spl -Requires: php-pear(PEAR) >= 1.7.0 -Requires: php-channel(%{pear_channel}) # Optional: Horde_Imap_Client not required to reduce build tree Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -104,12 +109,16 @@ fi %{pear_phpdir}/Horde/Array.php %{pear_phpdir}/Horde/Domhtml.php %{pear_phpdir}/Horde/String.php +%{pear_phpdir}/Horde/String %{pear_phpdir}/Horde/Util.php %{pear_phpdir}/Horde/Variables.php %{pear_testdir}/%{pear_name} %changelog +* Sat May 03 2014 Remi Collet - 2.4.0-1 +- Update to 2.4.0 + * Fri Jun 28 2013 Remi Collet - 2.3.0-1 - Update to 2.3.0 - requires php-json -- cgit