diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-22 08:14:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-22 08:14:42 +0200 |
commit | 6afb55f93192507d751d3e1cae1df2030b339007 (patch) | |
tree | df5c9fef185cc5de0f3b7e62c79750060f663abb /php-pecl-mailparse.spec | |
parent | 61b0334db3c06de21f355bd1eb4177d61b80e7b7 (diff) |
update to 3.1.6
Diffstat (limited to 'php-pecl-mailparse.spec')
-rw-r--r-- | php-pecl-mailparse.spec | 10 |
1 files changed, 5 insertions, 5 deletions
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 |