diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 14:55:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 14:55:28 +0200 |
commit | bade08a9f81862cecd186ade8051abe16dc03562 (patch) | |
tree | d6f2badcd80d75195c47453abd09a2a229b7f4fe /php-pecl-yaconf.spec | |
parent | 725214f8bcc634581eda7c94fab7502cc12cb88f (diff) |
rebuild for 7.4.0RC1
Diffstat (limited to 'php-pecl-yaconf.spec')
-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 0f864dd..aeee5ab 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.8 %if 0%{?gh_date:1} -Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}.%{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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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 @@ -252,6 +252,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.8-0.4.20180622.d5f267a +- rebuild for 7.4.0RC1 + * Fri Jun 7 2019 Remi Collet <remi@remirepo.net> - 1.0.8-0.4.20180622.d5f267a - add patch for 7.4 from https://github.com/laruence/yaconf/pull/52 |