diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:20:48 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:20:48 +0200 | 
| commit | 3c6d50c97497684a262350210537c9bc21900a7a (patch) | |
| tree | ceb449df3e92b2eabcc1aa6d49b66572b6ce2f67 | |
| parent | 95888d5d80cdfe7234a47b303898d4019332004e (diff) | |
| -rw-r--r-- | php-pecl-propro.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index cab7ab7..7d0bc5e 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.spec @@ -32,10 +32,10 @@ Summary:        Property proxy  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.1.0  %if 0%{?ghdate} -Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.7.%{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:        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}%{?prever}.tgz  %endif  License:        BSD @@ -263,6 +263,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.1.0-5 +- rebuild for 7.4.0RC1 +  * Wed May 29 2019 Remi Collet <remi@remirepo.net> - 2.1.0-4  - rebuild  | 
