remi pushed to php-horde-Horde-Date-Parser (el6). "Update to 2.0.4 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 06:21:17 UTC 2015


>From 090698305a4c1f64b8dfb331219945fd967772ff Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Wed, 29 Apr 2015 08:20:40 +0200
Subject: Update to 2.0.4

- add dependency on Horde_Util
- add provides php-composer(horde/horde-date-parser)

diff --git a/.gitignore b/.gitignore
index 258f6e7..a018350 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
+clog
 /Horde_Date_Parser-2.0.1.tgz
 /Horde_Date_Parser-2.0.2.tgz
+/Horde_Date_Parser-2.0.3.tgz
+/Horde_Date_Parser-2.0.4.tgz
diff --git a/php-horde-Horde-Date-Parser.spec b/php-horde-Horde-Date-Parser.spec
index 12ed47a..de7e9d6 100644
--- a/php-horde-Horde-Date-Parser.spec
+++ b/php-horde-Horde-Date-Parser.spec
@@ -1,10 +1,18 @@
+# spec file for php-horde-Horde-Date-Parser
+#
+# Copyright (c) 2013-2015 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/4.0/
+#
+# 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_Date_Parser
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Date-Parser
-Version:        2.0.2
+Version:        2.0.4
 Release:        1%{?dist}
 Summary:        Horde Date Parser
 
@@ -14,7 +22,7 @@ URL:            http://pear.horde.org
 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})
 BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
@@ -22,19 +30,22 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Date) >= 2.0.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.3.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-date
 %{?fedora:Requires: php-ereg}
 Requires:       php-pcre
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.0
+Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Date) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Date) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Date) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Support) >= 3.0.0
-Requires:       php-channel(%{pear_channel})
+Requires:       php-pear(%{pear_channel}/Horde_Support) <  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-date-parser) = %{version}
 
 
 %description
@@ -68,10 +79,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 %check
 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 .
 
 
 %post
@@ -94,6 +102,11 @@ fi
 
 
 %changelog
+* Tue Apr 28 2015 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
+- Update to 2.0.4
+- add dependency on Horde_Util
+- add provides php-composer(horde/horde-date-parser)
+
 * Wed Mar 06 2013 Remi Collet <remi at fedoraproject.org> - 2.0.2-1
 - Update to 2.0.2
 
diff --git a/sources b/sources
index bf74df8..80069ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c1513c7ab6f046605b7a265bd257c25  Horde_Date_Parser-2.0.2.tgz
+3d4b85cb1105011ddd71fe546bb94ecd  Horde_Date_Parser-2.0.4.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-horde-Horde-Date-Parser.git/commit/?h=el6&id=090698305a4c1f64b8dfb331219945fd967772ff


More information about the scm-commits mailing list