[php-horde-Horde-Serialize] update to 2.0.2

Remi Collet remi at fedoraproject.org
Thu Mar 7 09:59:09 UTC 2013


commit f190909766e14cd1df53ed0a4a502208178682bf
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Mar 7 10:59:05 2013 +0100

    update to 2.0.2

 .gitignore                     |    1 +
 php-horde-Horde-Serialize.spec |   15 +++++++++++----
 sources                        |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b866f2..2a2fa20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Horde_Serialize-2.0.1.tgz
+/Horde_Serialize-2.0.2.tgz
diff --git a/php-horde-Horde-Serialize.spec b/php-horde-Horde-Serialize.spec
index 432ad1b..a392f73 100644
--- a/php-horde-Horde-Serialize.spec
+++ b/php-horde-Horde-Serialize.spec
@@ -4,8 +4,8 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Serialize
-Version:        2.0.1
-Release:        3%{?dist}
+Version:        2.0.2
+Release:        1%{?dist}
 Summary:        Data Encapulation API
 
 Group:          Development/Libraries
@@ -14,6 +14,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-pear
 BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
@@ -22,7 +23,11 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-common >= 5.3.0
-Requires:       php-bz2 php-json php-wddx php-zlib php-pecl(LZF)
+Requires:       php-bz2
+Requires:       php-json
+Requires:       php-wddx
+Requires:       php-zlib
+Requires:       php-pecl(LZF)
 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
@@ -81,7 +86,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Horde/Serialize
@@ -90,6 +94,9 @@ fi
 
 
 %changelog
+* Wed Mar 06 2013 Remi Collet <remi at fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
 * Wed Feb 6 2013 Nick Bebout <nb at fedoraproject.org> - 2.0.1-3
 - Update for review
 
diff --git a/sources b/sources
index e6e096c..dd486ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-309bb680d477b32992711be09b2d1c82  Horde_Serialize-2.0.1.tgz
+d7338f55cfe714da88dd804f76c75437  Horde_Serialize-2.0.2.tgz


More information about the scm-commits mailing list