diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:07:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:07:32 +0200 |
commit | 1f329ea1f28c3ae936af836f77b801917aeb0ed7 (patch) | |
tree | 661755580c271517815700bf1071f7446c162296 | |
parent | dd8fae5078c58ce905f4d560c83abbcbc9e7c7e1 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-seaslog.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec index e36901f..208b705 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -26,7 +26,7 @@ Summary: An effective, fast, stable log extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.8.4 -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;')}} License: PHP URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -247,6 +247,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.8.4-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.8.4-2 - rebuild for 7.3.0alpha4 new ABI |