From 51a503bb99c27bc44c9a2869c169297960b7cc36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Dec 2019 08:16:58 +0100 Subject: v3.1.0b4 --- php-pecl-igbinary.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index b3a9739..f039714 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.0 -%global upstream_prever b3 +%global upstream_prever b4 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -36,11 +36,11 @@ Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'e Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD -URL: http://pecl.php.net/package/igbinary +URL: https://pecl.php.net/package/igbinary BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear @@ -301,6 +301,9 @@ fi %changelog +* Sat Dec 21 2019 Remi Collet - 3.1.0~b4-1 +- update to 3.1.0b4 (beta) + * Tue Dec 10 2019 Remi Collet - 3.1.0~b3-1 - update to 3.1.0b3 (beta) -- cgit