From fa9343a5b5939fa857cbc87573d6da5883492490 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2015 09:04:36 +0100 Subject: php-solarium: fix changelog --- php-solarium.spec | 11 +++++++---- 1 file 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 - 3.4.1-1 -- update to 3.4.1 +* Tue Dec 15 2015 Remi Collet - 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 - 3.4.1-1 +- update to 3.4.1 + * Tue Nov 18 2014 Remi Collet - 3.3.0-2 - provide php-composer(solarium/solarium) - fix license handling -- cgit