From 3750cfe644ddb4fd2d67043319255c2e2b2356b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2020 07:43:53 +0200 Subject: update to 3.1.4 --- php-pecl-igbinary.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index b8649f9..f2f63c1 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.3 +%global upstream_version 3.1.4 #global upstream_prever a1 Summary: Replacement for the standard PHP serializer @@ -35,7 +35,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -308,6 +308,9 @@ fi %changelog +* Thu Aug 6 2020 Remi Collet - 3.1.4-1 +- update to 3.1.4 + * Wed Aug 5 2020 Remi Collet - 3.1.3-1 - update to 3.1.3 -- cgit