[php-horde-Horde-Prefs/epel7] update to 2.7.1

Remi Collet remi at fedoraproject.org
Tue Dec 30 08:35:37 UTC 2014


commit ec72e7ae1660aaa7cab9bf758a7e5e13c89b0117
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Dec 30 09:33:52 2014 +0100

    update to 2.7.1
    
    (cherry picked from commit 1650df6755c186a03d2c391c0636fb7eb4b8b78f)

 .gitignore                 |    1 +
 php-horde-Horde-Prefs.spec |   14 +++++++-------
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e91f905..7f0d2ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Horde_Prefs-2.5.2.tgz
 /Horde_Prefs-2.6.0.tgz
 /Horde_Prefs-2.7.0.tgz
+/Horde_Prefs-2.7.1.tgz
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec
index 3b77fe0..db79286 100644
--- a/php-horde-Horde-Prefs.spec
+++ b/php-horde-Horde-Prefs.spec
@@ -13,7 +13,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Prefs
-Version:        2.7.0
+Version:        2.7.1
 Release:        1%{?dist}
 Summary:        Horde Preferences API
 
@@ -46,7 +46,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Mail) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Mime) <  3.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.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
@@ -120,12 +120,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
@@ -152,6 +148,10 @@ fi
 
 
 %changelog
+* Mon Dec 29 2014 Remi Collet <remi at fedoraproject.org> - 2.7.1-1
+- Update to 2.7.1
+- raise dependency on Horde_Translation >= 2.2.0
+
 * Sat Aug 30 2014 Remi Collet <remi at fedoraproject.org> - 2.7.0-1
 - Update to 2.7.0
 
diff --git a/sources b/sources
index e287a08..fcb2e92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03e7da4f063307ce7ab399f374248260  Horde_Prefs-2.7.0.tgz
+b9b6a8d65be01de0e0d49bf2fafa01fc  Horde_Prefs-2.7.1.tgz


More information about the scm-commits mailing list