remi pushed to php-horde-Horde-Support (epel7). "Update to 2.1.3 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 09:15:37 UTC 2015


>From b568b9e1b68567caef522c6dbbab0fef44635ca9 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Wed, 29 Apr 2015 11:15:03 +0200
Subject: Update to 2.1.3

- add dependency on Horde_Util
- add provides php-composer(horde/horde-support)
- enable test suite

diff --git a/.gitignore b/.gitignore
index 92e7aa4..8cc7221 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ clog
 /Horde_Support-2.0.4.tgz
 /Horde_Support-2.1.0.tgz
 /Horde_Support-2.1.1.tgz
+/Horde_Support-2.1.2.tgz
+/Horde_Support-2.1.3.tgz
diff --git a/php-horde-Horde-Support.spec b/php-horde-Horde-Support.spec
index a21c432..b2e2e00 100644
--- a/php-horde-Horde-Support.spec
+++ b/php-horde-Horde-Support.spec
@@ -1,13 +1,25 @@
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+# spec file for php-horde-Horde-Support
+#
+# Copyright (c) 2012-2015 Nick Bebout, Remi Collet
+#
+# License: MIT
+# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
+#
+# Please, preserve the changelog entries
+#
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
+%global bootstrap    0
 %global pear_name    Horde_Support
 %global pear_channel pear.horde.org
-
-# Can run test because of circular dependency with Horde_Test
+%if %{bootstrap}
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
+%else
+%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
+%endif
 
 Name:           php-horde-Horde-Support
-Version:        2.1.1
+Version:        2.1.3
 Release:        1%{?dist}
 Summary:        Horde support package
 
@@ -37,8 +49,12 @@ 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_Stream_Wrapper) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Stream_Wrapper) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-support) = %{version}
+
 
 %description
 Support classes not tied to Horde but is used by it. These classes can be
@@ -75,10 +91,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 %check
 %if %{with_tests}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit\
-    -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
-    -d date.timezone=UTC \
-    .
+phpunit .
 %else
 : Test disabled, missing '--with tests' option.
 %endif
@@ -103,6 +116,12 @@ fi
 
 
 %changelog
+* Tue Apr 28 2015 Remi Collet <remi at fedoraproject.org> - 2.1.3-1
+- Update to 2.1.3
+- add dependency on Horde_Util
+- add provides php-composer(horde/horde-support)
+- enable test suite
+
 * Sun Sep 08 2013 Remi Collet <remi at fedoraproject.org> - 2.1.1-1
 - Update to 2.1.1
 
diff --git a/sources b/sources
index 8357976..4bdb584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-216da43be5c4602346e7777ee5fb9378  Horde_Support-2.1.1.tgz
+663ce190df20f74e4a7ccd8d0969acfd  Horde_Support-2.1.3.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-horde-Horde-Support.git/commit/?h=epel7&id=b568b9e1b68567caef522c6dbbab0fef44635ca9


More information about the scm-commits mailing list