diff options
| -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  | 
