From 11f0c080ee712fa492ae6fe8226068441c97e5c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Feb 2023 07:36:38 +0100 Subject: update to 3.22.0RC2 --- php-pecl-protobuf.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index fcfb78b..6123a0d 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-protobuf # -# Copyright (c) 2016-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -15,8 +15,8 @@ %global pecl_name protobuf %global with_zts 0 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.21.12 -#global upstream_prever RC2 +%global upstream_version 3.22.0 +%global upstream_prever RC2 Summary: Mechanism for serializing structured data Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -185,6 +185,12 @@ fi %changelog +* Fri Feb 3 2023 Remi Collet - 3.22.0~RC2-1 +- update to 3.22.0RC2 + +* Tue Jan 31 2023 Remi Collet - 3.22.0~RC1-1 +- update to 3.22.0RC1 + * Wed Dec 14 2022 Remi Collet - 3.21.12-1 - update to 3.21.12 -- cgit