Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scrub for openSUSE:Factory checked in at 2024-11-21 15:19:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scrub (Old) and /work/SRC/openSUSE:Factory/.scrub.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scrub" Thu Nov 21 15:19:28 2024 rev:5 rq:1225468 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/scrub/scrub.changes 2015-03-23 12:19:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scrub.new.28523/scrub.changes 2024-11-21 15:19:36.387895031 +0100 @@ -1,0 +2,5 @@ +Fri Nov 15 08:48:57 UTC 2024 - Marcus Meissner <meiss...@suse.com> + +- scrub-fix-build.patch: fix build with gcc14. + +------------------------------------------------------------------- New: ---- scrub-fix-build.patch BETA DEBUG BEGIN: New: - scrub-fix-build.patch: fix build with gcc14. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scrub.spec ++++++ --- /var/tmp/diff_new_pack.T58bAe/_old 2024-11-21 15:19:37.555943585 +0100 +++ /var/tmp/diff_new_pack.T58bAe/_new 2024-11-21 15:19:37.555943585 +0100 @@ -1,7 +1,7 @@ # # spec file for package scrub # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: scrub Version: 2.6.1 -Release: 1 +Release: 0 Summary: Disk scrubbing program -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/File utilities -Url: https://code.google.com/p/diskscrub/ +URL: https://code.google.com/p/diskscrub/ Source0: https://github.com/chaos/scrub/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch0: scrub-fix-build.patch %description Scrub writes patterns on files or disk devices to make @@ -37,7 +37,7 @@ the file system is full, then scrubbed as in 2). %prep -%setup -q +%autosetup -p1 %build %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} @@ -51,7 +51,8 @@ %files %defattr(-,root,root) -%doc ChangeLog NEWS DISCLAIMER COPYING README +%license COPYING +%doc ChangeLog NEWS DISCLAIMER README %{_bindir}/scrub %{_mandir}/man1/* ++++++ scrub-fix-build.patch ++++++ Index: scrub-2.6.1/test/tgetsize.c =================================================================== --- scrub-2.6.1.orig/test/tgetsize.c +++ scrub-2.6.1/test/tgetsize.c @@ -34,6 +34,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <libgen.h> #include "getsize.h"