Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package coeurl for openSUSE:Factory checked in at 2025-08-06 14:33:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coeurl (Old) and /work/SRC/openSUSE:Factory/.coeurl.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coeurl" Wed Aug 6 14:33:41 2025 rev:5 rq:1297774 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/coeurl/coeurl.changes 2025-06-04 20:29:44.343930330 +0200 +++ /work/SRC/openSUSE:Factory/.coeurl.new.1085/coeurl.changes 2025-08-06 14:34:42.859607030 +0200 @@ -1,0 +2,6 @@ +Tue Aug 5 15:00:02 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Add workaround_libcurl8.15_issues.patch again as libcurl 8.15 + broke it again + +------------------------------------------------------------------- New: ---- workaround_libcurl8.15_issues.patch ----------(New B)---------- New: - Add workaround_libcurl8.15_issues.patch again as libcurl 8.15 broke it again ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coeurl.spec ++++++ --- /var/tmp/diff_new_pack.98iskP/_old 2025-08-06 14:34:47.123785551 +0200 +++ /var/tmp/diff_new_pack.98iskP/_new 2025-08-06 14:34:47.135786054 +0200 @@ -1,7 +1,9 @@ # # spec file for package coeurl # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +26,7 @@ License: MIT URL: https://nheko.im/nheko-reborn/coeurl Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz +Patch: workaround_libcurl8.15_issues.patch BuildRequires: meson %if 0%{?suse_version} < 1600 BuildRequires: gcc12 ++++++ workaround_libcurl8.15_issues.patch ++++++ diff -ru coeurl-v0.3.1/lib/request.cpp ../../openSUSE:Factory/coeurl/coeurl-v0.3.1/lib/request.cpp --- coeurl-v0.3.1/lib/request.cpp 2024-06-02 21:32:43.000000000 +0200 +++ coeurl-v0.3.1/lib/request.cpp 2025-05-13 18:31:06.974573432 +0200 @@ -133,8 +133,8 @@ #endif // enable altsvc support, which allows us to switch to http3 - curl_easy_setopt(this->easy, CURLOPT_ALTSVC_CTRL, CURLALTSVC_H1 | CURLALTSVC_H2 | CURLALTSVC_H3); - curl_easy_setopt(this->easy, CURLOPT_ALTSVC, client->alt_svc_cache_path().c_str()); + //curl_easy_setopt(this->easy, CURLOPT_ALTSVC_CTRL, CURLALTSVC_H1 | CURLALTSVC_H2 | CURLALTSVC_H3); + //curl_easy_setopt(this->easy, CURLOPT_ALTSVC, client->alt_svc_cache_path().c_str()); // default to all supported encodings curl_easy_setopt(this->easy, CURLOPT_ACCEPT_ENCODING, "");