From 234ec4f9e2a52626210eacb3fb7a928b344f5cc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Oct 2020 07:49:13 +0200 Subject: update to 3.1.6 drop patch merged upstream --- php-pecl-igbinary.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c917d19..1b63038 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.1.6 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -41,8 +41,6 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst License: BSD URL: https://pecl.php.net/package/igbinary -Patch0: https://patch-diff.githubusercontent.com/raw/igbinary/igbinary/pull/291.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel > 7 @@ -145,8 +143,6 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS %{?_licensedir:sed -e '/COPYING/s/role="doc"/role="src"/' -i package.xml} cd NTS -%patch0 -p1 -b .pr - # Check version subdir="php$(%{__php} -r 'echo (PHP_MAJOR_VERSION < 7 ? 5 : 7);')" extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h) @@ -305,6 +301,10 @@ fi %changelog +* Fri Oct 9 2020 Remi Collet - 3.1.6-1 +- update to 3.1.6 +- drop patch merged upstream + * Wed Oct 7 2020 Remi Collet - 3.1.6~RC1-1 - update to 3.1.6RC1 - add patch for old gcc from -- cgit