From 6afb55f93192507d751d3e1cae1df2030b339007 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2023 08:14:42 +0200 Subject: update to 3.1.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-mailparse.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index a9a2df6..0f1d80c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mailparse mailparse support => enabled -Extension Version => 3.1.5 +Extension Version => 3.1.6 Directive => Local Value => Master Value mailparse.def_charset => us-ascii => us-ascii diff --git a/REFLECTION b/REFLECTION index 1633ecb..a3a7e67 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #83 mailparse version 3.1.5 ] { +Extension [ extension #84 mailparse version 3.1.6 ] { - Dependencies { Dependency [ mbstring (Required) ] diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec index 25eb483..f5d5137 100644 --- a/php-pecl-mailparse.spec +++ b/php-pecl-mailparse.spec @@ -12,12 +12,9 @@ # Please, preserve the changelog entries # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build - %{?scl:%scl_package php-pecl-mailparse} -%bcond_without tests +%bcond_without tests %global pecl_name mailparse %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -27,7 +24,7 @@ Summary: PHP PECL package for parsing and working with email messages Name: %{?scl_prefix}php-pecl-mailparse -Version: 3.1.5 +Version: 3.1.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/mailparse @@ -201,6 +198,9 @@ fi %changelog +* Tue Aug 22 2023 Remi Collet - 3.1.6-1 +- update to 3.1.6 + * Thu Jul 27 2023 Remi Collet - 3.1.5-1 - update to 3.1.5 - build out of sources tree -- cgit