Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package klee-uclibc for openSUSE:Factory checked in at 2024-02-12 18:53:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klee-uclibc (Old) and /work/SRC/openSUSE:Factory/.klee-uclibc.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "klee-uclibc" Mon Feb 12 18:53:26 2024 rev:24 rq:1146145 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/klee-uclibc/klee-uclibc.changes 2023-12-21 23:39:21.220159074 +0100 +++ /work/SRC/openSUSE:Factory/.klee-uclibc.new.1815/klee-uclibc.changes 2024-02-12 18:55:46.286215574 +0100 @@ -1,0 +2,6 @@ +Fri Feb 9 11:26:13 UTC 2024 - Jiri Slaby <jsl...@suse.cz> + +- generate debuginfo into the lib using -g +- do not configure with --enable-release as "things might break" (and they do). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klee-uclibc.spec ++++++ --- /var/tmp/diff_new_pack.CH1jSf/_old 2024-02-12 18:55:46.802234208 +0100 +++ /var/tmp/diff_new_pack.CH1jSf/_new 2024-02-12 18:55:46.802234208 +0100 @@ -1,7 +1,7 @@ # # spec file for package klee-uclibc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,9 +62,10 @@ %build ./configure \ - --make-llvm-lib \ - --enable-release -make %{?_smp_mflags} V=1 lib/libc.a + --make-llvm-lib +# README.md says: "Warning things might break if you do this." about this: + #--enable-release +make %{?_smp_mflags} V=1 KLEE_CFLAGS=-g lib/libc.a %install install -d %{buildroot}%{_libdir}/%{name}/lib/