summaryrefslogtreecommitdiffstats
path: root/php-pecl-xxtea.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 14:52:56 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 14:52:56 +0200
commit0a65524dd12a837713708f54ab0e6e00e198a896 (patch)
tree1ba257fc5930cd96f3fcca7c7d57b438cbe93ebd /php-pecl-xxtea.spec
parentd044f9a949648a29860c787f23a65fed5420c751 (diff)
rebuild for 7.4.0RC1
Diffstat (limited to 'php-pecl-xxtea.spec')
-rw-r--r--php-pecl-xxtea.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec
index a523555..932e4a9 100644
--- a/php-pecl-xxtea.spec
+++ b/php-pecl-xxtea.spec
@@ -22,7 +22,7 @@
Summary: XXTEA encryption algorithm extension for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.11
-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: MIT
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.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
@@ -237,6 +241,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.11-8
+- rebuild for 7.4.0RC1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.11-7
- rebuild for 7.3.0beta2 new ABI