summaryrefslogtreecommitdiffstats
path: root/php-pecl-solr2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-11 17:08:40 +0100
committerRemi Collet <remi@php.net>2024-01-11 17:08:40 +0100
commit7f98c78edd4d66b61346c65a7afc17c62c5fa12c (patch)
treed0cfde789cbc9d36548760dc9b33d92eb6892b76 /php-pecl-solr2.spec
parentf22deba518cffc6858e3d90b04a3e608755c070b (diff)
another final test build for upcoming 2.7.0
Diffstat (limited to 'php-pecl-solr2.spec')
-rw-r--r--php-pecl-solr2.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec
index 2eb42ac..1f08a35 100644
--- a/php-pecl-solr2.spec
+++ b/php-pecl-solr2.spec
@@ -31,17 +31,16 @@ Summary: Object oriented API to Apache Solr
Summary(fr): API orientée objet pour Apache Solr
Name: %{?scl_prefix}php-pecl-solr2
Version: 2.7.0
-Release: 0.2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.3%{?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
-Patch0: 69.patch
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel >= 7.0
+BuildRequires: %{?scl_prefix}php-devel >= 7.4
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-curl
BuildRequires: %{?scl_prefix}php-json
@@ -97,8 +96,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-
: Check version
DIR=src/php7
extver=$(sed -n '/#define PHP_SOLR_VERSION /{s/.* "//;s/".*$//;p}' $DIR/php_solr_version.h)
@@ -242,6 +239,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Jan 11 2024 Remi Collet <remi@remirepo.net> - 2.7.0-0.3
+- another final test build for upcoming 2.7.0
+
* Thu Jan 11 2024 Remi Collet <remi@remirepo.net> - 2.7.0-0.2
- test build for https://github.com/php/pecl-search_engine-solr/pull/69