Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2017-03-22 23:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-system-monitor (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-system-monitor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-system-monitor"

Wed Mar 22 23:13:56 2017 rev:95 rq:481740 version:3.24.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes    
    2016-11-12 14:50:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2017-03-22 23:13:58.932309345 +0100
@@ -1,0 +2,83 @@
+Tue Mar 21 09:55:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar 17 12:47:40 UTC 2017 - dims...@opensuse.org
+
+- Run spec-cleaner:
+  + Add pkgconfig BuildRequires.
+  + Use %make_install instead of %makeinstall.
+  + Add %defattr(-,root,root) to the -lang package.
+
+-------------------------------------------------------------------
+Fri Mar 17 12:34:52 UTC 2017 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build and limit fdupes to not work
+  across common partitions. Replace old-age $RPM_* by %-macros.
+
+-------------------------------------------------------------------
+Tue Mar 14 18:57:08 UTC 2017 - mgo...@suse.com
+
+- Add gsm-bsc1020294-add-resources-scrollbar.patch: add a
+  scrollbar to the resources tab (bsc#1020294, bgo#778697).
+
+-------------------------------------------------------------------
+Tue Mar 14 08:46:11 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+- Drop gnome-system-monitor-linking.patch, gnome-common
+  Buildrequires and call to autoreconf: Fixed upstream.
+
+-------------------------------------------------------------------
+Tue Feb 28 10:39:19 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Smooth chart setting should only affect cpu chart.
+  + bgo#778776 fixed broken wnck option.
+  + Updated translations.
+- Add gnome-system-monitor-linking.patch: Fix build with
+  -Wl,--as-needed.
+- Add gnome-common Buildrequires and call to autoreconf, as above
+  patch touches the build system.
+
+-------------------------------------------------------------------
+Sun Feb 19 15:47:03 UTC 2017 - zai...@opensuse.org
+
+- Drop pkgconfig(libwnck-3.0) BuildRequires and no longer pass
+  --enable-wnck to configure, it currently leads to segfaults
+  (bgo#778776).
+- Drop obsolete clean section.
+
+-------------------------------------------------------------------
+Wed Feb 15 09:25:56 UTC 2017 - zai...@opensuse.org
+
+- Add explicit pkgconfig(giomm-2.4), pkgconfig(glibmm-2.4)
+  BuildRequires and version them, following what configure looks
+  for.
+
+-------------------------------------------------------------------
+Wed Feb 15 09:25:55 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Add option to disable smooth (curves) graph (bgo#778470).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Nov 22 12:24:29 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Use real widget types, eliminate downcasting.
+  + Remove deprecated GtkAlignments.
+  + Use relative positions to the labels to attach the net pickers.
+  + Port to Gio::Settings.
+  + Fixed menu popup problems.
+  + Cgroup reform (bgo#773016).
+  + Simplified resource view structure.
+  + Use unicode in translatable strings.
+  + Do not use deprecated calls.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-system-monitor-3.22.2.tar.xz

New:
----
  gnome-system-monitor-3.24.0.tar.xz
  gsm-bsc1020294-add-resources-scrollbar.patch

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

Other differences:
------------------
++++++ gnome-system-monitor.spec ++++++
--- /var/tmp/diff_new_pack.dYwJ6Y/_old  2017-03-22 23:13:59.652207357 +0100
+++ /var/tmp/diff_new_pack.dYwJ6Y/_new  2017-03-22 23:13:59.656206790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-system-monitor
 #
-# Copyright (c) 2016 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
@@ -17,28 +17,32 @@
 
 
 Name:           gnome-system-monitor
-Version:        3.22.2
+Version:        3.24.0
 Release:        0
-Url:            http://www.gnome.org
 Summary:        A Simple Process Monitor
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Source0:        
http://download.gnome.org/sources/gnome-system-monitor/3.22/%{name}-%{version}.tar.xz
+Url:            http://www.gnome.org
+Source0:        
http://download.gnome.org/sources/gnome-system-monitor/3.24/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch 
bsc#1020294 bgo#778697 mgo...@suse.com -- add a scrollbar to the resources tab.
+Patch0:         gsm-bsc1020294-add-resources-scrollbar.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-x11-3.0)
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.46
+BuildRequires:  pkgconfig(glibmm-2.4) >= 2.46
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.3.18
 BuildRequires:  pkgconfig(libgtop-2.0) >= 2.28.2
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.35
 BuildRequires:  pkgconfig(libsystemd) >= 44
-BuildRequires:  pkgconfig(libwnck-3.0) >= 2.91.0
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       lsb-release
 Recommends:     %{name}-lang
@@ -50,26 +54,24 @@
 GNOME Desktop.
 
 %lang_package
+
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
 %configure \
-       --enable-wnck \
        --enable-systemd
-%__make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-echo DocPath=gnome-system-monitor >> 
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
+%make_install
+echo DocPath=gnome-system-monitor >> 
%{buildroot}/%{_datadir}/applications/gnome-system-monitor.desktop
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file %{name}-kde
 %find_lang %{name} %{?no_lang_C}
-%fdupes $RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%fdupes %{buildroot}/%{_prefix}
 
 %post
 %desktop_database_post
@@ -98,5 +100,6 @@
 %{_libexecdir}/%{name}/gsm-renice
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++++++ gnome-system-monitor-3.22.2.tar.xz -> gnome-system-monitor-3.24.0.tar.xz 
++++++
++++ 64708 lines of diff (skipped)

++++++ gsm-bsc1020294-add-resources-scrollbar.patch ++++++
diff -urp gnome-system-monitor-3.20.1.orig/data/interface.ui 
gnome-system-monitor-3.20.1/data/interface.ui
--- gnome-system-monitor-3.20.1.orig/data/interface.ui  2016-02-03 
11:11:26.000000000 -0600
+++ gnome-system-monitor-3.20.1/data/interface.ui       2017-02-13 
10:57:00.815968998 -0600
@@ -167,6 +167,13 @@
               </packing>
             </child>
             <child>
+              <object class="GtkScrolledWindow" id="res_scrolled">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hexpand">True</property>
+                <property name="vexpand">True</property>
+                <property name="shadow_type">none</property>
+                <child>
               <object class="GtkBox" id="res_box">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -466,6 +473,8 @@
                   </packing>
                 </child>
               </object>
+              </child>
+              </object>
               <packing>
                 <property name="name">resources</property>
                 <property name="title" translatable="yes">Resources</property>

Reply via email to