summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-15 09:04:36 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-15 09:04:36 +0100
commitfa9343a5b5939fa857cbc87573d6da5883492490 (patch)
tree59b3806f32357ba36bc44afc5e1bf25f7184cd0d
parent6d73b4bf38959e4eb05ec361806b78d85b6f9c30 (diff)
php-solarium: fix changelog
-rw-r--r--php-solarium.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-solarium.spec b/php-solarium.spec
index f02edd1..bc5aed7 100644
--- a/php-solarium.spec
+++ b/php-solarium.spec
@@ -10,12 +10,12 @@
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner solariumphp
%global gh_project solarium
-%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
+%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
Summary: Solarium PHP Solr client library
Version: 3.5.0
-Release: 1%{?dist}
+Release: 1%{?dist}.1
URL: http://www.solarium-project.org/
License: BSD
@@ -104,11 +104,14 @@ fi
%changelog
-* Mon Jun 15 2015 Remi Collet <remi@fedoraproject.org> - 3.4.1-1
-- update to 3.4.1
+* Tue Dec 15 2015 Remi Collet <remi@fedoraproject.org> - 3.5.0-1.1
+- update to 3.5.0
- add autoloader
- run test suite with both php 5 and 7 when available
+* Mon Jun 15 2015 Remi Collet <remi@fedoraproject.org> - 3.4.1-1
+- update to 3.4.1
+
* Tue Nov 18 2014 Remi Collet <remi@fedoraproject.org> - 3.3.0-2
- provide php-composer(solarium/solarium)
- fix license handling