[php-horde-Horde-SyncMl/epel7] update to 2.0.5

Remi Collet remi at fedoraproject.org
Thu Dec 4 08:23:30 UTC 2014


commit dc131050b525d7504a038cacc2babb4a29d67d21
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Dec 4 09:20:55 2014 +0100

    update to 2.0.5
    
    (cherry picked from commit e4ca97e68f36cfc6679ea9c1e672385af2acc209)

 .gitignore                  |    1 +
 php-horde-Horde-SyncMl.spec |   15 +++++++--------
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2971746..035b2f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Horde_SyncMl-2.0.3.tgz
 /Horde_SyncMl-2.0.4.tgz
+/Horde_SyncMl-2.0.5.tgz
diff --git a/php-horde-Horde-SyncMl.spec b/php-horde-Horde-SyncMl.spec
index 48128a0..df89e54 100644
--- a/php-horde-Horde-SyncMl.spec
+++ b/php-horde-Horde-SyncMl.spec
@@ -15,7 +15,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-SyncMl
-Version:        2.0.4
+Version:        2.0.5
 Release:        1%{?dist}
 Summary:        Horde_SyncMl provides an API for processing SyncML requests
 
@@ -50,7 +50,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
 Conflicts:      php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Xml_Wbxml) >= 2.0.0
 Conflicts:      php-pear(%{pear_channel}/Horde_Xml_Wbxml) >= 3.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0
 Conflicts:      php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
 # Optional
 Requires:       php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0
@@ -114,13 +114,8 @@ done
 
 %check
 %if %{with_tests}
-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 .
 %else
 : Test disabled, missing '--with tests' option.
 %endif
@@ -149,6 +144,10 @@ fi
 
 
 %changelog
+* Wed Dec 03 2014 Remi Collet <remi at fedoraproject.org> - 2.0.5-1
+- Update to 2.0.5
+- raise dependency on Horde_Translation >= 2.2.0
+
 * Fri Jul 25 2014 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
 - Update to 2.0.4
 
diff --git a/sources b/sources
index 46df696..8ab6195 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9a4b2acb163f374fa81a7575e50fe64  Horde_SyncMl-2.0.4.tgz
+1537d3b7d620ec3afc82a5f05253a385  Horde_SyncMl-2.0.5.tgz


More information about the scm-commits mailing list