diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-17 14:40:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-17 14:40:06 +0100 |
commit | 3e65829902618bed2051bf9bb0adcd8ffd80f1ee (patch) | |
tree | ce8a9927a98de5ee4a8460131c532f5f79e275c7 | |
parent | aa0f56cc765a76b5e80fa34b555fdcd0d9c7c24f (diff) |
php-solarium: 3.3.0
-rw-r--r-- | php-solarium.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-solarium.spec b/php-solarium.spec index a91fd46..e258cae 100644 --- a/php-solarium.spec +++ b/php-solarium.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f602c2020d1b57e7a3aa0c75088222ce31438aba +%global gh_commit a9d8a52ba9fd8add04b2294fad997a004c1f2fab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner basdenooijer %global gh_project solarium @@ -14,7 +14,7 @@ Name: php-%{gh_project} Summary: Solarium PHP Solr client library -Version: 3.2.0 +Version: 3.3.0 Release: 1%{?dist} URL: http://www.solarium-project.org/ @@ -94,8 +94,7 @@ cp -pr library/Solarium %{buildroot}%{_datadir}/php/Solarium %if %{with_tests} : Run upstream test suite against installed library phpunit \ - --include-path=%{buildroot}%{_datadir}/php:./tests \ - -d date.timezone=UTC + --include-path=%{buildroot}%{_datadir}/php:./tests %else : Skip upstream test suite %endif @@ -108,6 +107,9 @@ phpunit \ %changelog +* Mon Nov 17 2014 Remi Collet <remi@fedoraproject.org> - 3.3.0-1 +- update to 3.3.0 + * Sun Apr 6 2014 Remi Collet <remi@fedoraproject.org> - 3.2.0-1 - update to 3.2.0 |