diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-20 16:18:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-20 16:18:12 +0100 |
commit | 6fee4ba97b52a1400a32587185032b2b2d6d0f59 (patch) | |
tree | 36d341d10fa895910aaef243faeffd822b1d9777 | |
parent | e59dbc4310d008c6cfbd92ac6917d49fc7aa4f02 (diff) |
php-pecl-igbinary: 2.0.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #94 igbinary version 2.0.0 ] { +Extension [ <persistent> extension #96 igbinary version 2.0.1 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 2f57622..294b454 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -11,7 +11,7 @@ # %if 0%{?scl:1} %global sub_prefix %{scl_prefix} -%scl_package php-pecl-igbinary +%scl_package php-pecl-igbinary %endif %global extname igbinary @@ -28,12 +28,12 @@ Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary -Version: 2.0.0 +Version: 2.0.1 %if 0%{?gh_date} Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{extname}/%{extname}/archive/%{gh_commit}/%{extname}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?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/%{extname}-%{version}.tgz %endif License: BSD @@ -297,6 +297,9 @@ fi %changelog +* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 +- Update to 2.0.1 + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2 - rebuild with PHP 7.1.0 GA |