[php-horde-Horde-Stream] update to 1.4.0

Remi Collet remi at fedoraproject.org
Tue Oct 15 13:52:10 UTC 2013


commit f3f48ed724e1ea19c470bbedcf00d906f7a8b2c1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Oct 15 15:52:05 2013 +0200

    update to 1.4.0

 .gitignore                  |    1 +
 php-horde-Horde-Stream.spec |   18 ++++++++++++++----
 sources                     |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33f089f..88db3bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ clog
 *spec~
 /Horde_Stream-1.2.0.tgz
 /Horde_Stream-1.3.0.tgz
+/Horde_Stream-1.4.0.tgz
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec
index aae1939..d3f0323 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.3.0
+Version:        1.4.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,7 +30,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-json
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.0
@@ -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 Oct 15 2013 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- Update to 1.4.0
+
 * Mon Aug 05 2013 Remi Collet <remi at fedoraproject.org> - 1.3.0-1
 - Update to 1.3.0
 
diff --git a/sources b/sources
index 524ebb0..2d863d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9053dab48136488d06ee6e20a59e6f0  Horde_Stream-1.3.0.tgz
+a1c5c87c937a992507d67388f0c25cc3  Horde_Stream-1.4.0.tgz


More information about the scm-commits mailing list