summaryrefslogtreecommitdiffstats
path: root/php-pecl-xattr.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:51:16 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:51:16 +0200
commitd0e874939976d2c37aca9a2c7dd250696e8c02d3 (patch)
tree9eac4e427a9ceb8c73d1d6318f225a2ecb297e9a /php-pecl-xattr.spec
parent1c5905560b9eb6464735b9ef545ff81bc2ec4c74 (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-xattr.spec')
-rw-r--r--php-pecl-xattr.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec
index a4827ed..d781055 100644
--- a/php-pecl-xattr.spec
+++ b/php-pecl-xattr.spec
@@ -18,7 +18,7 @@
Summary: Extended attributes
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.4.0
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -40,15 +40,14 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "7.3"
Obsoletes: php73-pecl-%{pecl_name} <= %{version}
-Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
+%if "%{php_version}" > "8.0"
+Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
%endif
@@ -168,7 +167,7 @@ cd NTS
: Minimal load test for NTS extension
%{_bindir}/php --no-php-ini \
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{__php} \
@@ -182,7 +181,7 @@ cd ../ZTS
: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
@@ -208,6 +207,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.4.0-4
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.4.0-3
- rebuild for PHP 8.0.0beta3