diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-19 01:07:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-19 01:07:32 +0200 |
commit | 6aabeefff4716a121cd9ec0bbe209ee31dda37be (patch) | |
tree | f5e42eecb4716fae037c8b3b1b3d959a737a6320 | |
parent | c6104e71fbc6dbde60cc4593dba4ee3ea03d73cf (diff) |
rebuild for 7.2.0beta1
-rw-r--r-- | php-pecl-yaconf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index a1a9cda..c1cbc3a 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -21,10 +21,10 @@ Summary: Yet Another Configurations Container Name: %{?scl_prefix}php-pecl-yaconf Version: 1.0.5 %if 0%{?gh_date:1} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -245,6 +245,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.5-3 +- rebuild for PHP 7.2.0beta1 new API + * Sun Jun 25 2017 Remi Collet <remi@remirepo.net> - 1.0.5-2 - add patch for PHP 7.2 from https://github.com/laruence/yaconf/pull/31 |