Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2020-08-31 16:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and      /work/SRC/openSUSE:Factory/.libstatgrab.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstatgrab"

Mon Aug 31 16:54:45 2020 rev:17 rq:830784 version:0.92

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2018-01-06 
18:49:27.602472484 +0100
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new.3399/libstatgrab.changes        
2020-08-31 16:55:03.200492621 +0200
@@ -1,0 +2,14 @@
+Mon Aug 24 19:55:07 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 0.92:
+  * Fix various file descriptor leaks.
+  * On Linux, read process thread name from comm where available (fixes 
FreeScale ARM BSP).
+  * Add more process stat information on MacOS/Darwin.
+  * Fix build on Alpine Linux and NetBSD 8.
+  * Fix build on FreeBSD 12 without COMPAT_FREEBSD11.
+  * Improve collection of data for non-standard Solaris interfaces.
+  * Improve detection of interface link status on Solaris.
+  * Various configure and build fixes.
+  * Ensure modern log4cplus is used correctly.
+
+-------------------------------------------------------------------

Old:
----
  libstatgrab-0.91.tar.gz

New:
----
  libstatgrab-0.92.tar.gz

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

Other differences:
------------------
++++++ libstatgrab.spec ++++++
--- /var/tmp/diff_new_pack.ep7VcY/_old  2020-08-31 16:55:04.432493178 +0200
+++ /var/tmp/diff_new_pack.ep7VcY/_new  2020-08-31 16:55:04.436493180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libstatgrab
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define soname  10
-
 Name:           libstatgrab
-Version:        0.91
+Version:        0.92
 Release:        0
 Summary:        Interface to System Statistics
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://www.i-scream.org/libstatgrab/
-Source:         
ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-%{version}.tar.gz
+URL:            https://libstatgrab.org/
+Source:         
https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-%{version}.tar.gz
 Source1:        statgrab.desktop
 Source2:        saidar.desktop
 Source3:        baselibs.conf
@@ -42,7 +41,6 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The libstatgrab library provides an easy-to-use interface for accessing system
@@ -56,7 +54,7 @@
 
 %package -n %{name}%{soname}
 Summary:        Library for %{name}
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 
 %description -n %{name}%{soname}
@@ -64,7 +62,7 @@
 
 %package devel
 Summary:        Development Environment for %{name}
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{soname} = %{version}
 
@@ -73,7 +71,7 @@
 
 %package -n statgrab
 Summary:        Portable System Statistics Tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Monitoring
 Requires:       %{name}%{soname} = %{version}
 
@@ -87,7 +85,7 @@
 
 %package -n saidar
 Summary:        Portable System Statistics Tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Monitoring
 Requires:       %{name}%{soname} = %{version}
 
@@ -104,16 +102,16 @@
 autoreconf -fi
 
 %configure \
-       --docdir=/usr/share/doc/packages/%{name} \
+       --docdir=%{_docdir}/%{name} \
        --enable-statgrab \
        --enable-saidar \
        --disable-examples \
        --disable-setuid-binaries \
        --disable-setgid-binaries \
        --disable-static \
-       --with-curses-prefix=/usr/include/
+       --with-curses-prefix=%{_includedir}/
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -123,8 +121,8 @@
 
 # install Desktop file
 mkdir -p  %{buildroot}%{_datadir}/applications
-install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/
+install -Dm 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/
+install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/
 
 %if 0%{?suse_version}
     %suse_update_desktop_file -r saidar System Monitor
@@ -137,39 +135,34 @@
 cp -a examples %{buildroot}%{_docdir}/%{name}/examples/
 
 %post -n %{name}%{soname} -p /sbin/ldconfig
-
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
 %files -n %{name}%{soname}
-%defattr(-,root,root)
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}
 %{_includedir}/statgrab.h
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/%{name}.so
-%{_mandir}/man3/sg_*.3%{ext_man}
-%{_mandir}/man3/statgrab.3%{ext_man}
-%{_mandir}/man3/%{name}.3%{ext_man}
+%{_mandir}/man3/sg_*.3%{?ext_man}
+%{_mandir}/man3/statgrab.3%{?ext_man}
+%{_mandir}/man3/%{name}.3%{?ext_man}
 
 %files -n statgrab
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/statgrab
 %{_bindir}/statgrab-make-mrtg-config
 %{_bindir}/statgrab-make-mrtg-index
-%{_mandir}/man1/statgrab.1%{ext_man}
-%{_mandir}/man1/statgrab-make-mrtg-config.1%{ext_man}
-%{_mandir}/man1/statgrab-make-mrtg-index.1%{ext_man}
+%{_mandir}/man1/statgrab.1%{?ext_man}
+%{_mandir}/man1/statgrab-make-mrtg-config.1%{?ext_man}
+%{_mandir}/man1/statgrab-make-mrtg-index.1%{?ext_man}
 %{_datadir}/applications/statgrab.desktop
 
 %files -n saidar
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/saidar
-%{_mandir}/man1/saidar.1%{ext_man}
+%{_mandir}/man1/saidar.1%{?ext_man}
 %{_datadir}/applications/saidar.desktop
 
 %changelog

++++++ libstatgrab-0.91.tar.gz -> libstatgrab-0.92.tar.gz ++++++
++++ 37719 lines of diff (skipped)


Reply via email to