summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-09 10:09:36 +0100
committerRemi Collet <remi@remirepo.net>2019-12-09 10:09:36 +0100
commit9672ec74d4a09fa7f150ec8f63b17f3835722f61 (patch)
tree4dcb11e4ef1c00842cb7c1b16deb577c778a05eb /php-pecl-igbinary.spec
parent54bf2900cda843498fceccc4470c7a9cf4312623 (diff)
v3.1.0b2
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.1.0~b2-1
+- update to 3.0.0b2 (beta)
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 3.0.1-5
- rebuild for 7.4.0RC1