[packages/php-pecl-solr] Rel 4; that dir is php7 always
arekm
arekm at pld-linux.org
Sun Aug 17 17:05:31 CEST 2025
commit 298c4299f7d388785c54c41d9a36693851b8cf10
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 17 17:05:26 2025 +0200
Rel 4; that dir is php7 always
php-pecl-solr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-solr.spec b/php-pecl-solr.spec
index c5fccf4..4bafe32 100644
--- a/php-pecl-solr.spec
+++ b/php-pecl-solr.spec
@@ -9,7 +9,7 @@ Summary: Object oriented API to Apache Solr
Summary(fr.UTF-8): API orientée objet pour Apache Solr
Name: %{php_name}-pecl-solr
Version: 2.5.1
-Release: 3
+Release: 4
License: PHP v3.01
Group: Development/Languages
Source0: https://pecl.php.net/get/%{modname}-%{version}.tgz
@@ -102,7 +102,7 @@ export SED=sed
packagexml2cl package.xml > ChangeLog
# Check version
-extver=$(awk -F'"' '/define PHP_SOLR_VERSION / {print $2}' src/php%{php_major_version}/php_solr_version.h)
+extver=$(awk -F'"' '/define PHP_SOLR_VERSION / {print $2}' src/php7/php_solr_version.h)
if test "x${extver}" != "x%{version}"; then
: Error: Upstream version is ${extver}, expecting %{version}.
exit 1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-solr.git/commitdiff/298c4299f7d388785c54c41d9a36693851b8cf10
More information about the pld-cvs-commit
mailing list