diff options
| -rw-r--r-- | php-pecl-xmldiff.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index ac37a31..a072bf0 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -24,7 +24,7 @@  Summary:        XML diff and merge  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.2 -Release:        12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -273,6 +273,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.2-13 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.2-12  - rebuild for 7.3.0alpha4 new ABI  | 
