diff options
-rw-r--r-- | php-pecl-stomp.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 2.0.3-2 +- rebuild for PHP 8.2.0RC1 + * Tue May 31 2022 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 |