From aa0f56cc765a76b5e80fa34b555fdcd0d9c7c24f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Apr 2014 10:25:50 +0200 Subject: php-solarium: 3.2.0 --- php-solarium.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-solarium.spec') 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 - 3.2.0-1 +- update to 3.2.0 + * Sat Dec 28 2013 Remi Collet - 3.1.2-2 - cleanups from review #1023879 * Mon Oct 28 2013 Remi Collet - 3.1.2-1 -- Initial packaging +- Initial packaging \ No newline at end of file -- cgit