summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 14:45:16 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 14:45:16 +0200
commita8b5d0b2659a4f56e407488233f57bfec14bab4a (patch)
treeb02deaa68dc7dc2d805082af9bf83a9be3df1004
parent3868e1102df37d2aff48ed690eb2654b9b0fb0e7 (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-pecl-xattr.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec
index d0bf5cf..bd283a6 100644
--- a/php-pecl-xattr.spec
+++ b/php-pecl-xattr.spec
@@ -22,7 +22,7 @@
Summary: Extended attributes
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.3.0
-Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -69,9 +69,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+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
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -230,6 +234,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.3.0-8
+- rebuild for 7.4.0RC1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.3.0-7
- rebuild for 7.3.0beta2 new ABI