[php-horde-Horde-Db/el6] update to 2.2.2

Remi Collet remi at fedoraproject.org
Tue Nov 18 13:50:17 UTC 2014


commit 7e9829baff3f686e3f713712ab591e87c5a06dc3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 18 14:50:16 2014 +0100

    update to 2.2.2

 .gitignore              |    1 +
 Horde_Db-php53.patch    |   39 ---------------------------------------
 php-horde-Horde-Db.spec |   17 ++++++-----------
 sources                 |    2 +-
 4 files changed, 8 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0db913e..d5093c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ clog
 /Horde_Db-2.1.4.tgz
 /Horde_Db-2.1.5.tgz
 /Horde_Db-2.2.0.tgz
+/Horde_Db-2.2.2.tgz
diff --git a/php-horde-Horde-Db.spec b/php-horde-Horde-Db.spec
index b1ce1dc..e356963 100644
--- a/php-horde-Horde-Db.spec
+++ b/php-horde-Horde-Db.spec
@@ -13,7 +13,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Db
-Version:        2.2.0
+Version:        2.2.2
 Release:        1%{?dist}
 Summary:        Horde Database Libraries
 
@@ -22,9 +22,6 @@ License:        BSD
 URL:            http://pear.horde.org
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
-# https://github.com/horde/horde/pull/113
-Patch0:         %{pear_name}-php53.patch
-
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
@@ -67,10 +64,7 @@ Horde database/SQL abstraction layer
 %setup -q -c
 
 cd %{pear_name}-%{version}
-%patch0 -p3 -b .php53
-sed -e '/Base.php/s/md5sum=.*name=/name=/' \
-    ../package.xml >%{name}.xml
-touch -r ../package.xml %{name}.xml
+cp -p ../package.xml %{name}.xml
 
 
 %build
@@ -92,9 +86,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 %check
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
-    -d date.timezone=UTC \
-    .
+phpunit .
 
 
 %post
@@ -118,6 +110,9 @@ fi
 
 
 %changelog
+* Tue Nov 18 2014 Remi Collet <remi at fedoraproject.org> - 2.2.2-1
+- Update to 2.2.2
+
 * Thu Nov 06 2014 Remi Collet <remi at fedoraproject.org> - 2.2.0-1
 - Update to 2.2.0
 - open https://github.com/horde/horde/pull/113 for php 5.3
diff --git a/sources b/sources
index 169efbc..75e7595 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2c29f0c5774ee8253a9b3a9233b9dcf  Horde_Db-2.2.0.tgz
+9db04435c5a2ca5ca1bb7608c6d0f793  Horde_Db-2.2.2.tgz


More information about the scm-commits mailing list