From 1cc60900baacc7a91b8d1fc06e52fe28270aba3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Dec 2018 15:16:41 +0100 Subject: cleanup for EL-8 --- php-pecl-solr2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-solr2.spec') diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 381c5c6..3c6db55 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -35,7 +35,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?sub_prefix}php-pecl-solr2 Version: 2.4.0 -Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -217,7 +217,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -308,6 +308,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Thu Dec 13 2018 Remi Collet - 2.4.0-12 +- cleanup for EL-8 + * Fri Oct 12 2018 Remi Collet - 2.4.0-11 - add upstream patch for PHP 7.3 -- cgit