commit libstatgrab for openSUSE:Factory

2020-08-31 Thread root
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 
+
+- 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} 

commit libstatgrab for openSUSE:Factory

2018-01-06 Thread root
Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2018-01-06 18:49:26

Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and  /work/SRC/openSUSE:Factory/.libstatgrab.new (New)


Package is "libstatgrab"

Sat Jan  6 18:49:26 2018 rev:16 rq:561763 version:0.91

Changes:

--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2017-04-06 
11:00:55.006043283 +0200
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new/libstatgrab.changes 
2018-01-06 18:49:27.602472484 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 13:14:49 UTC 2018 - dims...@opensuse.org
+
+- baselibs.conf: fix dependency of libstatgrab-devel-32bit.
+
+---



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.8nJdkH/_old  2018-01-06 18:49:28.162446319 +0100
+++ /var/tmp/diff_new_pack.8nJdkH/_new  2018-01-06 18:49:28.162446319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstatgrab
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.8nJdkH/_old  2018-01-06 18:49:28.19824 +0100
+++ /var/tmp/diff_new_pack.8nJdkH/_new  2018-01-06 18:49:28.19824 +0100
@@ -1,4 +1,4 @@
 libstatgrab10
 libstatgrab-devel
requires -libstatgrab-
-   requires "libstatgrab6- = "
+   requires "libstatgrab10- = "




commit libstatgrab for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2017-04-06 11:00:54

Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and  /work/SRC/openSUSE:Factory/.libstatgrab.new (New)


Package is "libstatgrab"

Thu Apr  6 11:00:54 2017 rev:15 rq:482672 version:0.91

Changes:

--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2015-12-01 
09:19:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new/libstatgrab.changes 
2017-04-06 11:00:55.006043283 +0200
@@ -1,0 +2,5 @@
+Fri Mar 24 20:51:57 UTC 2017 - a...@ajaissle.de
+
+- BuildRequires autoconf >= 2.69
+
+---



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.RiUch2/_old  2017-04-06 11:00:55.761936449 +0200
+++ /var/tmp/diff_new_pack.RiUch2/_new  2017-04-06 11:00:55.765935884 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libstatgrab
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,7 +30,7 @@
 Source2:saidar.desktop
 Source3:baselibs.conf
 Source4:%{name}-rpmlintrc
-BuildRequires:  autoconf
+BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
 BuildRequires:  gcc
 BuildRequires:  glibc-devel




commit libstatgrab for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2015-12-01 09:19:38

Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and  /work/SRC/openSUSE:Factory/.libstatgrab.new (New)


Package is "libstatgrab"

Changes:

--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2012-02-27 
18:35:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new/libstatgrab.changes 
2015-12-01 09:19:40.0 +0100
@@ -1,0 +2,18 @@
+Fri Nov 27 12:04:48 UTC 2015 - nemy...@opensuse.org
+
+- Update to 0.91, please see
+
+  /usr/share/doc/packages/libstatgrab/NEWS
+
+- Change soname to 10 and change baselibs.conf
+- Remove obsolete patches libstatgrab-os-linux.diff,
+  libstatgrab-link-ncurses.diff, libstatgrab-fix-include-ncurses.patch,
+  changed by Upstream
+- Add libstatgrab-rpmlintrc, for not fixable issues
+- Modernize spec
+- Add BuildRequires for fdupes and use %fdupes macro to reduce size
+  of the package
+- Reorder %configure default options
+- Use default %make_install
+
+---

Old:

  libstatgrab-0.17.tar.gz
  libstatgrab-fix-include-ncurses.patch
  libstatgrab-link-ncurses.diff
  libstatgrab-os-linux.diff

New:

  libstatgrab-0.91.tar.gz
  libstatgrab-rpmlintrc



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.T4lG4g/_old  2015-12-01 09:19:41.0 +0100
+++ /var/tmp/diff_new_pack.T4lG4g/_new  2015-12-01 09:19:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstatgrab
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 6
+%define soname  10
 
 Name:   libstatgrab
-Version:0.17
+Version:0.91
 Release:0
 Summary:Interface to System Statistics
 License:LGPL-2.1+
@@ -29,10 +29,7 @@
 Source1:statgrab.desktop
 Source2:saidar.desktop
 Source3:baselibs.conf
-Patch1: libstatgrab-os-linux.diff
-Patch2: libstatgrab-link-ncurses.diff
-Patch3: libstatgrab-fix-include-ncurses.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source4:%{name}-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
@@ -40,8 +37,12 @@
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  ncurses-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig
+%if 0%{?suse_version}
+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
@@ -59,22 +60,22 @@
 Group:  Development/Libraries/C and C++
 
 %description -n %{name}%{soname}
