summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-27 07:52:37 +0100
committerRemi Collet <remi@php.net>2023-02-27 07:52:37 +0100
commit0fb211f148cc8ab57346e643cd6b2b1ee40215cb (patch)
tree463e20e74bbc45f15d674b210a9dd246d33f3033 /php-pecl-igbinary.spec
parent4e1bd257910763249a4e09bd921c025df921b122 (diff)
update to 3.2.14
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 50d62ff..72fd87b 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -26,7 +26,7 @@
#global gh_date 20161018
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.2.13
+%global upstream_version 3.2.14
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
@@ -129,7 +129,7 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS
cd NTS
# Check version
-subdir="php$(%{__php} -r 'echo (PHP_MAJOR_VERSION < 7 ? 5 : 7);')"
+subdir=php7
extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h)
if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then
: Error: Upstream version is ${extver}, expecting %{upstream_version}%{?upstream_prever}.
@@ -292,6 +292,9 @@ fi
%changelog
+* Mon Feb 27 2023 Remi Collet <remi@remirepo.net> - 3.2.14-1
+- update to 3.2.14
+
* Thu Feb 2 2023 Remi Collet <remi@remirepo.net> - 3.2.13-1
- update to 3.2.13