diff options
| -rw-r--r-- | php-pecl-newt.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-newt.spec b/php-pecl-newt.spec index 7089e9c..16a15ba 100644 --- a/php-pecl-newt.spec +++ b/php-pecl-newt.spec @@ -23,7 +23,7 @@  Summary:        Extension for Red Hat Newt window library  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.9 -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -201,6 +201,9 @@ cd ../ZTS  %changelog +* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 1.2.9-4 +- cleanup for EL-8 +  * Tue Mar  8 2016 Remi Collet <remi@fedoraproject.org> - 1.2.9-3  - fix license management  - adapt for F24 | 