-Library for package %{name}.
+Library for package libstatgrab.
 
 %package devel
 Summary:Development Environment for %{name}
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}
 
 %description devel
-Development environment for %{name} (headers, library links, static library).
+Development environment for libstatgrab (headers, library links, static 
library).
 
 %package -n statgrab
 Summary:Portable System Statistics Tools
 License:GPL-2.0+
 Group:  System/Monitoring
-Requires:   %{name}%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}
 
 %description -n statgrab
 This package includes a couple of useful tools that use the %{name} library.
@@ -88,7 +89,7 @@
 Summary:Portable System Statistics Tools
 License:GPL-2.0+
 Group:  System/Monitoring
-Requires:   %{name}%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}
 
 %description -n saidar
 This package includes a couple of useful tools that use the %{name} library.
@@ -97,43 +98,43 @@
 that can't easily make C function calls.
 
 %prep
-%setup -q -n "libstatgrab-%{version}"
-%patch1
-%patch2
-%patch3
+%setup -q
 
 %build
-autoreconf -fiv
+autoreconf -fi
 
 %configure \
---disable-static \
-   --with-ncurses \
-   --disable-setuid-binaries \
-   --disable-setgid-binaries \
-   --disable-examples \
+   --docdir=/usr/share/doc/packages/%{name} \
--enable-statgrab \
--enable-saidar \
-   --enable-manpages
+   

commit libstatgrab for openSUSE:Factory

2012-02-27 Thread h_root
Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2012-02-27 18:34:37

Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and  /work/SRC/openSUSE:Factory/.libstatgrab.new (New)


Package is libstatgrab, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2012-01-25 
10:37:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new/libstatgrab.changes 
2012-02-27 18:35:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 11:47:39 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 0.17:
+  * provide iowait cpu information on Linux version 2.5.41 or later
+  * use utmpx when available
+
+---

Old:

  libstatgrab-0.16.tar.gz

New:

  libstatgrab-0.17.tar.gz



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.YtCTwS/_old  2012-02-27 18:35:43.0 +0100
+++ /var/tmp/diff_new_pack.YtCTwS/_new  2012-02-27 18:35:43.0 +0100
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soname 6
 
 Name:   libstatgrab
-Version:0.16
+Version:0.17
 Release:0
 Summary:Interface to System Statistics
 License:LGPL-2.1+
@@ -40,6 +41,7 @@
 BuildRequires:  make
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
 
 %description
 The libstatgrab library provides an easy-to-use interface for accessing system

++ libstatgrab-0.16.tar.gz - libstatgrab-0.17.tar.gz ++
 2058 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libstatgrab-0.16/ChangeLog new/libstatgrab-0.17/ChangeLog
--- old/libstatgrab-0.16/ChangeLog  2008-03-13 14:58:50.0 +0100
+++ new/libstatgrab-0.17/ChangeLog  2010-02-21 11:08:53.0 +0100
@@ -1,3 +1,81 @@
+2010-02-21 Sunday 10:05  tdb
+
+   * NEWS (1.48, LIBSTATGRAB_0_17):
+
+   Add FreeBSD memory fix and correctly attribute other changes.
+   
+2010-02-21 Sunday 10:04  tdb
+
+   * src/libstatgrab/memory_stats.c (1.36, LIBSTATGRAB_0_17):
+
+   Support larger amounts of memory on FreeBSD.
+   
+2010-02-20 Saturday 18:17  tdb
+
+   * NEWS (1.47), src/libstatgrab/Makefile.am (1.35,
+   LIBSTATGRAB_0_17):
+
+   Bump library version and NEWS for next release.
+   
+2010-02-20 Saturday 18:15  tdb
+
+   * configure.in (1.100, LIBSTATGRAB_0_17):
+
+   Support FreeBSD 9.
+   
+2010-02-20 Saturday 17:55  tdb
+
+   * configure.in (1.99), src/libstatgrab/user_stats.c (1.29,
+   LIBSTATGRAB_0_17):
+
+   Support utmpx in user_stats as well as utmp.
+   
+2009-12-04 Friday 22:09  tdb
+
+   * src/libstatgrab/disk_stats.c (1.88, LIBSTATGRAB_0_17):
+
+   Make list of valid filesystem types dynamic on FreeBSD. Based on patch
+   by Baptiste Daroussin.
+   
+2009-05-16 Saturday 02:01  tdb
+
+   * src/libstatgrab/disk_stats.c (1.87):
+
+   FreeBSD has zfs these days.
+   
+2008-08-03 Sunday 18:43  tdb
+
+   * src/libstatgrab/disk_stats.c (1.86):
+
+   Add zfs to allowed FSs on Solaris.
+   
+2008-06-17 Tuesday 16:52  tdb
+
+   * src/libstatgrab/cpu_stats.c (1.28, LIBSTATGRAB_0_17):
+
+   Linux version 2.5.41 or later provides iowait data in /proc/stat. Use
+   it if it's available.
+   
+2008-05-24 Saturday 23:30  ats
+
+   * docs/: libstatgrab/Makefile.am (1.2), saidar/Makefile.am (1.3),
+   statgrab/Makefile.am (1.3) (utags: LIBSTATGRAB_0_17):
+
+   Avoid a GNU-make-ism in the docs.
+   
+2008-05-24 Saturday 22:05  ats
+
+   * configure.in (1.98):
+
+   Disable autoconf maintainer mode -- it's less broken in modern autoconf,
+   so it's useful now.
+   
+2008-03-17 Monday 08:50  tdb
+
+   * configure.in (1.97):
+
+   Post release version increment.
+   
 2008-03-13 Thursday 11:23  tdb
 
