summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 3.1.6-1
+- update to 3.1.6
+- drop patch merged upstream
+
* Wed Oct 7 2020 Remi Collet <remi@remirepo.net> - 3.1.6~RC1-1
- update to 3.1.6RC1
- add patch for old gcc from