diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-19 01:09:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-19 01:09:22 +0200 |
commit | 4cbce24b7f2b4c14448129603a5ee9642afd3e97 (patch) | |
tree | 9e66a6d805c4bdd2bcc3350185360fedb4c6764f | |
parent | 2caf08b74fedbb091d73efcccb5f64a8c385dde2 (diff) |
rebuild for 7.2.0beta1
-rw-r--r-- | php-pecl-yaf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index d29f971..54d27c8 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -24,10 +24,10 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf Version: 3.0.5 %if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{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}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -226,6 +226,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.5-2 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jun 29 2017 Remi Collet <remi@remirepo.net> - 3.0.5-1 - Update to 3.0.5 - drop patch merged upstream |