remi pushed to php-solarium (el6). "v 3.4.1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 11:54:27 UTC 2015


From b4186710834df04203648f90d87fca8a30d3f60b Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Mon, 15 Jun 2015 13:45:47 +0200
Subject: v 3.4.1

(cherry picked from commit 2389151970a38c11e09c86262c6ad15f60dccb3a)

diff --git a/.gitignore b/.gitignore
index 5401b35..6a159a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /solarium-3.1.2.tar.gz
 /solarium-3.2.0.tar.gz
 /solarium-3.3.0.tar.gz
+/solarium-3.4.1.tar.gz
diff --git a/php-solarium.spec b/php-solarium.spec
index c20c772..9503cc2 100644
--- a/php-solarium.spec
+++ b/php-solarium.spec
@@ -1,12 +1,12 @@
-# Spec file for php-solarium
+# remirepo/fedora spec file for php-solarium
 #
-# Copyright (c) 2013-2014 Remi Collet
+# Copyright (c) 2013-2015 Remi Collet
 # License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/3.0/
+# http://creativecommons.org/licenses/by-sa/4.0/
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    a9d8a52ba9fd8add04b2294fad997a004c1f2fab
+%global gh_commit    90d006c65efffcbcbfa8a31920e93c10d0657b96
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     basdenooijer
 %global gh_project   solarium
@@ -19,7 +19,7 @@
 
 Name:           php-%{gh_project}
 Summary:        Solarium PHP Solr client library
-Version:        3.3.0
+Version:        3.4.1
 Release:        1%{?dist}
 
 URL:            http://www.solarium-project.org/
@@ -40,7 +40,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.2.0
+# From phpcompatinfo report for version 3.4.1
 Requires:       php-curl
 Requires:       php-date
 Requires:       php-json
@@ -100,7 +100,8 @@ 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
+  --include-path=%{buildroot}%{_datadir}/php:./tests \
+  --verbose
 %else
 : Skip upstream test suite
 %endif
@@ -109,11 +110,14 @@ phpunit \
 %files
 %{!?_licensedir:%global license %%doc}
 %license COPYING
-%doc composer.json README.md examples
+%doc composer.json *.md examples
 %{_datadir}/php/Solarium
 
 
 %changelog
+* Mon Jun 15 2015 Remi Collet <remi at fedoraproject.org> - 3.4.1-1
+- update to 3.4.1
+
 * Mon Nov 17 2014 Remi Collet <remi at fedoraproject.org> - 3.3.0-1
 - update to 3.3.0
 - provide php-composer(solarium/solarium)
diff --git a/sources b/sources
index 93ee9fe..20b54e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8741fed70ecc9771c04d047e1d2d4548  solarium-3.3.0.tar.gz
+a9fb71b05c58f89446ce75ac22458455  solarium-3.4.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-solarium.git/commit/?h=el6&id=b4186710834df04203648f90d87fca8a30d3f60b


More information about the scm-commits mailing list