Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2026-09-15 12:47:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Tue Sep 15 12:47:47 2026 rev:88 rq:1377856 version:4.14 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2026-08-27 18:49:23.152420691 +0200 +++ /work/SRC/openSUSE:Factory/.ccache.new.383539/ccache.changes 2026-09-15 12:47:51.048508919 +0200 @@ -1,0 +2,7 @@ +Mon Sep 14 09:16:27 UTC 2026 - Jiri Slaby <[email protected]> + +- add 0001-fix-fix-fdump-ipa-clones-for-different-outdir.patch + to fix builds to differnet outdirs (like O= for the kernel) + (bsc#1280168) + +------------------------------------------------------------------- New: ---- 0001-fix-fix-fdump-ipa-clones-for-different-outdir.patch ----------(New B)---------- New: - add 0001-fix-fix-fdump-ipa-clones-for-different-outdir.patch to fix builds to differnet outdirs (like O= for the kernel) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.jysBB2/_old 2026-09-15 12:47:51.925545451 +0200 +++ /var/tmp/diff_new_pack.jysBB2/_new 2026-09-15 12:47:51.928545576 +0200 @@ -37,6 +37,7 @@ URL: https://ccache.dev/ Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz Source2: %{name}.keyring +Patch0: 0001-fix-fix-fdump-ipa-clones-for-different-outdir.patch Patch2: 0001-doc-do-not-install-html-and-md-docs.patch BuildRequires: cmake >= 3.18 BuildRequires: ninja ++++++ 0001-fix-fix-fdump-ipa-clones-for-different-outdir.patch ++++++ From: Jiri Slaby <[email protected]> Date: Mon, 14 Sep 2026 10:53:32 +0200 Subject: fix: fix -fdump-ipa-clones for different outdir References: bsc#1280168 Patch-mainline: Submitted #1810 Fixes #1809. Signed-off-by: Jiri Slaby <[email protected]> --- src/ccache/argprocessing.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ccache/argprocessing.cpp b/src/ccache/argprocessing.cpp index 3a2d78e17fb8..dd18e653180c 100644 --- a/src/ccache/argprocessing.cpp +++ b/src/ccache/argprocessing.cpp @@ -2060,7 +2060,10 @@ process_args(Context& ctx) if (args_info.generating_ipa_clones) { args_info.output_ipa = core::make_relative_path( - ctx, util::add_extension(args_info.orig_input_file, ".000i.ipa-clones")); + ctx, + args_info.output_obj.parent_path() + / util::add_extension(args_info.orig_input_file.filename(), + ".000i.ipa-clones")); } if (state.xarch_args.size() > 1) { -- 2.55.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.jysBB2/_old 2026-09-15 12:47:52.007548866 +0200 +++ /var/tmp/diff_new_pack.jysBB2/_new 2026-09-15 12:47:52.011549033 +0200 @@ -1,4 +1,4 @@ -mtime: 1787557120 -commit: b0f935eac895d934454b37f8b6ded6ae729da55315de5e939ec6ffd7fdb9cbc9 +mtime: 1789378096 +commit: b3f13d2aec01a56a8a7257249bbc29aa9e5755e0795f7a40771a54adaac9d1ea url: https://src.opensuse.org/jirislaby/d-t-b-ccache ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-14 11:28:16.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
