diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-23 12:46:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-23 12:46:52 +0200 |
commit | d3b324ecf94e605a2b16481ae1469487224f478f (patch) | |
tree | 5cec4a72dfce6eec7d8bee38999e593d42f99f7c | |
parent | a8bbcfe8ff9f458c364aa9a472119f9d757af9f2 (diff) |
rebuild for 7.4.0beta1
-rw-r--r-- | php-pecl-lua.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec index cb8151c..be8931a 100644 --- a/php-pecl-lua.spec +++ b/php-pecl-lua.spec @@ -19,7 +19,7 @@ Summary: Embedded lua interpreter Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.6 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -60,9 +60,13 @@ Obsoletes: php72u-pecl-%{pecl_name} Obsoletes: php72w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} +Obsoletes: php73-pecl-%{pecl_name} Obsoletes: php73w-pecl-%{pecl_name} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} +Obsoletes: php74w-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -224,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.6-2 +- rebuild for 7.4.0beta1 + * Fri Dec 21 2018 Remi Collet <remi@remirepo.net> - 2.0.6-1 - update to 2.0.6 |