From 9672ec74d4a09fa7f150ec8f63b17f3835722f61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 10:09:36 +0100 Subject: v3.1.0b2 --- 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 7168696..c729ae3 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,8 +25,8 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.0.1 -#global upstream_prever a2 +%global upstream_version 3.1.0 +%global upstream_prever b2 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -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: 5%{?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: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -301,6 +301,9 @@ fi %changelog +* Mon Dec 9 2019 Remi Collet - 3.1.0~b2-1 +- update to 3.0.0b2 (beta) + * Tue Sep 03 2019 Remi Collet - 3.0.1-5 - rebuild for 7.4.0RC1 -- cgit