diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 06:57:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 06:57:32 +0200 |
commit | c4508bc0596336487d6723c65fe70fabf58629db (patch) | |
tree | f2b6dca3b55594c9c2c5eff61de4c5ff35a410d7 | |
parent | 444034b1774e50dbc0289e400d697b6c24ef213f (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-lua.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec index 5a849b9..accc046 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.5 -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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -61,6 +61,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 @@ -224,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.5-3 +- rebuld for 7.3.0alpha4 new ABI + * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 2.0.5-2 - add patch for PHP 7.3 from https://github.com/laruence/php-lua/pull/37 |