* NEWS (1.46, LIBSTATGRAB_0_16):
@@ -7,7 +85,7 @@
 2008-03-13 Thursday 10:29  tdb
 
* src/statgrab/statgrab-make-mrtg-config.in (1.10,
-   LIBSTATGRAB_0_16):
+   LIBSTATGRAB_0_17, LIBSTATGRAB_0_16):
 
Fix mrtg config generation on machines with no swap.

@@ -53,16 +131,16 @@

 2007-07-05 Thursday 17:46  tdb
 
-   * src/libstatgrab/swap_stats.c (1.25, LIBSTATGRAB_0_16,
-  

commit libstatgrab for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory 
checked in at 2012-01-25 10:37:56

Comparing /work/SRC/openSUSE:Factory/libstatgrab (Old)
 and  /work/SRC/openSUSE:Factory/.libstatgrab.new (New)


Package is libstatgrab, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libstatgrab/libstatgrab.changes  2011-10-18 
14:31:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstatgrab.new/libstatgrab.changes 
2012-01-25 10:37:58.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:30:46 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.VJJDXv/_old  2012-01-25 10:37:59.0 +0100
+++ /var/tmp/diff_new_pack.VJJDXv/_new  2012-01-25 10:37:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstatgrab
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define soname 6
 
 Name:   libstatgrab
 Version:0.16
-Release:2
+Release:0
 Summary:Interface to System Statistics
+License:LGPL-2.1+
+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
 Source1:statgrab.desktop
@@ -30,11 +31,15 @@
 Patch1: libstatgrab-os-linux.diff
 Patch2: libstatgrab-link-ncurses.diff
 Patch3: libstatgrab-fix-include-ncurses.patch
-Group:  Development/Libraries/C and C++
-License:GNU Library General Public License (LGPL)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc glibc-devel make ncurses-devel
-BuildRequires:  autoconf automake libtool update-desktop-files
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  make
+BuildRequires:  ncurses-devel
+BuildRequires:  update-desktop-files
 
 %description
 The libstatgrab library provides an easy-to-use interface for accessing system
@@ -48,26 +53,26 @@
 
 %package -n %{name}%{soname}
 Summary:Library for %{name}
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-License:GNU Library General Public License (LGPL)
 
 %description -n %{name}%{soname}
 Library for package %{name}.
 
 %package devel
 Summary:Development Environment for %{name}
-Requires:   %{name}%{soname} = %{version}-%{release}
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-License:GNU Library General Public License (LGPL)
+Requires:   %{name}%{soname} = %{version}-%{release}
 
 %description devel
 Development environment for %{name} (headers, library links, static library).
 
 %package -n statgrab
 Summary:Portable System Statistics Tools
-Requires:   %{name}%{soname} = %{version}-%{release}
+License:GPL-2.0+
 Group:  System/Monitoring
-License:GNU General Public License (GPL)
+Requires:   %{name}%{soname} = %{version}-%{release}
 
 %description -n statgrab
 This package includes a couple of useful tools that use the %{name} library.
@@ -79,9 +84,9 @@
 
 %package -n saidar
 Summary:Portable System Statistics Tools
-Requires:   %{name}%{soname} = %{version}-%{release}
+License:GPL-2.0+
 Group:  System/Monitoring
-License:GNU General Public License (GPL)
+Requires:   %{name}%{soname} = %{version}-%{release}
 
 %description -n saidar
 This package includes a couple of useful tools that use the %{name} library.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libstatgrab for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory
checked in at Tue Oct 18 14:21:04 CEST 2011.




--- openSUSE:Factory/libstatgrab/libstatgrab.changes2011-09-23 
02:10:54.0 +0200
+++ /mounts/work_src_done/STABLE/libstatgrab/libstatgrab.changes
2011-09-17 00:24:53.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 17:08:10 UTC 2011 - jeng...@medozas.de
+
+- Implement baselibs for package
+- Remove redundant tags/sections; use %_smp_mflags
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.9pecMd/_old  2011-10-18 14:20:55.0 +0200
+++ /var/tmp/diff_new_pack.9pecMd/_new  2011-10-18 14:20:55.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define soname 6
 
@@ -27,6 +26,7 @@
 Source: 
ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-%{version}.tar.gz
 Source1:statgrab.desktop
 Source2:saidar.desktop
+Source3:baselibs.conf
 Patch1: libstatgrab-os-linux.diff
 Patch2: libstatgrab-link-ncurses.diff
 Patch3: libstatgrab-fix-include-ncurses.patch
@@ -107,8 +107,7 @@
--enable-statgrab \
--enable-saidar \
--enable-manpages
-
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -129,9 +128,6 @@
 %__rm -rf examples/Makefile* examples/.deps
 %__mv examples %{buildroot}%{_docdir}/%{name}/
 
-%clean
-%__rm -rf %{buildroot}
-
 %post -n %{name}%{soname} -p /sbin/ldconfig
 
 %postun -n %{name}%{soname} -p /sbin/ldconfig

++ baselibs.conf ++
libstatgrab6
libstatgrab-devel
requires -libstatgrab-targettype
requires libstatgrab6-targettype = version
continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libstatgrab for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package libstatgrab for openSUSE:Factory
checked in at Mon Sep 19 21:13:04 CEST 2011.




--- libstatgrab/libstatgrab.changes 2011-02-14 00:22:14.0 +0100
+++ /mounts/work_src_done/STABLE/libstatgrab/libstatgrab.changes
2011-09-16 15:37:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 07:21:50 UTC 2011 - sch...@novell.com
+
+- Fixed requirements of devel package 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libstatgrab.spec ++
--- /var/tmp/diff_new_pack.i7yWoI/_old  2011-09-19 21:12:59.0 +0200
+++ /var/tmp/diff_new_pack.i7yWoI/_new  2011-09-19 21:12:59.0 +0200
@@ -46,19 +46,17 @@
 for viewing live system statistics, and statgrab is a sysctl-like interface to
 the statistics.
 
-%package -n libstatgrab%{soname}
-
-
+%package -n %{name}%{soname}
 Summary:Library for %{name}
 Group:  Development/Libraries/C and C++
 License:GNU Library General Public License (LGPL)
 
-%description -n libstatgrab%{soname}
+%description -n %{name}%{soname}
 Library for package %{name}.
 
 %package devel
 Summary:Development Environment for %{name}
-Requires:   libstatgrab%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}-%{release}
 Group:  Development/Libraries/C and C++
 License:GNU Library General Public License (LGPL)
 
@@ -67,7 +65,7 @@
 
 %package -n statgrab
 Summary:Portable System Statistics Tools
-Requires:   libstatgrab%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}-%{release}
 Group:  System/Monitoring
 License:GNU General Public License (GPL)
 
@@ -81,7 +79,7 @@
 
 %package -n saidar
 Summary:Portable System Statistics Tools
-Requires:   libstatgrab%{soname} = %{version}-%{release}
+Requires:   %{name}%{soname} = %{version}-%{release}
 Group:  System/Monitoring
 License:GNU General Public License (GPL)
 
@@ -134,11 +132,11 @@
 %clean
 %__rm -rf %{buildroot}
 
-%post -n libstatgrab%{soname} -p /sbin/ldconfig
+%post -n %{name}%{soname} -p /sbin/ldconfig
 
-%postun -n libstatgrab%{soname} -p /sbin/ldconfig
+%postun -n %{name}%{soname} -p /sbin/ldconfig
 
-%files -n libstatgrab%{soname}
+%files -n %{name}%{soname}
 %defattr(-,root,root)
 %{_libdir}/libstatgrab.so.*
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org