diff options
-rw-r--r-- | php-pecl-gnupg.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index 599a2cc..f5826fa 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -24,7 +24,7 @@ Summary: Wrapper around the gpgme library Name: %{?sub_prefix}php-pecl-gnupg Version: 1.4.0 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/gnupg @@ -264,6 +264,9 @@ NO_INTERACTION=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.4.0-6 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.4.0-5 - rebuld for 7.3.0alpha4 new ABI |