summaryrefslogtreecommitdiffstats
path: root/php-pecl-imap.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-04 11:32:41 +0100
committerRemi Collet <remi@php.net>2024-01-04 11:32:41 +0100
commitb4c32f0049d1cb9dc326ee1cc583f7ade09bfeea (patch)
treec5a0cbae0e15badd8ef05c24ad573dbe94e927fe /php-pecl-imap.spec
parent88bd0cc578dc32d8c3880062a5bb9ddc270a144a (diff)
v1.0.2
Diffstat (limited to 'php-pecl-imap.spec')
-rw-r--r--php-pecl-imap.spec7
1 files changed, 5 insertions, 2 deletions
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)