[php-horde-Horde-Group/epel7] - Update to 2.0.5 - add provides php-composer(horde/horde-group)

Remi Collet remi at fedoraproject.org
Wed Mar 4 10:01:37 UTC 2015


commit b4677e5c84a572231d59e4c8223841dcd56376fc
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Mar 4 10:52:54 2015 +0100

    - Update to 2.0.5
    - add provides php-composer(horde/horde-group)
    
    (cherry picked from commit d959b8f84aad6ca18f855b930700eafe5fe84832)

 .gitignore                 |  5 ++---
 php-horde-Horde-Group.spec | 20 ++++++++++----------
 sources                    |  2 +-
 3 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9863b39..3fcb107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/Horde_Group-2.0.2.tgz
-/Horde_Group-2.0.3.tgz
-/Horde_Group-2.0.4.tgz
+clog
+/Horde_Group-2.0.5.tgz
diff --git a/php-horde-Horde-Group.spec b/php-horde-Horde-Group.spec
index 44e0b9c..d7bea27 100644
--- a/php-horde-Horde-Group.spec
+++ b/php-horde-Horde-Group.spec
@@ -1,6 +1,6 @@
 # spec file for php-horde-Horde-Group
 #
-# Copyright (c) 2012-2014 Nick Bebout, Remi Collet
+# Copyright (c) 2012-2015 Nick Bebout, Remi Collet
 #
 # License: MIT
 # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
@@ -13,7 +13,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Group
-Version:        2.0.4
+Version:        2.0.5
 Release:        1%{?dist}
 Summary:        Horde User Groups System
 
@@ -47,6 +47,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Ldap) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Ldap) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-group) = %{version}
 
 
 %description
@@ -54,11 +55,10 @@ Package for managing and accessing the Horde groups system.
 
 
 %prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
 
 cd %{pear_name}-%{version}
-cp -p ../package.xml %{name}.xml
+mv ../package.xml %{name}.xml
 
 
 %build
@@ -79,12 +79,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %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
@@ -107,6 +103,10 @@ fi
 
 
 %changelog
+* Wed Mar 04 2015 Remi Collet <remi at fedoraproject.org> - 2.0.5-1
+- Update to 2.0.5
+- add provides php-composer(horde/horde-group)
+
 * Tue Jun 17 2014 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
 - Update to 2.0.4
 
diff --git a/sources b/sources
index f7df428..a949578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39cf59e41fe1f9277a9ca95f28b4be28  Horde_Group-2.0.4.tgz
+b06dbbef36de8b0276057c1cc6ac9bce  Horde_Group-2.0.5.tgz


More information about the scm-commits mailing list