Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lsof for openSUSE:Factory checked in 
at 2021-07-15 23:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsof (Old)
 and      /work/SRC/openSUSE:Factory/.lsof.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsof"

Thu Jul 15 23:59:04 2021 rev:39 rq:906149 version:4.94.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsof/lsof.changes        2021-02-04 
20:22:58.654726085 +0100
+++ /work/SRC/openSUSE:Factory/.lsof.new.2625/lsof.changes      2021-07-15 
23:59:17.442035325 +0200
@@ -1,0 +2,12 @@
+Thu Jul  8 16:28:33 UTC 2021 - [email protected]
+
+- Update to 4.94.0:
+  * Fix various bugs
+  * Display more information for eventfd and other objects
+- Remove lsof-glibc-linux-5.0.patch as it has been fixed upstream
+- Remove lsof_4.81-include.patch as it is not needed anymore
+- Remove lsof_4.81-perl.patch as this change is now done inside the spec file
+- Remove lsof_4.81-fmt.patch as it is not needed anymore
+
+
+-------------------------------------------------------------------

Old:
----
  lsof-4.93.2_repacked.tar.gz
  lsof-glibc-linux-5.0.patch
  lsof_4.81-fmt.patch
  lsof_4.81-include.patch
  lsof_4.81-perl.patch

New:
----
  lsof_4.94.0.linux.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lsof.spec ++++++
--- /var/tmp/diff_new_pack.J8gUIU/_old  2021-07-15 23:59:18.110029954 +0200
+++ /var/tmp/diff_new_pack.J8gUIU/_new  2021-07-15 23:59:18.110029954 +0200
@@ -17,21 +17,14 @@
 
 
 Name:           lsof
-Version:        4.93.2
+Version:        4.94.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
-# From https://github.com/lsof-org/lsof/archive/%{version}.tar.gz
-# Always repack the source to remove legally problematic files - bnc#705143
-# dialects/uw/uw7/sys/fs/{fifonode.h,namenode.h,README}
-Source:         lsof-%{version}_repacked.tar.gz
-Patch0:         lsof_4.81-include.patch
-Patch1:         lsof_4.81-fmt.patch
-Patch2:         lsof-no-build-date-etc.patch
-Patch3:         lsof_4.81-perl.patch
-Patch4:         lsof-glibc-linux-5.0.patch
+Source:         lsof_%{version}.linux.tar.bz2
+Patch0:         lsof-no-build-date-etc.patch
 BuildRequires:  libselinux-devel
 BuildRequires:  xz
 
@@ -44,26 +37,22 @@
 path.
 
 %prep
-%setup -q
+%setup -qn %{name}_%{version}.linux
 %patch0
-%patch1
-%patch2
-%patch3
-%patch4 -p1
 
 %build
 ./Configure -n linux
-make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
+%make_build DEBUG="%{optflags} -Wall -Wno-unused"
 
 %install
 install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man8
 install -m755 lsof %{buildroot}%{_bindir}
-install -m644 Lsof.8 %{buildroot}%{_mandir}/man8/lsof.8
+install -m644 lsof.8 %{buildroot}%{_mandir}/man8/lsof.8
 mkdir SUSE_docs
 for s in 00* ; do
        mv $s SUSE_docs/${s#00}
 done
-sed -i -e "s|%{_prefix}/local/bin/perl|%{_bindir}/perl|g" scripts/*
+sed -i -e "s|%{_prefix}/local/bin/perl4\?|%{_bindir}/perl|g" scripts/*
 mv scripts/00MANIFEST scripts/MANIFEST
 mv scripts/00README scripts/README
 
@@ -71,11 +60,11 @@
 cd tests
 chmod u+w TestDB
 ./Add2TestDB
-make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
+%make_build DEBUG="-Wall -Wno-unused"
 
 %files
 %doc SUSE_docs/* scripts
-%{_mandir}/man8/lsof.8%{ext_man}
+%{_mandir}/man8/lsof.8%{?ext_man}
 %{_bindir}/lsof
 
 %changelog

Reply via email to