summaryrefslogtreecommitdiffstats
path: root/php-pecl-solr2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-09 13:39:06 +0100
committerRemi Collet <remi@php.net>2022-11-09 13:39:06 +0100
commita1069e7e0bf1e80be5eb772cd6416a12024bf338 (patch)
treee11e65c0950790328a04ad16ecfbe81701ddf710 /php-pecl-solr2.spec
parent97e518d714b116460e0aa9b878a982aa96da8a44 (diff)
test build for upcoming 2.6.0
refresh fix from PHP 8.2 from https://github.com/php/pecl-search_engine-solr/pull/39
Diffstat (limited to 'php-pecl-solr2.spec')
-rw-r--r--php-pecl-solr2.spec13
1 files changed, 7 insertions, 6 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.5.1-5
- add fix from PHP 8.2 from
https://github.com/php/pecl-search_engine-solr/pull/39