diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-11 06:23:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-11 06:23:13 +0100 |
commit | eb5dca9010c7f4b233ccbc04f0d6e00e743ca1e4 (patch) | |
tree | a026ca631c3258720fd4b952414c871b6aea55c7 /php-pecl-openswoole22.spec | |
parent | fb12e02e68457a8d466639290675e00b5817b01a (diff) |
update to 22.1.2
Diffstat (limited to 'php-pecl-openswoole22.spec')
-rw-r--r-- | php-pecl-openswoole22.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-openswoole22.spec b/php-pecl-openswoole22.spec index d53b7b5..6dd94eb 100644 --- a/php-pecl-openswoole22.spec +++ b/php-pecl-openswoole22.spec @@ -24,7 +24,7 @@ %endif %bcond_without pgsql -%global upstream_version 22.1.0 +%global upstream_version 22.1.2 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -33,7 +33,7 @@ Summary: High Performance Programmatic Server for PHP with Async IO, Coroutines and Fibers Name: %{?scl_prefix}php-pecl-%{pecl_name}22 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # SPDX: extension is Apache-2.0 # hiredis is BSD-3-Clause License: Apache-2.0 AND BSD-3-Clause @@ -293,6 +293,9 @@ OPT="--no-php-ini" %changelog +* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 22.1.2-1 +- update to 22.1.2 + * Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 22.1.0-1 - update to 22.1.0 - drop patches merged upstream |