commit procmeter for openSUSE:Factory
Hello community, here is the log from the commit of package procmeter for openSUSE:Factory checked in at Wed Dec 30 00:29:16 CET 2009. -------- --- procmeter/procmeter.changes 2006-08-17 02:14:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/procmeter/procmeter.changes 2009-12-29 02:36:45.000000000 +0100 @@ -1,0 +2,83 @@ +Tue Dec 29 02:13:24 CET 2009 - vuntz@opensuse.org + +- Update to version 3.5b: + + New Features + - Extended Window Manager Hints can be specified with a -w + option. + - Increase the number of interrupts possible in stat-intr. + + Bug Fixes + - Be more careful looking for modules (check '.' and '..'). + - Set the locale to "C" to avoid problems parsing numbers. + - Ensure that graph-min and graph-max options are used + properly. + - Extended the line buffer size for parsing /proc/interrupts. + - Remove fixed size line buffers in modules (realloc more space + as needed). + - Allow LCD version to specify priority as a string or numeric + value. +- Changes from version 3.5a: + + Bug Fixes + - Stop the GTK2 version crashing when displayed items are + removed. + - Make sure that the right mouse button menu works with no + outputs displayed. + - Make the GTK1 and GTK2 version windows resize themselves like + Xaw version. + - Updates to manual pages to reflect new executable names. + - Bug fixes for ACPI module. +- Changes from version 3.5: + + New features + - Added a gtk2 version of ProcMeter3. + - Renamed the executables but added backwards compatibility + links. + - Added DESTDIR option to Makefiles. +- Changes from version 3.4g: + + Bug fixes: + - Quicker default update of the date displays (useful after + suspending). + - Uptime now accurately shows system running time even after + suspend. + - Fix ACPI battery discharge rates. + - Fix for crashes with stat-cpu outputs on multi-CPU machines. + - Change to use longer integer values for netdev outputs. + - Search other places for hardware sensors information. +- Changes from version 3.4f: + + Bug fixes: + - The biff module re-reads the inbox if the size or timestamp + change. + - The df module uses longer strings for reading from + /proc/mounts. +- Changes from version 3.4e: + + New or changed modules: + - Add in the new CPU statistics (iowait, irq, softirq and + steal). + - Add in a display of the CPU clock speed. + + Bug fixes: + - Fix some spelling mistakes in the manual pages. + - Change the default scaling for the DiskUsage outputs to 5 + grid lines of 20%. + - Fix some gcc-4.x compilation warnings. + - Fix some ACPI module bugs. +- Changes from version 3.4d: + + Bug fixes: + - Updated ACPI support to handle kernel version 2.6. + - Added support for /dev/mapper in disk statistics. + - Change to using 64-bit variables from /proc/stat. +- Changes from version 3.4c: + + Bug fixes: + - Make grid-max option work for GTK version. + - Handle kernel 2.6.x better for hardware sensors. +- Changes from version 3.4b: + + New or changed modules: + - Handle different header line for hostap wireless driver. + + Bug fixes: + - Modules that didn't work with kernel 2.6.x now do. + - Improved some module initialisation functions. +- Replace gtk-devel BuildRequires with gtk2-devel. +- Update procmeter3-3.4a.patch: some parts were upstreamed. +- Drop procmeter3-3.4a-array.patch: fixed upstream. +- Drop procmeter3-3.4a-ia64.patch: not needed anymore. +- Remove AutoReqProv: it's default now. +- Use makeinstall macro. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- procmeter3-3.4a-array.patch procmeter3-3.4a-ia64.patch procmeter3-3.4a.tar.bz2 New: ---- procmeter3-3.5b.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procmeter.spec ++++++ --- /var/tmp/diff_new_pack.dE4Qtf/_old 2009-12-30 00:29:04.000000000 +0100 +++ /var/tmp/diff_new_pack.dE4Qtf/_new 2009-12-30 00:29:04.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package procmeter (Version 3.4a) +# spec file for package procmeter (Version 3.5b) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,45 +19,33 @@ Name: procmeter -BuildRequires: gtk-devel update-desktop-files -License: GPL v2 or later +BuildRequires: gtk2-devel update-desktop-files +License: GPLv2+ Group: System/Monitoring Provides: procmtr Obsoletes: procmtr -AutoReqProv: on -Version: 3.4a -Release: 371 +Version: 3.5b +Release: 1 Summary: Display actual system parameters Url: http://www.gedanken.demon.co.uk/procmeter3/ Source: procmeter3-%{version}.tar.bz2 Source1: procmeter3.desktop -Patch: procmeter3-%{version}.patch -Patch1: procmeter3-%{version}-ia64.patch -Patch2: procmeter3-%{version}-array.patch +Patch: procmeter3-3.4a.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description With procmeter one can display various system parameters as e.g. processor load, network load, etc. - - -Authors: --------- - Andrew M. Bishop <amb@gedanken.demon.co.uk> - %prep %setup -q -n procmeter3-%{version} %patch -%patch1 -%patch2 %build make XLIBDIR=/usr/%{_lib} %install -rm -rf $RPM_BUILD_ROOT -make "DESTDIR=$RPM_BUILD_ROOT" install +%makeinstall %suse_update_desktop_file -i procmeter3 System Monitor %clean @@ -66,10 +54,9 @@ %files %defattr(-,root,root) %doc ChangeLog ANNOUNCE LSM NEWS README -/usr/share/applications/*.desktop -/usr/bin/* -/usr/lib/ProcMeter3 -%doc /usr/share/man/man1/* -%doc /usr/share/man/man5/* +%{_datadir}/applications/*.desktop +%{_bindir}/* +%{_libexecdir}/ProcMeter3/ +%doc %{_mandir}/man?/* %changelog ++++++ procmeter3-3.4a.patch ++++++ --- /var/tmp/diff_new_pack.dE4Qtf/_old 2009-12-30 00:29:04.000000000 +0100 +++ /var/tmp/diff_new_pack.dE4Qtf/_new 2009-12-30 00:29:04.000000000 +0100 @@ -23,67 +23,9 @@ -CFLAGS=-g -O2 -Wall +CFLAGS=$(RPM_OPT_FLAGS) -Wall - LDFLAGS= + LDFLAGS=-rdynamic PATHDEFS=-DINSTDIR=\"$(INSTDIR)\" -DLIB_PATH=\"$(LIB_PATH)\" \ -@@ -125,35 +125,35 @@ - install : - @[ -f procmeter3 ] || [ -f gprocmeter3 ] || [ -f procmeter3-log ] || [ -f procmeter3-lcd ] || \ - (echo "*** Run 'make all' or 'make procmeter3' or 'make gprocmeter3' or 'make procmeter3-log' or 'make procmeter3-lcd' first." ; exit 1) -- install -d $(LIB_PATH) -- install -d $(MOD_PATH) -- install -d $(RC_PATH) -+ install -d $(DESTDIR)$(LIB_PATH) -+ install -d $(DESTDIR)$(MOD_PATH) -+ install -d $(DESTDIR)$(RC_PATH) - # - $(MAKE) -C modules install MOD_PATH=$(MOD_PATH) LIB_PATH=$(LIB_PATH) - # -- install -d $(INSTDIR)/bin -- [ ! -f procmeter3 ] || install -m 755 procmeter3 $(INSTDIR)/bin -+ install -d $(DESTDIR)$(INSTDIR)/bin -+ [ ! -f procmeter3 ] || install -m 755 procmeter3 $(DESTDIR)$(INSTDIR)/bin - @[ -f procmeter3 ] || (echo "" ; echo "*** The procmeter3 program has not been installed (it does not exist)." ; echo "") -- [ ! -f gprocmeter3 ] || install -m 755 gprocmeter3 $(INSTDIR)/bin -+ [ ! -f gprocmeter3 ] || install -m 755 gprocmeter3 $(DESTDIR)$(INSTDIR)/bin - @[ -f gprocmeter3 ] || (echo "" ; echo "*** The gprocmeter3 program has not been installed (it does not exist)." ; echo "") -- [ ! -f procmeter3-log ] || install -m 755 procmeter3-log $(INSTDIR)/bin -+ [ ! -f procmeter3-log ] || install -m 755 procmeter3-log $(DESTDIR)$(INSTDIR)/bin - @[ -f procmeter3-log ] || (echo "" ; echo "*** The procmeter3-log program has not been installed (it does not exist)." ; echo "") -- [ ! -f procmeter3-lcd ] || install -m 755 procmeter3-lcd $(INSTDIR)/bin -+ [ ! -f procmeter3-lcd ] || install -m 755 procmeter3-lcd $(DESTDIR)$(INSTDIR)/bin - @[ -f procmeter3-lcd ] || (echo "" ; echo "*** The procmeter3-lcd program has not been installed (it does not exist)." ; echo "") - # -- install -d $(MANDIR)/man1 -- install -d $(MANDIR)/man5 -- [ ! -f procmeter3 ] || install -m 644 man/procmeter3.1 $(MANDIR)/man1 -- [ ! -f procmeter3-log ] || install -m 644 man/procmeter3-log.1 $(MANDIR)/man1 -- [ ! -f procmeter3-lcd ] || install -m 644 man/procmeter3-lcd.1 $(MANDIR)/man1 -- [ ! -f gprocmeter3 ] || install -m 644 man/gprocmeter3.1 $(MANDIR)/man1 -- install -m 644 man/procmeterrc.5 $(MANDIR)/man5 -- install -m 644 man/procmeter3_modules.1 $(MANDIR)/man1 -+ install -d $(DESTDIR)$(MANDIR)/man1 -+ install -d $(DESTDIR)$(MANDIR)/man5 -+ [ ! -f procmeter3 ] || install -m 644 man/procmeter3.1 $(DESTDIR)$(MANDIR)/man1 -+ [ ! -f procmeter3-log ] || install -m 644 man/procmeter3-log.1 $(DESTDIR)$(MANDIR)/man1 -+ [ ! -f procmeter3-lcd ] || install -m 644 man/procmeter3-lcd.1 $(DESTDIR)$(MANDIR)/man1 -+ [ ! -f gprocmeter3 ] || install -m 644 man/gprocmeter3.1 $(DESTDIR)$(MANDIR)/man1 -+ install -m 644 man/procmeterrc.5 $(DESTDIR)$(MANDIR)/man5 -+ install -m 644 man/procmeter3_modules.1 $(DESTDIR)$(MANDIR)/man1 - # -- [ ! -f $(RC_PATH)/.procmeterrc ] || mv $(RC_PATH)/.procmeterrc $(RC_PATH)/procmeterrc -- @[ ! -f $(RC_PATH)/procmeterrc ] || (echo "" ; echo "*** The $(RC_PATH)/procmeterrc file has not been installed (it already exists)." ; echo "") -- [ -f $(RC_PATH)/procmeterrc ] || install -m 644 procmeterrc.install $(RC_PATH)/procmeterrc -- install -m 644 procmeterrc.install $(RC_PATH) -+ [ ! -f $(DESTDIR)$(RC_PATH)/.procmeterrc ] || mv $(DESTDIR)$(RC_PATH)/.procmeterrc $(DESTDIR)$(RC_PATH)/procmeterrc -+ @[ ! -f $(DESTDIR)$(RC_PATH)/procmeterrc ] || (echo "" ; echo "*** The $(DESTDIR)$(RC_PATH)/procmeterrc file has not been installed (it already exists)." ; echo "") -+ [ -f $(DESTDIR)$(RC_PATH)/procmeterrc ] || install -m 644 procmeterrc.install $(DESTDIR)$(RC_PATH)/procmeterrc -+ install -m 644 procmeterrc.install $(DESTDIR)$(RC_PATH) - # -- install -d $(LIB_PATH)/include -- install -m 644 procmeter.h $(LIB_PATH)/include -+ install -d $(DESTDIR)$(LIB_PATH)/include -+ install -m 644 procmeter.h $(DESTDIR)$(LIB_PATH)/include --- modules/Makefile +++ modules/Makefile @@ -14,8 +14,8 @@ @@ -106,24 +48,6 @@ LDFLAGS= # Compilation targets -@@ -61,10 +61,12 @@ - .PHONY : install - - install : -- install -d $(MOD_PATH) -- install -d $(LIB_PATH)/example -+ install -d $(DESTDIR)$(MOD_PATH) -+ install -d $(DESTDIR)$(LIB_PATH)/example - for module in *.so ; do \ -- [ $$module = template.so ] || install -m 755 $$module $(MOD_PATH) ;\ -+ [ $$module = template.so ] || install -m 755 $$module $(DESTDIR)$(MOD_PATH) ;\ - done -- install -m 644 README $(LIB_PATH)/example -- install -m 644 template.c $(LIB_PATH)/example -+ install -m 644 README $(DESTDIR)$(LIB_PATH)/example -+ install -m 644 template.c $(DESTDIR)$(LIB_PATH)/example -+ -+ --- procmeterp.h +++ procmeterp.h @@ -29,7 +29,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de