Hello community,

here is the log from the commit of package lsof for openSUSE:Factory checked in 
at 2016-05-08 10:40:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsof (Old)
 and      /work/SRC/openSUSE:Factory/.lsof.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsof"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsof/lsof.changes        2015-03-03 
11:14:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lsof.new/lsof.changes   2016-05-08 
10:40:15.000000000 +0200
@@ -1,0 +2,32 @@
+Mon May  2 16:10:30 UTC 2016 - [email protected]
+
+- Update to version 4.89
+  * Applied correction from Casper Dik <[email protected]> to
+    his patch for Solaris 11 that I applied incorrectly in revision
+    4.88. 
+  * Updated for latest version of FreeBSD 11.0-CURRENT.
+  * Compensated for a missing FreeBSD 10.0 typedef of bool on the
+    i386 architecture.  Allen Hewes <[email protected]> provided
+    a test system. Andrey Chernov <[email protected]> provided
+    useful advice.
+  * Improved tests/Add2TestDB script with a patch from Peter
+    Schiffer <[email protected]>.  Added patches from Peter to
+    eliminate Linux gcc warnings.  Updated Lsof.8 with improvements
+    supplied by Bjarni Ingi Gislason <[email protected]>.
+  * Changed FreeBSD global CFLAGS extraction per Terry Kennedy
+    <[email protected]>.  Also made sure -DNEEDS_BOOL_TYPEDEF is
+    #define'd when the resulting CFLAGS doesn't contain it.  Terry
+    reported that need.
+  * Improved Linux test for tcp.h in response to a report from
+    Cato Auestad <[email protected]>.  Cato did the testing.
+  * Fixed Linux UNIX socket search by name bug reported by
+    Stephane Chazelas <[email protected]>.
+  * Added Linux display of UNIX socket endpoint information with
+    code provided by Masatake YAMATO <[email protected]>.  Peter
+    Schiffer <[email protected]> provided a test system.
+  * Insured that type definitions from <vm/vm.h> were again made
+    visible to lsof on FreeBSD 11 after a system header file change
+    hid them.
+- use spec-cleaner to clean specfile
+
+-------------------------------------------------------------------

Old:
----
  lsof_4.88_src_repacked.tar.xz

New:
----
  lsof_4.89_src_repacked.tar.xz

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

Other differences:
------------------
++++++ lsof.spec ++++++
--- /var/tmp/diff_new_pack.sbFasH/_old  2016-05-08 10:40:16.000000000 +0200
+++ /var/tmp/diff_new_pack.sbFasH/_new  2016-05-08 10:40:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsof
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
 
 
 Name:           lsof
-Version:        4.88
+Version:        4.89
 Release:        0
-Group:          System/Monitoring
+Summary:        A Program That Lists Information about Files Opened by 
Processes
 License:        Zlib
+Group:          System/Monitoring
 Url:            http://people.freebsd.org/~abe/
-Summary:        A Program That Lists Information about Files Opened by 
Processes
 # Always repack the source to remove legally problematic files - bnc#705143
 # dialects/uw/uw7/sys/fs/{fifonode.h,namenode.h,README}
 Source:         %{name}_%{version}_src_repacked.tar.xz
-Patch0:         %{name}_4.81-include.patch
-Patch1:         %{name}_4.81-fmt.patch
+Patch0:         lsof_4.81-include.patch
+Patch1:         lsof_4.81-fmt.patch
 Patch2:         lsof-no-build-date-etc.patch
-Patch3:         %{name}_4.81-perl.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch3:         lsof_4.81-perl.patch
 BuildRequires:  libselinux-devel
 BuildRequires:  xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Lsof lists information about files opened by processes. An open file
@@ -51,28 +51,28 @@
 
 %build
 ./Configure -n linux
-make %{?_smp_mflags} DEBUG="$RPM_OPT_FLAGS -Wall -Wno-unused"
+make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
 cd tests
 chmod u+w TestDB
 ./Add2TestDB
-make DEBUG="$RPM_OPT_FLAGS -Wall -Wno-unused"
+make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
 
 %install
-install -m755 -d $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man8
-install -m755 lsof $RPM_BUILD_ROOT%{_bindir}
-install -m644 lsof.8 $RPM_BUILD_ROOT%{_mandir}/man8
-mkdir SuSE_docs
+install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man8
+install -m755 lsof %{buildroot}%{_bindir}
+install -m644 lsof.8 %{buildroot}%{_mandir}/man8
+mkdir SUSE_docs
 for s in 00* ; do
-       mv $s SuSE_docs/${s#00}
+       mv $s SUSE_docs/${s#00}
 done 
-%__sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|g" scripts/*
+sed -i -e "s|%{_prefix}/local/bin/perl|%{_bindir}/perl|g" scripts/*
 mv scripts/00MANIFEST scripts/MANIFEST
 mv scripts/00README scripts/README
 
 %files
 %defattr(-, root, root)
-%doc SuSE_docs/* scripts
-%doc %{_mandir}/man8/lsof.8%{ext_man}
+%doc SUSE_docs/* scripts
+%{_mandir}/man8/lsof.8%{ext_man}
 %{_bindir}/lsof
 
 %changelog

++++++ lsof_4.88_src_repacked.tar.xz -> lsof_4.89_src_repacked.tar.xz ++++++
++++ 5165 lines of diff (skipped)


Reply via email to