[php-horde-Horde-Vfs/f21] - Update to 2.2.2 - add provides php-composer(horde/horde-vfs) - raise dependency on Horde_Translati

Remi Collet remi at fedoraproject.org
Thu Feb 12 17:06:03 UTC 2015


commit 9ed800a72152a73fc5e4f7a83d7114b8b0b7491c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Feb 12 18:05:50 2015 +0100

    - Update to 2.2.2
    - add provides php-composer(horde/horde-vfs)
    - raise dependency on Horde_Translation 2.2.0

 .gitignore               |    9 +++------
 php-horde-Horde-Vfs.spec |   20 +++++++++++---------
 sources                  |    2 +-
 3 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de5f778..8db9654 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-*spec~
-/Horde_Vfs-2.0.4.tgz
-/Horde_Vfs-2.1.0.tgz
-/Horde_Vfs-2.1.1.tgz
-/Horde_Vfs-2.1.2.tgz
-/Horde_Vfs-2.2.0.tgz
+clog
+/Horde_Vfs-2.2.1.tgz
+/Horde_Vfs-2.2.2.tgz
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec
index 4ae9b4f..d4cc0b8 100644
--- a/php-horde-Horde-Vfs.spec
+++ b/php-horde-Horde-Vfs.spec
@@ -1,6 +1,6 @@
 # spec file for php-horde-Horde-Vfs
 #
-# 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
@@ -15,8 +15,8 @@
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-horde-Horde-Vfs
-Version:        2.2.0
-Release:        2%{?dist}
+Version:        2.2.2
+Release:        1%{?dist}
 Summary:        Virtual File System API
 
 Group:          Development/Libraries
@@ -46,7 +46,7 @@ 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_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
@@ -66,6 +66,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Perms) <  3.0.0
 # Optional and implicitly required: Horde_Db, Horde_Mime
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-vfs) = %{version}
 
 
 %description
@@ -128,16 +129,12 @@ done | tee ../%{pear_name}.lang
 
 %check
 %if %{with_tests}
-src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
 # Failed asserting that file "/tmp/vfsfiletest/.horde/foo/高&执&行&力&的&打&造.txt" exists.
 sed -e 's/testDeleteUnusalFileNames/SKIP_testDeleteUnusalFileNames/' \
     -i FileTest.php
 
-phpunit \
-    --include-path=$src/lib \
-    -d date.timezone=UTC \
-    .
+phpunit .
 %else
 : Test disabled
 %endif
@@ -167,6 +164,11 @@ fi
 
 
 %changelog
+* Wed Feb 11 2015 Remi Collet <remi at fedoraproject.org> - 2.2.2-1
+- Update to 2.2.2
+- add provides php-composer(horde/horde-vfs)
+- raise dependency on Horde_Translation 2.2.0
+
 * Sun Jun 08 2014 Remi Collet <remi at fedoraproject.org> - 2.2.0-2
 - fix FTBFS (include path for test)
 
diff --git a/sources b/sources
index ec6c3c5..3d4c599 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0d0f7ce426df67ad9d508b3bba13ea0  Horde_Vfs-2.2.0.tgz
+e2e937d7677dc36831c280d8dcd29822  Horde_Vfs-2.2.2.tgz


More information about the scm-commits mailing list