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.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index afd972c..8536d2b 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -20,7 +20,7 @@
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.2.15
+%global upstream_version 3.2.16
#global upstream_prever RC1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -28,13 +28,11 @@
Summary: Replacement for the standard PHP serializer
Name: %{?scl_prefix}php-pecl-igbinary
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-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;')}
License: BSD-3-Clause
URL: https://pecl.php.net/package/igbinary
Source0: https://pecl.php.net/get/%{sources}.tgz
-Patch0: 390.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-pear
@@ -94,8 +92,6 @@ These are the files needed to compile programs using Igbinary
sed -e '/COPYING/s/role="doc"/role="src"/' -i package.xml
pushd %{sources}
-%patch -P0 -p1
-
# Check version
subdir=php7
extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h)
@@ -242,6 +238,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Aug 12 2024 Remi Collet <remi@remirepo.net> - 3.2.16-1
+- update to 3.2.16 (no change)
+- drop patch merged upstream
+
* Fri Jul 5 2024 Remi Collet <remi@remirepo.net> - 3.2.15-2
- fix test suite with 8.4 using patch from
https://github.com/igbinary/igbinary/pull/390