summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-22 08:14:42 +0200
committerRemi Collet <remi@php.net>2023-08-22 08:14:42 +0200
commit6afb55f93192507d751d3e1cae1df2030b339007 (patch)
treedf5c9fef185cc5de0f3b7e62c79750060f663abb
parent61b0334db3c06de21f355bd1eb4177d61b80e7b7 (diff)
update to 3.1.6
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-mailparse.spec10
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 [ <persistent> extension #83 mailparse version 3.1.5 ] {
+Extension [ <persistent> 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 <remi@remirepo.net> - 3.1.6-1
+- update to 3.1.6
+
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 3.1.5-1
- update to 3.1.5
- build out of sources tree