diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-05 08:16:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-05 08:16:01 +0200 |
commit | 722b65819d7888fe8cb22a114fb2da76844a861e (patch) | |
tree | 4dc39a6501b724e4280511a4a39cd6db13318221 /php-pecl-igbinary.spec | |
parent | 6b9f49ba4ddc37687ffd06b189d9ff0f4769ffe9 (diff) |
update to 3.1.3
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r-- | php-pecl-igbinary.spec | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c2deaf5..b8649f9 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,7 +25,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.1.2 +%global upstream_version 3.1.3 #global upstream_prever a1 Summary: Replacement for the standard PHP serializer @@ -41,10 +41,6 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst License: BSD URL: https://pecl.php.net/package/igbinary -Patch0: https://github.com/igbinary/igbinary/commit/e24aca97b8925ac9d21f718c0e38274bde949866.patch -Patch1: https://github.com/igbinary/igbinary/commit/07625b9a51a96d8402fd01b373edd58befa4e3fb.patch -Patch2: https://github.com/igbinary/igbinary/commit/7bed3124e797dcfcb9e2e6c2b30c3e289ac5eff4.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel > 7 @@ -148,10 +144,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 -%patch1 -p1 -%patch2 -p1 - # 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) @@ -316,6 +308,9 @@ fi %changelog +* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + * Wed Jul 22 2020 Remi Collet <remi@remirepo.net> - 3.1.2-4 - rebuild for PHP 8.0.0alpha3 |