Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package findutils for openSUSE:Factory checked in at 2022-02-04 21:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/findutils (Old) and /work/SRC/openSUSE:Factory/.findutils.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "findutils" Fri Feb 4 21:47:28 2022 rev:69 rq:950716 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/findutils/findutils.changes 2021-11-05 22:58:17.956269878 +0100 +++ /work/SRC/openSUSE:Factory/.findutils.new.1898/findutils.changes 2022-02-04 21:48:42.596666487 +0100 @@ -1,0 +2,9 @@ +Wed Feb 2 01:07:20 UTC 2022 - Bernhard Voelker <m...@bernhard-voelker.de> + +- Update to 4.9.0. + Announcement: https://savannah.gnu.org/forum/forum.php?forum_id=10108 +- gnulib-port-year2038-to-glibc-2.34.patch: Remove now-upstream patch. +- findutils.spec: Update version and remove above patch. +- findutils-xautofs.patch: Refresh. + +------------------------------------------------------------------- Old: ---- findutils-4.8.0.tar.xz findutils-4.8.0.tar.xz.sig gnulib-port-year2038-to-glibc-2.34.patch New: ---- findutils-4.9.0.tar.xz findutils-4.9.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ findutils.spec ++++++ --- /var/tmp/diff_new_pack.z49asy/_old 2022-02-04 21:48:43.272661872 +0100 +++ /var/tmp/diff_new_pack.z49asy/_new 2022-02-04 21:48:43.276661845 +0100 @@ -1,7 +1,7 @@ # # spec file for package findutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: findutils -Version: 4.8.0 +Version: 4.9.0 Release: 0 Summary: The GNU versions of find utilities (find and xargs) License: GPL-3.0-or-later @@ -42,9 +42,6 @@ # adds a new option -xautofs to find to not descend into directories on autofs file systems Patch0: findutils-xautofs.patch -# Upstream gnulib patch to avoid i586 build failure with glibc-2.34; remove with findutils>4.8.0. -# Requires installed automake and running 'autoreconf -fi' below. -Patch100: gnulib-port-year2038-to-glibc-2.34.patch BuildRequires: automake # BuildRequire dejagnu for 'runtest' to execute all tests. @@ -70,12 +67,8 @@ %prep %setup -q %patch0 -%patch100 %build -# Patch100 requires to refresh 'configure'; remove with findutils>4.8.0. -AUTOPOINT=true autoreconf -fi - %if 0%{?qemu_user_space_build} # this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ... export DEFAULT_ARG_SIZE="(31u * 1024u)" ++++++ findutils-4.8.0.tar.xz -> findutils-4.9.0.tar.xz ++++++ ++++ 156751 lines of diff (skipped) ++++++ findutils-xautofs.patch ++++++ --- /var/tmp/diff_new_pack.z49asy/_old 2022-02-04 21:48:44.428653980 +0100 +++ /var/tmp/diff_new_pack.z49asy/_new 2022-02-04 21:48:44.432653952 +0100 @@ -4,14 +4,14 @@ find/find.1 | 3 +++ find/ftsfind.c | 6 ++++++ find/parser.c | 12 ++++++++++++ - find/util.c | 3 ++- - 6 files changed, 30 insertions(+), 1 deletion(-) + find/util.c | 4 +++- + 6 files changed, 31 insertions(+), 1 deletion(-) Index: doc/find.texi =================================================================== --- doc/find.texi.orig +++ doc/find.texi -@@ -1519,6 +1519,10 @@ them. +@@ -1608,6 +1608,10 @@ them. There are two ways to avoid searching certain filesystems. One way is to tell @code{find} to only search one filesystem: @@ -26,7 +26,7 @@ =================================================================== --- find/defs.h.orig +++ find/defs.h -@@ -574,6 +574,9 @@ struct options +@@ -562,6 +562,9 @@ struct options /* If true, don't cross filesystem boundaries. */ bool stay_on_filesystem; @@ -40,7 +40,7 @@ =================================================================== --- find/find.1.orig +++ find/find.1 -@@ -576,6 +576,9 @@ to stat them; this gives a significant i +@@ -638,6 +638,9 @@ to stat them; this gives a significant i .IP "\-version, \-\-version" Print the \fBfind\fR version number and exit. @@ -54,7 +54,7 @@ =================================================================== --- find/ftsfind.c.orig +++ find/ftsfind.c -@@ -432,6 +432,12 @@ consider_visiting (FTS *p, FTSENT *ent) +@@ -435,6 +435,12 @@ consider_visiting (FTS *p, FTSENT *ent) } } @@ -71,7 +71,7 @@ =================================================================== --- find/parser.c.orig +++ find/parser.c -@@ -138,6 +138,7 @@ static bool parse_used (const s +@@ -139,6 +139,7 @@ static bool parse_used (const s static bool parse_user (const struct parser_table*, char *argv[], int *arg_ptr); static bool parse_wholename (const struct parser_table*, char *argv[], int *arg_ptr); static bool parse_xdev (const struct parser_table*, char *argv[], int *arg_ptr); @@ -79,7 +79,7 @@ static bool parse_ignore_race (const struct parser_table*, char *argv[], int *arg_ptr); static bool parse_noignore_race (const struct parser_table*, char *argv[], int *arg_ptr); static bool parse_warn (const struct parser_table*, char *argv[], int *arg_ptr); -@@ -302,6 +303,7 @@ static struct parser_table const parse_t +@@ -304,6 +305,7 @@ static struct parser_table const parse_t PARSE_TEST_NP ("wholename", wholename), /* GNU, replaced -path, but now -path is standardized since POSIX 2008 */ {ARG_TEST, "writable", parse_accesscheck, pred_writable}, /* GNU, 4.3.0+ */ PARSE_OPTION ("xdev", xdev), /* POSIX */ @@ -87,7 +87,7 @@ PARSE_TEST ("xtype", xtype), /* GNU */ #ifdef UNIMPLEMENTED_UNIX /* It's pretty ugly for find to know about archive formats. -@@ -2595,6 +2597,16 @@ parse_xdev (const struct parser_table* e +@@ -2608,6 +2610,16 @@ parse_xdev (const struct parser_table* e } static bool @@ -108,16 +108,17 @@ =================================================================== --- find/util.c.orig +++ find/util.c -@@ -181,7 +181,7 @@ operators (decreasing precedence; -and i - positional options (always true): -daystart -follow -regextype\n\n\ - normal options (always true, specified before other expressions):\n\ - -depth --help -maxdepth LEVELS -mindepth LEVELS -mount -noleaf\n\ -- --version -xdev -ignore_readdir_race -noignore_readdir_race\n")); -+ --version -xdev -xautofs -ignore_readdir_race -noignore_readdir_race\n")); - HTL (_("\ - tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n\ - -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n\ -@@ -1044,6 +1044,7 @@ set_option_defaults (struct options *p) +@@ -183,7 +183,8 @@ Positional options (always true):\n\ + HTL (_("\n\ + Normal options (always true, specified before other expressions):\n\ + -depth -files0-from FILE -maxdepth LEVELS -mindepth LEVELS\n\ +- -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n")); ++ -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n\ ++ -xautofs\n")); + HTL (_("\n\ + Tests (N can be +N or -N or N):\n\ + -amin N -anewer FILE -atime N -cmin N -cnewer FILE -context CONTEXT\n\ +@@ -1028,6 +1029,7 @@ set_option_defaults (struct options *p) p->full_days = false; p->stay_on_filesystem = false;