diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-imap.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #18 imap version 1.0.0 ] { +Extension [ <persistent> extension #18 imap version 1.0.2 ] {    - Dependencies {      Dependency [ standard (Required) ] diff --git a/php-pecl-imap.spec b/php-pecl-imap.spec index 2cb8e52..666e926 100644 --- a/php-pecl-imap.spec +++ b/php-pecl-imap.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-imap  # -# Copyright (c) 2023 Remi Collet +# Copyright (c) 2023-2024 Remi Collet  # License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -19,7 +19,7 @@  Summary:      Extension to operate with the IMAP protocol  Name:         %{?scl_prefix}php-pecl-%{pecl_name} -Version:      1.0.0 +Version:      1.0.2  Release:      1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      PHP-3.01  URL:          https://pecl.php.net/package/%{pecl_name} @@ -190,5 +190,8 @@ fi  %changelog +* Thu Jan  4 2024 Remi Collet <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 +  * Tue Dec 19 2023 Remi Collet <remi@remirepo.net> - 1.0.0-1  - initial package for version 1.0.0 (PHP 8.4)  | 
