[php-horde-Horde-Compress/f20] - Update to 2.1.0 - add dependency on Horde_Mime - raise dependency on Horde_Translation >= 2.2.0 -

Remi Collet remi at fedoraproject.org
Mon Feb 16 06:45:20 UTC 2015


commit 1f5415718ed3d30730b1833f4371c46d47236f3d
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Feb 16 07:45:06 2015 +0100

    - Update to 2.1.0
    - add dependency on Horde_Mime
    - raise dependency on Horde_Translation >= 2.2.0
    - add provides php-composer(horde/horde-mime)

 .gitignore                    |    7 ++-----
 php-horde-Horde-Compress.spec |   21 +++++++++++++--------
 sources                       |    2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85f079e..31dac68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,2 @@
-*spec~
-/Horde_Compress-2.0.3.tgz
-/Horde_Compress-2.0.4.tgz
-/Horde_Compress-2.0.7.tgz
-/Horde_Compress-2.0.8.tgz
+clog
+/Horde_Compress-2.1.0.tgz
diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec
index 7f98fdf..e4b3d44 100644
--- a/php-horde-Horde-Compress.spec
+++ b/php-horde-Horde-Compress.spec
@@ -1,6 +1,6 @@
 # spec file for php-horde-Horde-Compress
 #
-# 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-Compress
-Version:        2.0.8
+Version:        2.1.0
 Release:        1%{?dist}
 Summary:        Horde Compression API
 
@@ -38,7 +38,9 @@ Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Mime) >= 2.5.0
+Requires:       php-pear(%{pear_channel}/Horde_Mime) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0
 Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
@@ -69,6 +71,7 @@ cd %{pear_name}-%{version}
 sed -e '/%{pear_name}.po/d' \
     -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \
     ../package.xml >%{name}.xml
+touch -r ../package.xml %{name}.xml
 
 
 %build
@@ -100,12 +103,8 @@ done | tee ../%{pear_name}.lang
 
 
 %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
@@ -129,6 +128,12 @@ fi
 
 
 %changelog
+* Mon Feb 16 2015 Remi Collet <remi at fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+- add dependency on Horde_Mime
+- raise dependency on Horde_Translation >= 2.2.0
+- add provides php-composer(horde/horde-mime)
+
 * Thu May 22 2014 Remi Collet <remi at fedoraproject.org> - 2.0.8-1
 - Update to 2.0.8
 
diff --git a/sources b/sources
index 4e71498..4cd0eb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf047097e5ff8fca0f02e7d474745cd4  Horde_Compress-2.0.8.tgz
+555f8208d25bd2a03308b019566e9d55  Horde_Compress-2.1.0.tgz


More information about the scm-commits mailing list