diff options
| -rw-r--r-- | php-pecl-xattr.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 84625d5..d0bf5cf 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -22,7 +22,7 @@  Summary:        Extended attributes  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.3.0 -Release:        6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.3.0-7 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.3.0-6  - rebuild for 7.3.0alpha4 new ABI | 
