Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsof for openSUSE:Factory checked in at 2022-05-10 15:11:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsof (Old) and /work/SRC/openSUSE:Factory/.lsof.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsof" Tue May 10 15:11:20 2022 rev:40 rq:975728 version:4.95.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lsof/lsof.changes 2021-07-15 23:59:17.442035325 +0200 +++ /work/SRC/openSUSE:Factory/.lsof.new.1538/lsof.changes 2022-05-10 15:11:23.787529655 +0200 @@ -1,0 +2,20 @@ +Sat May 7 14:38:57 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 4.95.0: + * Update perl scripts for the past few decades of progress + * Drop LSOF_CCDATE across all dialects to ensure reproducible builds + * Fix FD field description. + * Adjust alignment of buffer passed to stat(). + * Clean up source code and documents. + - remove trailing whitespace, + - fix some issues in scripts found through shellcheck, and + - fix spelling + * man page: fix hyphen issues + * Fix broken LSOF_CFLAGS_OVERRIDE. + * [linux] Remove sysvlegacy function. + * [linux] use close_range instead of calling close repeatedly + * Add -Q option for adjusting exit status when failed to find a + search item (#129) +- drop lsof-no-build-date-etc.patch (obsolete) + +------------------------------------------------------------------- Old: ---- lsof-no-build-date-etc.patch lsof_4.94.0.linux.tar.bz2 New: ---- lsof_4.95.0.linux.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsof.spec ++++++ --- /var/tmp/diff_new_pack.apV6TL/_old 2022-05-10 15:11:24.371530391 +0200 +++ /var/tmp/diff_new_pack.apV6TL/_new 2022-05-10 15:11:24.375530397 +0200 @@ -1,7 +1,7 @@ # # spec file for package lsof # -# 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,14 +17,13 @@ Name: lsof -Version: 4.94.0 +Version: 4.95.0 Release: 0 Summary: A Program That Lists Information about Files Opened by Processes License: Zlib Group: System/Monitoring URL: https://github.com/lsof-org/lsof -Source: lsof_%{version}.linux.tar.bz2 -Patch0: lsof-no-build-date-etc.patch +Source: https://github.com/lsof-org/lsof/releases/download/%{version}/lsof_%{version}.linux.tar.bz2 BuildRequires: libselinux-devel BuildRequires: xz @@ -37,8 +36,7 @@ path. %prep -%setup -qn %{name}_%{version}.linux -%patch0 +%setup -q -n %{name}_%{version}.linux %build ./Configure -n linux ++++++ lsof_4.94.0.linux.tar.bz2 -> lsof_4.95.0.linux.tar.bz2 ++++++ ++++ 10095 lines of diff (skipped)