diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 11:12:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 11:12:32 +0200 |
commit | 9112e6dc2b3b36d73a84da374c6a12d34da651a6 (patch) | |
tree | b91ad43b90d2f69a7a490e0a4e6f59706d782517 | |
parent | 00af216af1fda7381ebd986648b09ef31c6f1c4b (diff) |
rebuild for PHP 8.2.0RC1
-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 |