From 61e685e16442d7cb63da78168ec59bcf71f8bf37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Oct 2022 08:25:08 +0200 Subject: update to 3.2.9 --- php-pecl-igbinary.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 8b04c0d..11d6dfc 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -24,9 +24,9 @@ %global gh_commit 6a2d5b7ea71489c4d7065dc7746d37cfa80d501c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161018 -%global ini_name 40-%{pecl_name}.ini +%global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.7 +%global upstream_version 3.2.9 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.14.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +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 @@ -224,11 +224,6 @@ if [ -f %{php_extdir}/json.so ]; then MOD="$MOD -d extension=json.so" fi -%if "%{php_version}" > "8.0" -rm ?TS/tests/igbinary_073.phpt -rm ?TS/tests/igbinary_065.phpt -%endif - %if "%{php_version}" > "8.0" OPTS="-q --show-diff %{?_smp_mflags}" %else @@ -303,6 +298,9 @@ fi %changelog +* Mon Oct 17 2022 Remi Collet - 3.2.9-1 +- update to 3.2.9 + * Thu Sep 8 2022 Remi Collet - 3.2.7-2 - ignore 2 failed tests with 8.2 -- cgit