diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 07:35:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 07:35:11 +0200 |
commit | 0f5df8806d832fce712116402f2bc8ccdbc1ea99 (patch) | |
tree | 9c3e46b8ba80b4bf0d40325f5f3bc4e9313dc144 | |
parent | b07ad47d99b775cbdf050c46aea16b9356b2276c (diff) |
rebuild for PHP 8.5.0RC1
-rw-r--r-- | php-pecl-mailparse.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec index d1aa912..07e819f 100644 --- a/php-pecl-mailparse.spec +++ b/php-pecl-mailparse.spec @@ -27,7 +27,7 @@ Summary: PHP PECL package for parsing and working with email messages Name: %{?scl_prefix}php-pecl-mailparse Version: 3.1.8 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/mailparse Source0: https://pecl.php.net/get/%{sources}.tgz @@ -49,10 +49,13 @@ Requires: %{?scl_prefix}php-mbstring%{?_isa} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} @@ -73,6 +76,8 @@ sed -e 's/role="test"/role="src"/' \ cd %{sources} %patch -P0 -p1 -b .up +# avoid re2c +touch php_mailparse_rfc822.c extver=$(sed -n '/#define PHP_MAILPARSE_VERSION/{s/.* "//;s/".*$//;p}' php_mailparse.h) if test "x${extver}" != "x%{version}"; then @@ -178,6 +183,9 @@ TEST_PHP_EXECUTABLE=%{__php} \ %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 3.1.8-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 3.1.8-2 - fix for PHP 8.5.0alpha3 using patch from upstream |