From 9112e6dc2b3b36d73a84da374c6a12d34da651a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 11:12:32 +0200 Subject: rebuild for PHP 8.2.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 1e4b4b1..b479a2a 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -19,7 +19,7 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.3 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -237,6 +237,9 @@ exit $ret %changelog +* Thu Sep 1 2022 Remi Collet - 2.0.3-2 +- rebuild for PHP 8.2.0RC1 + * Tue May 31 2022 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit