Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libhugetlbfs for openSUSE:Factory checked in at 2023-11-07 21:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhugetlbfs (Old) and /work/SRC/openSUSE:Factory/.libhugetlbfs.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhugetlbfs" Tue Nov 7 21:25:31 2023 rev:52 rq:1123910 version:2.23.0.g6b126a4 Changes: -------- --- /work/SRC/openSUSE:Factory/libhugetlbfs/libhugetlbfs.changes 2023-03-06 18:54:58.740489486 +0100 +++ /work/SRC/openSUSE:Factory/.libhugetlbfs.new.17445/libhugetlbfs.changes 2023-11-07 21:25:40.634008425 +0100 @@ -1,0 +2,6 @@ +Wed Nov 1 16:44:03 UTC 2023 - Thomas Abraham <[email protected]> + +- Add libhugetlbfs-increase-mount-buffer.patch for upstream issue gh#43 + (boo#1216576) + +------------------------------------------------------------------- New: ---- _servicedata libhugetlbfs-increase-mount-buffer.patch BETA DEBUG BEGIN: New: - Add libhugetlbfs-increase-mount-buffer.patch for upstream issue gh#43 (boo#1216576) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhugetlbfs.spec ++++++ --- /var/tmp/diff_new_pack.DmMsnI/_old 2023-11-07 21:25:41.290032583 +0100 +++ /var/tmp/diff_new_pack.DmMsnI/_new 2023-11-07 21:25:41.290032583 +0100 @@ -1,7 +1,7 @@ # # spec file for package libhugetlbfs # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ Patch2: disable-rw-on-non-ldscripts.diff Patch3: zero_filesize_segment.patch Patch4: glibc-2.34-fix.patch +Patch5: libhugetlbfs-increase-mount-buffer.patch BuildRequires: doxygen BuildRequires: glibc-devel-static BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/libhugetlbfs/libhugetlbfs.git</param> <param name="changesrevision">6b126a4d7da9490fa40fe7e1b962edcb939feddc</param></service></servicedata> (No newline at EOF) ++++++ libhugetlbfs-2.23.0.g6b126a4.obscpio ++++++ ++++++ libhugetlbfs-increase-mount-buffer.patch ++++++ --- a/hugeutils.c +++ b/hugeutils.c @@ -617,7 +617,7 @@ hpage_sizes[i].mount); } -#define LINE_MAXLEN 2048 +#define LINE_MAXLEN 4096 static void find_mounts(void) { int fd;
