summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-solr2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec
index cacdba5..b22b7f6 100644
--- a/php-pecl-solr2.spec
+++ b/php-pecl-solr2.spec
@@ -32,7 +32,7 @@ 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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
@@ -218,6 +218,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 2.8.1-3
+- add pie virtual provides
+
* Fri Jul 18 2025 Remi Collet <remi@remirepo.net> - 2.8.1-2
- add fix for PHP 8.5.0alpha2 using patch from
https://github.com/php/pecl-search_engine-solr/pull/88