[php-horde-Horde-Injector] update to 2.0.3

Remi Collet remi at fedoraproject.org
Tue Feb 11 14:17:50 UTC 2014


commit e0f33ed052064eec6aeb47173fb72523e5e088d6
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Feb 11 15:18:23 2014 +0100

    update to 2.0.3

 .gitignore                    |    1 +
 php-horde-Horde-Injector.spec |   22 +++++++++++++++++-----
 sources                       |    2 +-
 3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc18782..1969dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ clog
 *spec~
 /Horde_Injector-2.0.1.tgz
 /Horde_Injector-2.0.2.tgz
+/Horde_Injector-2.0.3.tgz
diff --git a/php-horde-Horde-Injector.spec b/php-horde-Horde-Injector.spec
index e290401..f66e61e 100644
--- a/php-horde-Horde-Injector.spec
+++ b/php-horde-Horde-Injector.spec
@@ -1,11 +1,20 @@
+# spec file for php-horde-Horde-Injector
+#
+# Copyright (c) 2012-2014 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}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Injector
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Injector
-Version:        2.0.2
-Release:        2%{?dist}
+Version:        2.0.3
+Release:        1%{?dist}
 Summary:        Horde dependency injection container
 
 Group:          Development/Libraries
@@ -14,7 +23,7 @@ URL:            http://%{pear_channel}
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 BuildArch:      noarch
-BuildRequires:  php-common >= 5.3.0
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
@@ -22,7 +31,7 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.3.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-reflection
 Requires:       php-spl
@@ -90,6 +99,9 @@ fi
 
 
 %changelog
+* Tue Feb 11 2014 Remi Collet <remi at fedoraproject.org> - 2.0.3-1
+- Update to 2.0.3
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c38f2f6..1c870c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ba96f43a42b141ba99076bd37281eab  Horde_Injector-2.0.2.tgz
+419ad595d981ec96ba870e333cc47401  Horde_Injector-2.0.3.tgz


More information about the scm-commits mailing list