[php-horde-Horde-Util] update to 2.5.2

Remi Collet remi at fedoraproject.org
Tue Dec 30 07:23:29 UTC 2014


commit fd83e60ebf80a13e01035d855be0f6c2ae31d4ac
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Dec 30 08:23:02 2014 +0100

    update to 2.5.2

 .gitignore                |    1 +
 php-horde-Horde-Util.spec |   11 +++++------
 sources                   |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 846c2ad..5b62f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ clog
 /Horde_Util-2.4.0.tgz
 /Horde_Util-2.5.0.tgz
 /Horde_Util-2.5.1.tgz
+/Horde_Util-2.5.2.tgz
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec
index ac303ee..ec3e195 100644
--- a/php-horde-Horde-Util.spec
+++ b/php-horde-Horde-Util.spec
@@ -16,7 +16,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Util
-Version:        2.5.1
+Version:        2.5.2
 Release:        1%{?dist}
 Summary:        Horde Utility Libraries
 
@@ -88,12 +88,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 %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
@@ -124,6 +120,9 @@ fi
 
 
 %changelog
+* Mon Dec 29 2014 Remi Collet <remi at fedoraproject.org> - 2.5.2-1
+- Update to 2.5.2
+
 * Sat Aug 16 2014 Remi Collet <remi at fedoraproject.org> - 2.5.1-1
 - Update to 2.5.1
 
diff --git a/sources b/sources
index 8864cb0..68ab06d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba26beaf7611f03b304e49c74212582d  Horde_Util-2.5.1.tgz
+2735e1b3cba3b50ac65ff26c65bd4f3f  Horde_Util-2.5.2.tgz


More information about the scm-commits mailing list