From d9f4284b13cec27ddc5f0774ac1c654bd81a9996 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Feb 2023 16:36:42 +0100 Subject: update to 3.2.13 --- php-pecl-igbinary.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 0c6f9d3..c451414 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -3,8 +3,8 @@ # # Fedora spec file for php-pecl-igbinary # -# Copyright (c) 2010-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2010-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -26,7 +26,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.12 +%global upstream_version 3.2.13 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -39,7 +39,7 @@ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif -License: BSD +License: BSD-3-Clause URL: https://pecl.php.net/package/igbinary BuildRequires: make @@ -292,6 +292,9 @@ fi %changelog +* Thu Feb 2 2023 Remi Collet - 3.2.13-1 +- update to 3.2.13 + * Mon Nov 7 2022 Remi Collet - 3.2.12-1 - update to 3.2.12 -- cgit