Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2018-03-14 19:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 14 19:30:42 2018 rev:101 rq:586242 version:3.28.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes    
    2018-02-14 09:21:38.361186207 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2018-03-14 19:30:44.246890214 +0100
@@ -1,0 +2,66 @@
+Tue Mar 13 07:58:05 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  6 10:51:10 UTC 2018 - [email protected]
+
+- Update to version 3.27.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:29:50 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sun Feb 18 19:53:43 UTC 2018 - [email protected]
+
+- Do minor spec cleaning, use autosetup and make_build macros.
+- Drop update-desktop-files BuildRequires and stop using
+  suse_update_desktop_file, and no longer inject docpath to desktop
+  file: No longer needed.
+
+-------------------------------------------------------------------
+Fri Feb  9 23:54:11 UTC 2018 - [email protected]
+
+- Update to version 3.27.90:
+  + Fixed bugs:
+    - Translation rules fixes (bgo#790570).
+    - Scroll process table to selected row (bgo#792574).
+    - Theme-based background color for charts (bgo#792360).
+    - Multipe token entry for search (bgo#789905).
+    - Use a scrolledwindow for resources (bgo#778697).
+    - Better alignment for network stats. Style the kill
+      confirmation as destructive action. And redraw loadgraph
+      background on theme change (bgo#789603).
+  + Updated translations.
+- Update Url tag to https://wiki.gnome.org/Apps/SystemMonitor:
+  it's the current System Monitor's web page.
+- Drop pkgconfig(dbus-glib-1) BuildRequires: it's no longer needed/
+  used anymore.
+- Add pkgconfig(glib-2.0) BuildRequires then avoiding implicit
+  dependency.
+
+-------------------------------------------------------------------
+Wed Feb  7 11:29:48 UTC 2018 - [email protected]
+
+- Update to version 3.27.2:
+  + bgo#788922: fix inaccurate CPU% values in the Processes table.
+  + bgo#786944: gettext migration
+  + bgo#790146: install appdata to the new location
+  + Updated translations.
+- Drop intlool BuildRequires: no longer needed, since upstream
+  migrated to gettext.
+- Drop glib2_gsettings_schema_requires,
+  desktop_database_post/postun and
+  glib2_gsettings_schema_post/postun handling: the functionality is
+  covered by RPM file triggers now.
+- Drop gsm-fix-inaccurate-cpu-values.patch,
+  gnome-system-monitor-nb-translation.patch and
+  gsm-bsc1020294-add-resources-scrollbar.patch: fixed upstream.
+- Add polkit-devel BuildRequires: needed for the its translation
+  instructions.
+
+-------------------------------------------------------------------

Old:
----
  gnome-system-monitor-3.26.0.tar.xz
  gnome-system-monitor-nb-translation.patch
  gsm-bsc1020294-add-resources-scrollbar.patch
  gsm-fix-inaccurate-cpu-values.patch

New:
----
  gnome-system-monitor-3.28.0.tar.xz

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

Other differences:
------------------
++++++ gnome-system-monitor.spec ++++++
--- /var/tmp/diff_new_pack.ue9vA1/_old  2018-03-14 19:30:45.518845044 +0100
+++ /var/tmp/diff_new_pack.ue9vA1/_new  2018-03-14 19:30:45.518845044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-system-monitor
 #
-# 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
@@ -17,42 +17,33 @@
 
 
 Name:           gnome-system-monitor
-Version:        3.26.0
+Version:        3.28.0
 Release:        0
 Summary:        A process monitor for the GNOME desktop
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.gnome.org
-Source0:        
http://download.gnome.org/sources/gnome-system-monitor/3.26/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch 
bsc#1020294 bgo#778697 [email protected] -- add a scrollbar to the resources tab.
-Patch0:         gsm-bsc1020294-add-resources-scrollbar.patch
-# PATCH-FIX-UPSTREAM gsm-fix-inaccurate-cpu-values.patch bgo#788922 
[email protected] -- fix inaccurate %CPU values in the Process table.
-Patch1:         gsm-fix-inaccurate-cpu-values.patch
-# PATCH-FIX-UPSTREAM gnome-system-monitor-nb-translation.patch 
[email protected] -- Update Norwegian BokmÃ¥l translation
-Patch2:         gnome-system-monitor-nb-translation.patch
+URL:            https://wiki.gnome.org/Apps/SystemMonitor
+Source0:        
http://download.gnome.org/sources/gnome-system-monitor/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  intltool
 BuildRequires:  pkgconfig
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
-BuildRequires:  update-desktop-files
+BuildRequires:  polkit-devel
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(giomm-2.4) >= 2.46
+BuildRequires:  pkgconfig(glib-2.0) >= 2.55.0
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.46
 BuildRequires:  pkgconfig(gmodule-2.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(libgtop-2.0) >= 2.37.2
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.35
 BuildRequires:  pkgconfig(libsystemd) >= 44
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.0
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 GNOME-system-monitor is a process and system monitor for the GNOME
@@ -62,46 +53,32 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
 
 %build
 %configure \
-       --enable-systemd
-make %{?_smp_mflags} V=1
+       --enable-systemd \
+       %{nil}
+%make_build
 
 %install
 %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 %{buildroot}/%{_prefix}
 
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-system-monitor
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/gnome-system-monitor.appdata.xml
 %{_datadir}/applications/gnome-system-monitor.desktop
 %{_datadir}/applications/gnome-system-monitor-kde.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
+%{_datadir}/metainfo/gnome-system-monitor.appdata.xml
 %dir %{_datadir}/polkit-1
 %dir %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
@@ -112,6 +89,5 @@
 %{_datadir}/%{name}/gsm.gresource
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ gnome-system-monitor-3.26.0.tar.xz -> gnome-system-monitor-3.28.0.tar.xz 
++++++
++++ 76032 lines of diff (skipped)


Reply via email to