Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2024-07-30 11:53:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Tue Jul 30 11:53:11 2024 rev:255 rq:1189971 version:3.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2024-07-25 
11:47:21.853848368 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new.1882/cmake.changes    2024-07-30 
11:53:14.998584963 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 05:49:03 UTC 2024 - Christoph G <f...@grueninger.de>
+
+- Add curl-8.9.0-output.patch to fix test for different output
+  with cURL 8.9.0. Part of upstream and will be part of 3.31.0.
+
+-------------------------------------------------------------------

New:
----
  curl-8.9.0-output.patch

BETA DEBUG BEGIN:
  New:
- Add curl-8.9.0-output.patch to fix test for different output
  with cURL 8.9.0. Part of upstream and will be part of 3.31.0.
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.S3fbDR/_old  2024-07-30 11:53:15.962623819 +0200
+++ /var/tmp/diff_new_pack.S3fbDR/_new  2024-07-30 11:53:15.962623819 +0200
@@ -70,6 +70,8 @@
 # Search for python interpreters from newest to oldest rather then picking up 
/usr/bin/python as first choice
 Patch1:         feature-suse-python-interp-search-order.patch
 Patch2:         cmake-zerojvm.patch
+# upstream, adjust test to process output from cURL 8.9.0
+Patch3:         curl-8.9.0-output.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig



++++++ curl-8.9.0-output.patch ++++++
>From 7bfe120c07f9fb571ed3e6e30db99d01da52bf60 Mon Sep 17 00:00:00 2001
From: Brad King <brad.k...@kitware.com>
Date: Thu, 25 Jul 2024 11:00:36 -0400
Subject: Tests/RunCMake/file-DOWNLOAD: Update bad host name
 message for curl 8.9

---
 Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt 
b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
index 12278e0fb4..4aa7e93a9c 100644
--- a/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
+++ b/Tests/RunCMake/file-DOWNLOAD/bad-hostname-stdout.txt
@@ -1 +1 @@
--- status='6;"Couldn't resolve host name"'
+-- status='6;"(Could not resolve hostname|Couldn't resolve host name)"'
-- 
2.45.2

Reply via email to