summaryrefslogtreecommitdiffstats
path: root/php-pecl-solr2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-25 08:25:09 +0100
committerRemi Collet <remi@php.net>2025-11-25 08:25:09 +0100
commit6385b09028402f06d7282126c170d377ad56e4b5 (patch)
tree6461c8e5336d37b7dc20e5d0d515bf41b9d42b81 /php-pecl-solr2.spec
parent91a8b17c5f1dacdae7325cda8fdcffe75bf1e8f8 (diff)
update to 2.9.1HEADmaster
drop patch merged upstream
Diffstat (limited to 'php-pecl-solr2.spec')
-rw-r--r--php-pecl-solr2.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec
index b22b7f6..41c6eb4 100644
--- a/php-pecl-solr2.spec
+++ b/php-pecl-solr2.spec
@@ -31,19 +31,17 @@
Summary: Object oriented API to Apache Solr
Summary(fr): API orientée objet pour Apache Solr
Name: %{?scl_prefix}php-pecl-solr2
-Version: 2.8.1
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.9.1
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
Group: Development/Languages
URL: https://pecl.php.net/package/solr
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-Patch0: 88.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel >= 7.4
+BuildRequires: (%{?scl_prefix}php-devel >= 7.4 with %{?scl_prefix}php-devel < 8.6)
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-curl
BuildRequires: %{?scl_prefix}php-json
@@ -101,8 +99,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-
: Check version
extver=$(sed -n '/#define PHP_SOLR_VERSION /{s/.* "//;s/".*$//;p}' src/php_solr_version.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@@ -218,6 +214,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 2.9.1-1
+- update to 2.9.1
+- drop patch merged upstream
+
* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 2.8.1-3
- add pie virtual provides