Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package latrace for openSUSE:Factory checked in at 2024-03-01 23:37:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latrace (Old) and /work/SRC/openSUSE:Factory/.latrace.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latrace" Fri Mar 1 23:37:03 2024 rev:11 rq:1153789 version:0.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/latrace/latrace.changes 2022-04-22 21:55:40.334902943 +0200 +++ /work/SRC/openSUSE:Factory/.latrace.new.1770/latrace.changes 2024-03-01 23:37:19.689196959 +0100 @@ -1,0 +2,10 @@ +Fri Mar 1 08:59:13 UTC 2024 - Jan Engelhardt <[email protected]> + +- Go all the way to %autosetup. + +------------------------------------------------------------------- +Thu Feb 29 14:05:44 UTC 2024 - [email protected] + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latrace.spec ++++++ --- /var/tmp/diff_new_pack.cbT0xj/_old 2024-03-01 23:37:20.245217066 +0100 +++ /var/tmp/diff_new_pack.cbT0xj/_new 2024-03-01 23:37:20.245217066 +0100 @@ -2,7 +2,7 @@ # # spec file for package latrace # -# Copyright (c) 2022 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 @@ -51,21 +51,13 @@ and get their statistics in a manner similar to the strace utility. %prep -%setup -q +%autosetup -p1 cp %{SOURCE1} %{SOURCE2} . -%patch0 -p1 -%patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 %build autoconf %configure --libdir=%{_libdir}/latrace -make V=1 +%make_build V=1 %install %make_install V=1 ++++++ latrace-0.5.11-fixes.diff ++++++ --- /var/tmp/diff_new_pack.cbT0xj/_old 2024-03-01 23:37:20.305219235 +0100 +++ /var/tmp/diff_new_pack.cbT0xj/_new 2024-03-01 23:37:20.305219235 +0100 @@ -1,6 +1,12 @@ ---- src/config-flex.l 2011-07-25 13:18:18.000000000 +0200 -+++ src/config-flex.l 2017-07-25 13:13:12.171371960 +0200 -@@ -108,8 +108,8 @@ +--- + src/config-flex.l | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +Index: latrace-0.5.11/src/config-flex.l +=================================================================== +--- latrace-0.5.11.orig/src/config-flex.l ++++ latrace-0.5.11/src/config-flex.l +@@ -108,8 +108,8 @@ OPTIONS { BEGIN(options); return OPTI %%
