[php-horde-Horde-Stream/el6] update to 1.5.0

Remi Collet remi at fedoraproject.org
Sun Jan 12 09:11:31 UTC 2014


commit 8eaafc336085d8d467d24a54497df86d44e4ffd5
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jan 12 10:11:38 2014 +0100

    update to 1.5.0

 .gitignore                  |    5 +++++
 php-horde-Horde-Stream.spec |   20 +++++++++++++++-----
 sources                     |    2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a69336f..8a7ffe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
+clog
+*spec~
 /Horde_Stream-1.2.0.tgz
+/Horde_Stream-1.3.0.tgz
+/Horde_Stream-1.4.0.tgz
+/Horde_Stream-1.5.0.tgz
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec
index a2b5796..4617579 100644
--- a/php-horde-Horde-Stream.spec
+++ b/php-horde-Horde-Stream.spec
@@ -1,10 +1,18 @@
+# spec file for php-horde-Horde-Stream
+#
+# Copyright (c) 2012-2013 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Stream
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Stream
-Version:        1.2.0
+Version:        1.5.0
 Release:        1%{?dist}
 Summary:        Horde stream handler
 
@@ -13,8 +21,8 @@ License:        LGPLv2
 URL:            http://pear.horde.org
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
@@ -22,13 +30,13 @@ 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-json
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -82,7 +90,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Horde/Stream
@@ -91,6 +98,9 @@ fi
 
 
 %changelog
+* Tue Nov 12 2013 Remi Collet <remi at fedoraproject.org> - 1.5.0-1
+- Update to 1.5.0
+
 * Mon Nov 19 2012 Remi Collet <remi at fedoraproject.org> - 1.2.0-1
 - Update to 1.2.0 for remi repo
 
diff --git a/sources b/sources
index fb4b785..784c748 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80d6822e507065bdbef31415ffe4c2c0  Horde_Stream-1.2.0.tgz
+cb4084414d36a2488632e16e40bd0512  Horde_Stream-1.5.0.tgz


More information about the scm-commits mailing list