summaryrefslogtreecommitdiffstats
path: root/php-pecl-rar.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 11:11:29 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 11:11:29 +0200
commitcb8de1966a7f2a537ae6d2336795e420305e419c (patch)
tree8c7a3f8ef3cd7345213f57b6dd22ab9906300be6 /php-pecl-rar.spec
parent4cb17e7267994a0d87e69ccc2127208815d57034 (diff)
update to 2.9.3, in sync with Fedora
Diffstat (limited to 'php-pecl-rar.spec')
-rw-r--r--php-pecl-rar.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-rar.spec b/php-pecl-rar.spec
index 79d19ce..f58c56f 100644
--- a/php-pecl-rar.spec
+++ b/php-pecl-rar.spec
@@ -19,7 +19,7 @@
Summary: PHP extension for reading RAR archives
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 4.0.0
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP and Freeware with further limitations
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -62,6 +62,10 @@ Obsoletes: php71w-pecl-%{pecl_name}
Obsoletes: php72u-pecl-%{pecl_name}
Obsoletes: php72w-pecl-%{pecl_name}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-pecl-%{pecl_name}
+Obsoletes: php73w-pecl-%{pecl_name}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -223,6 +227,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 4.0.0-3
+- rebuild for 7.3.0alpha4 new ABI
+
* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 4.0.0-2
- add patch for PHP 7.3 from
https://github.com/cataphract/php-rar/pull/4