From 0fb211f148cc8ab57346e643cd6b2b1ee40215cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Feb 2023 07:52:37 +0100 Subject: update to 3.2.14 --- php-pecl-igbinary.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 50d62ff..72fd87b 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.13 +%global upstream_version 3.2.14 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -129,7 +129,7 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS cd NTS # Check version -subdir="php$(%{__php} -r 'echo (PHP_MAJOR_VERSION < 7 ? 5 : 7);')" +subdir=php7 extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then : Error: Upstream version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. @@ -292,6 +292,9 @@ fi %changelog +* Mon Feb 27 2023 Remi Collet - 3.2.14-1 +- update to 3.2.14 + * Thu Feb 2 2023 Remi Collet - 3.2.13-1 - update to 3.2.13 -- cgit