diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:40:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:40:37 +0200 |
commit | dfb6241578ade1a6f6dc096874f1b4956f31875c (patch) | |
tree | 54131197956bc699ca647051dd37d0c95af918c1 | |
parent | bbc6467b5823224a21663aab174035b14a1605b3 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-snuffleupagus.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index a84800b..f0a8ec5 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: 2%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: LGPLv3 Group: Development/Languages @@ -207,6 +207,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.1-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.1-3 - rebuild for 7.3.0alpha4 new ABI |