Mailinglist Archive: opensuse-commit (779 mails)

< Previous Next >
commit gnome-system-monitor for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Apr 2009 20:30:07 +0200
  • Message-id: <20090424183007.76091678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gnome-system-monitor for
openSUSE:Factory
checked in at Fri Apr 24 20:30:07 CEST 2009.


--------
--- GNOME/gnome-system-monitor/gnome-system-monitor.changes 2009-03-16
22:53:17.000000000 +0100
+++ gnome-system-monitor/gnome-system-monitor.changes 2009-04-14
15:47:42.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 15:45:46 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 2.26.1:
+ + Small bugfix about hiding pseudo filesystems.
+
+-------------------------------------------------------------------
+Mon Apr 6 11:43:09 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Respin gnome-system-monitor-fate304741.diff that doesn't apply
+ with new patch package.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gnome-system-monitor-2.26.0.1.tar.bz2

New:
----
gnome-system-monitor-2.26.1.tar.bz2

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

Other differences:
------------------
++++++ gnome-system-monitor.spec ++++++
--- /var/tmp/diff_new_pack.A13548/_old 2009-04-24 20:29:32.000000000 +0200
+++ /var/tmp/diff_new_pack.A13548/_new 2009-04-24 20:29:32.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-system-monitor (Version 2.26.0.1)
+# spec file for package gnome-system-monitor (Version 2.26.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -37,7 +37,7 @@
BuildRequires: hwinfo-devel
License: GPL v2 or later
Group: System/GUI/GNOME
-Version: 2.26.0.1
+Version: 2.26.1
Release: 1
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.24/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM bgo#566962 - hfiguiere@xxxxxxxxxx
@@ -111,6 +111,12 @@
%files lang -f %{name}.lang

%changelog
+* Tue Apr 14 2009 vuntz@xxxxxxxxxx
+- Update to version 2.26.1:
+ + Small bugfix about hiding pseudo filesystems.
+* Mon Apr 06 2009 vuntz@xxxxxxxxxx
+- Respin gnome-system-monitor-fate304741.diff that doesn't apply
+ with new patch package.
* Mon Mar 16 2009 vuntz@xxxxxxxxxx
- Update to version 2.26.0.1:
+ Updated translations.
@@ -128,7 +134,7 @@
* Tue Feb 03 2009 hfiguiere@xxxxxxx
- Update gnome-system-monitor-fate302198.diff to fix slow startup.
(bnc#447370)
-* Sun Feb 01 2009 mboman@xxxxxxx
+* Mon Feb 02 2009 mboman@xxxxxxx
- Update to version 2.24.4:
+ Fixed license: system-monitor is GPL-2
+ Fixed small memory leak

++++++ gnome-system-monitor-2.26.0.1.tar.bz2 ->
gnome-system-monitor-2.26.1.tar.bz2 ++++++
++++ 5909 lines of diff (skipped)

++++++ gnome-system-monitor-fate304741.diff ++++++
--- /var/tmp/diff_new_pack.A13548/_old 2009-04-24 20:29:35.000000000 +0200
+++ /var/tmp/diff_new_pack.A13548/_new 2009-04-24 20:29:35.000000000 +0200
@@ -1,9 +1,8 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 91c81f5..bcb3bc4 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -24,7 +24,8 @@ gnome_system_monitor_SOURCES = \
- smooth_refresh.cpp smooth_refresh.h \
+Index: gnome-system-monitor-2.26.0.1/src/Makefile.am
+===================================================================
+--- gnome-system-monitor-2.26.0.1.orig/src/Makefile.am
++++ gnome-system-monitor-2.26.0.1/src/Makefile.am
+@@ -25,6 +25,7 @@ gnome_system_monitor_SOURCES = \
defaulttable.h \
disks.cpp disks.h \
hardware.cpp hardware.h \
@@ -11,11 +10,10 @@
selinux.h selinux.cpp \
procman_gnomesu.h procman_gnomesu.cpp \
procman_gksu.h procman_gksu.cpp \
-diff --git a/src/acpiview.cpp b/src/acpiview.cpp
-new file mode 100644
-index 0000000..e0c320e
+Index: gnome-system-monitor-2.26.0.1/src/acpiview.cpp
+===================================================================
--- /dev/null
-+++ b/src/acpiview.cpp
++++ gnome-system-monitor-2.26.0.1/src/acpiview.cpp
@@ -0,0 +1,310 @@
+/* Gnome System Monitor - acpiview.cpp
+ * Copyright (C) 2008 Novell, Inc.
@@ -327,11 +325,10 @@
+
+ return vbox;
+}
-diff --git a/src/acpiview.h b/src/acpiview.h
-new file mode 100644
-index 0000000..276c1eb
+Index: gnome-system-monitor-2.26.0.1/src/acpiview.h
+===================================================================
--- /dev/null
-+++ b/src/acpiview.h
++++ gnome-system-monitor-2.26.0.1/src/acpiview.h
@@ -0,0 +1,45 @@
+/* Gnome System Monitor - acpiview.h
+ * Copyright (C) 2008 Novell, Inc.
@@ -378,12 +375,11 @@
+GtkWidget* create_acpi_view (AcpiData *);
+
+#endif
-diff --git a/src/interface.cpp b/src/interface.cpp
-index 61b9bf1..057a77e 100644
---- a/src/interface.cpp
-+++ b/src/interface.cpp
-@@ -41,7 +41,8 @@
- #include "disks.h"
+Index: gnome-system-monitor-2.26.0.1/src/interface.cpp
+===================================================================
+--- gnome-system-monitor-2.26.0.1.orig/src/interface.cpp
++++ gnome-system-monitor-2.26.0.1/src/interface.cpp
+@@ -42,6 +42,7 @@
#include "sysinfo.h"
#include "gsm_color_button.h"
#include "hardware.h"
@@ -404,8 +400,8 @@

app = gtk_window_new(GTK_WINDOW_TOPLEVEL);
@@ -708,6 +709,15 @@ create_main_window (ProcData *procdata)
- tab_label3 = gtk_label_new (_("File Systems"));
- gtk_notebook_append_page (GTK_NOTEBOOK (notebook), devices_box,
tab_label3);
+ tab_label4 = gtk_label_new (_("Hardware"));
+ gtk_notebook_append_page (GTK_NOTEBOOK (notebook), hardware_box,
tab_label4);

+ if (is_thinkpad ())
+ {
@@ -419,10 +415,10 @@
g_signal_connect (G_OBJECT (notebook), "switch-page",
G_CALLBACK (cb_switch_page), procdata);
g_signal_connect (G_OBJECT (notebook), "change-current-page",
-diff --git a/src/procman.h b/src/procman.h
-index 9d51eee..c38b681 100644
---- a/src/procman.h
-+++ b/src/procman.h
+Index: gnome-system-monitor-2.26.0.1/src/procman.h
+===================================================================
+--- gnome-system-monitor-2.26.0.1.orig/src/procman.h
++++ gnome-system-monitor-2.26.0.1/src/procman.h
@@ -36,6 +36,7 @@
struct ProcInfo;
struct ProcData;
@@ -431,7 +427,7 @@

#include "smooth_refresh.h"
#include "prettytable.h"
-@@ -218,6 +219,7 @@ struct ProcData
+@@ -216,6 +217,7 @@ struct ProcData
guint64 cpu_total_time;
guint64 cpu_total_time_last;



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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages