diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 09:18:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 09:18:51 +0200 | 
| commit | bbc6467b5823224a21663aab174035b14a1605b3 (patch) | |
| tree | 16d8c0017a7eb40f93081e494715eb58bb1c70f5 | |
| parent | e9500be0f1cb3424e51ad8997f198caf71446715 (diff) | |
rebuild for 7.3.0alpha4 new ABI
| -rw-r--r-- | php-snuffleupagus.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index a5bdddd..a84800b 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -32,9 +32,9 @@ Summary:       Security module for php7  Name:          %{?sub_prefix}php-snuffleupagus  Version:       0.2.1  %if 0%{?gh_date} -Release:       1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  License:       LGPLv3  Group:         Development/Languages @@ -62,6 +62,10 @@ Obsoletes:     php71w-%{pecl_name} <= %{version}  Obsoletes:     php72u-%{pecl_name} <= %{version}  Obsoletes:     php72w-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.3" +Obsoletes:     php73u-%{pecl_name} <= %{version} +Obsoletes:     php73w-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -203,6 +207,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.1-3 +- rebuild for 7.3.0alpha4 new ABI +  * Fri Jun 29 2018 Remi Collet <remi@remirepo.net> - 0.2.1-2  - add patch for test suite with PHP 7.3 from    https://github.com/nbs-system/snuffleupagus/pull/185  | 
