summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-06 10:25:50 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-06 10:25:50 +0200
commitaa0f56cc765a76b5e80fa34b555fdcd0d9c7c24f (patch)
tree6d5bcac810bf5f6d1a758a17b9e14a09be1abc09
parent554e8bb05feedb96c366e3b938fda2c922326abf (diff)
php-solarium: 3.2.0
-rw-r--r--php-solarium.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-solarium.spec b/php-solarium.spec
index d858d08..a91fd46 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
@@ -36,7 +36,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
@@ -108,8 +108,11 @@ phpunit \
%changelog
+* Sun Apr 6 2014 Remi Collet <remi@fedoraproject.org> - 3.2.0-1
+- update to 3.2.0
+
* Sat Dec 28 2013 Remi Collet <remi@fedoraproject.org> - 3.1.2-2
- cleanups from review #1023879
* Mon Oct 28 2013 Remi Collet <remi@fedoraproject.org> - 3.1.2-1
-- Initial packaging
+- Initial packaging \ No newline at end of file