From d83dde634f9c8c0af514decf191c54ea98545416 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 14:16:06 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-stomp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 48ad9e9..2fc9a84 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -16,7 +16,7 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.2 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -218,6 +218,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 2.0.2-5 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 2.0.2-4 - rebuild for 7.4.0beta1 -- cgit