summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-21 14:29:33 +0100
committerRemi Collet <remi@php.net>2023-02-21 14:29:33 +0100
commitb2e552a8de8011d9c148988e981b2a5ebeeed10b (patch)
tree7dde2cd721345d8c437f867adb4601aefbf68441
parent0e1d756f9e980e6d7f8d85ad3df17c063e9fdcfd (diff)
F38: enable imap extension
-rw-r--r--failed.txt6
-rw-r--r--php.spec10
2 files changed, 8 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 97eac1e..3d686f8 100644
--- a/failed.txt
+++ b/failed.txt
@@ -7,14 +7,16 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl80el9x/build.log:Tests failed : 3
/var/lib/mock/scl80fc36x/build.log:Tests failed : 3
/var/lib/mock/scl80fc37x/build.log:Tests failed : 3
+/var/lib/mock/scl80fc38x/build.log:Tests failed : 3
-el8x:
- 5 ext/standard/tests/strings/setlocale_variation2.phpt
all:
2 FPM: GHSA-54hq-v5wp-fqgv - exceeding max_file_uploads [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt]
2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt]
2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini custom value [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt]
+fc38x:
+ 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt]
+ 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 24dfa63..06e039d 100644
--- a/php.spec
+++ b/php.spec
@@ -67,12 +67,7 @@
%bcond_with oci8
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
-%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
-# uw-imap is not available
-%bcond_with imap
-%else
%bcond_without imap
-%endif
%bcond_without firebird
%bcond_without freetds
%bcond_without tidy
@@ -124,7 +119,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1860,6 +1855,9 @@ fi
%changelog
+* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 8.0.28-2
+- F38: enable imap extension
+
* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.0.28-1
- Update to 8.0.28 - http://www.php.net/releases/8_0_28.php
- add dependency on pcre2 minimal version