summaryrefslogtreecommitdiffstats
path: root/php-solarium4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-solarium4.spec')
-rw-r--r--php-solarium4.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-solarium4.spec b/php-solarium4.spec
index 4504b5d..f6037cf 100644
--- a/php-solarium4.spec
+++ b/php-solarium4.spec
@@ -16,13 +16,15 @@
Name: php-%{gh_project}%{major}
Summary: Solarium PHP Solr client library
Version: 4.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.solarium-project.org/
License: BSD
Source0: %{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
+Patch0: https://patch-diff.githubusercontent.com/raw/solariumphp/solarium/pull/711.patch
+
BuildArch: noarch
%if %{with_tests}
# For tests
@@ -89,6 +91,7 @@ Documentation: http://wiki.solarium-project.org/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
rm examples/.gitignore
@@ -135,7 +138,7 @@ EOF
: Run upstream test suite against installed library
ret=0
-for cmd in php php70 php71 php72 php73; do
+for cmd in php php71 php72 php73 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit6 --bootstrap vendor/autoload.php || ret=1
fi
@@ -155,6 +158,10 @@ exit $ret
%changelog
+* Wed Oct 16 2019 Remi Collet <remi@remirepo.net> - 4.2.0-2
+- add patch for PHP 7.4 from
+ https://github.com/solariumphp/solarium/pull/711
+
* Mon Nov 26 2018 Remi Collet <remi@remirepo.net> - 4.2.0-1
- update to 4.2.0