[php-horde-Horde-Url/epel7] update to 2.2.3

Remi Collet remi at fedoraproject.org
Fri Jun 6 11:41:05 UTC 2014


commit ceeaab09a3044f011c4bd827e036ad6ed8f3e5e9
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jun 6 13:39:10 2014 +0200

    update to 2.2.3
    
    (cherry picked from commit dfd083183c1c954a264ef4e917e7563d7cce812a)

 .gitignore               |    1 +
 php-horde-Horde-Url.spec |    7 +++++--
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2a3acf..375cc6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ clog
 /Horde_Url-2.2.0.tgz
 /Horde_Url-2.2.1.tgz
 /Horde_Url-2.2.2.tgz
+/Horde_Url-2.2.3.tgz
diff --git a/php-horde-Horde-Url.spec b/php-horde-Horde-Url.spec
index 37c5d14..4afee26 100644
--- a/php-horde-Horde-Url.spec
+++ b/php-horde-Horde-Url.spec
@@ -16,7 +16,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Url
-Version:        2.2.2
+Version:        2.2.3
 Release:        1%{?dist}
 Summary:        Horde Url class
 
@@ -78,7 +78,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
 phpunit \
-    -d include_path=$src/lib:.:%{pear_phpdir} \
+    --include-path=$src/lib \
     -d date.timezone=UTC \
     .
 %else
@@ -105,6 +105,9 @@ fi
 
 
 %changelog
+* Wed Jun 04 2014 Remi Collet <remi at fedoraproject.org> - 2.2.3-1
+- Update to 2.2.3
+
 * Tue Mar 04 2014 Remi Collet <remi at fedoraproject.org> - 2.2.2-1
 - Update to 2.2.2
 
diff --git a/sources b/sources
index e66412f..7aa7244 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d8e879379bab280dd5a296470422722  Horde_Url-2.2.2.tgz
+c301519b23bffd9ed468e0414968845d  Horde_Url-2.2.3.tgz


More information about the scm-commits mailing list