From a1069e7e0bf1e80be5eb772cd6416a12024bf338 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Nov 2022 13:39:06 +0100 Subject: test build for upcoming 2.6.0 refresh fix from PHP 8.2 from https://github.com/php/pecl-search_engine-solr/pull/39 --- php-pecl-solr2.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-pecl-solr2.spec') diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 3b094e1..b05fc3f 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -28,17 +28,14 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?scl_prefix}php-pecl-solr2 -Version: 2.5.1 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.6.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/solr Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -# compat with 8.1 from upstream -# compat with older from https://github.com/php/pecl-search_engine-solr/pull/32 -Patch0: %{pecl_name}-build.patch # for PHP 8.2 from https://github.com/php/pecl-search_engine-solr/pull/39 Patch1: %{pecl_name}-php82.patch @@ -103,7 +100,6 @@ sed -e 's/role="test"/role="src"/' \ mv %{pecl_name}-%{version}%{?prever} NTS cd NTS -%patch0 -p1 -b .up %patch1 -p1 -b .pr : Check version @@ -248,6 +244,11 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Wed Nov 9 2022 Remi Collet - 2.6.0-0 +- test build for upcoming 2.6.0 +- refresh fix from PHP 8.2 from + https://github.com/php/pecl-search_engine-solr/pull/39 + * Fri Sep 9 2022 Remi Collet - 2.5.1-5 - add fix from PHP 8.2 from https://github.com/php/pecl-search_engine-solr/pull/39 -- cgit