diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-16 12:11:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-16 12:11:56 +0200 |
commit | 8fca68e8ab4260e0424c32485e9b66ee72a71fa5 (patch) | |
tree | 744dbdb1b8c0ecdabc26b3d7c8c4f0db1e8d5d0d /php-solarium4.spec | |
parent | b5966858654c4ef237959acda7b639e84c5444fe (diff) |
https://github.com/solariumphp/solarium/pull/711
Diffstat (limited to 'php-solarium4.spec')
-rw-r--r-- | php-solarium4.spec | 11 |
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 |