[php-solarium] update to 3.2.0

Remi Collet remi at fedoraproject.org
Tue Apr 8 12:38:47 UTC 2014


commit 742b54e23e29cb81a81239dd2a21510a38b8bfc9
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Apr 8 14:38:32 2014 +0200

    update to 3.2.0

 .gitignore        |    1 +
 php-solarium.spec |   13 ++++++++-----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 361c340..3d837f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /solarium-3.1.2.tar.gz
+/solarium-3.2.0.tar.gz
diff --git a/php-solarium.spec b/php-solarium.spec
index 940262c..4c5f23d 100644
--- a/php-solarium.spec
+++ b/php-solarium.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    0766401cce7831548e0c213b71bafcb717d1c9ec
+%global gh_commit    f602c2020d1b57e7a3aa0c75088222ce31438aba
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     basdenooijer
 %global gh_project   solarium
@@ -14,8 +14,8 @@
 
 Name:           php-%{gh_project}
 Summary:        Solarium PHP Solr client library
-Version:        3.1.2
-Release:        2%{?dist}
+Version:        3.2.0
+Release:        1%{?dist}
 
 URL:            http://www.solarium-project.org/
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
@@ -35,7 +35,7 @@ BuildRequires:  php-symfony-eventdispatcher < 3
 Requires:       php(language) >= 5.3.2
 Requires:       php-symfony-eventdispatcher > 2.1
 Requires:       php-symfony-eventdispatcher < 3
-# From phpcompatinfo report for version 3.1.2
+# From phpcompatinfo report for version 3.2.0
 Requires:       php-curl
 Requires:       php-date
 Requires:       php-json
@@ -106,8 +106,11 @@ phpunit \
 
 
 %changelog
+* Sun Apr  6 2014 Remi Collet <remi at fedoraproject.org> - 3.2.0-1
+- update to 3.2.0
+
 * Sat Dec 28 2013 Remi Collet <remi at fedoraproject.org> - 3.1.2-2
 - cleanups from review #1023879
 
 * Mon Oct 28 2013 Remi Collet <remi at fedoraproject.org> - 3.1.2-1
-- Initial packaging
+- Initial packaging
\ No newline at end of file
diff --git a/sources b/sources
index c631b1f..8204093 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb02ef3b21229dfbc45abc51615cf1a1  solarium-3.1.2.tar.gz
+cedeab8f2cfe4280a8a0fda9a45827c8  solarium-3.2.0.tar.gz


More information about the scm-commits mailing list