From 8e157f443134e4366a65d008b6c83ec99a8732a70e1ef9b9d4681505d6184c84 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Sep 2015 11:31:12 +0000 Subject: [PATCH] Accepting request 329005 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329005 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=129 --- gnome-system-monitor-3.16.0.tar.xz | 3 --- gnome-system-monitor-3.17.91.tar.xz | 3 +++ gnome-system-monitor.changes | 33 +++++++++++++++++++++++++++++ gnome-system-monitor.spec | 15 +++++++------ 4 files changed, 44 insertions(+), 10 deletions(-) delete mode 100644 gnome-system-monitor-3.16.0.tar.xz create mode 100644 gnome-system-monitor-3.17.91.tar.xz diff --git a/gnome-system-monitor-3.16.0.tar.xz b/gnome-system-monitor-3.16.0.tar.xz deleted file mode 100644 index f035bfd..0000000 --- a/gnome-system-monitor-3.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391 -size 856044 diff --git a/gnome-system-monitor-3.17.91.tar.xz b/gnome-system-monitor-3.17.91.tar.xz new file mode 100644 index 0000000..413bf86 --- /dev/null +++ b/gnome-system-monitor-3.17.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dd6c2709213109351d514d0b9dfd380729dc28093ed266d03245798e4f1ce9 +size 871376 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 4bd37fa..037d998 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,9 +1,42 @@ +------------------------------------------------------------------- +Wed Sep 2 09:10:32 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.91: + + Use sysinfo to get number of CPUs. + + Set the application icon name. + + Work under wayland even with wnck (bgo#753972). + + Updated translations. +- Add pkgconfig(gdk-x11-3.0) BuildRequires: new, explicit verified + dependency. + +------------------------------------------------------------------- +Tue Aug 18 08:50:50 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.90: + + Fix build with c++11 (bgo#753121). + + Updated translations. + ------------------------------------------------------------------- Thu Aug 6 08:58:11 UTC 2015 - dimstar@opensuse.org - Own %{_datadir}/polkit-1/actions instead of having to depend on a full polikit installation for building. +------------------------------------------------------------------- +Tue Jul 21 10:40:58 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.4: + + Bugs fixed: bgo#749560, bgo#749645. + + Updated translations. +- Replace dbus-1-glib-devel, libgtop-devel, librsvg-devel and + libxml2-devel BuildRequires for their pkgconfig() equivalents. + +------------------------------------------------------------------- +Fri Jun 26 08:49:38 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.3: + + Updated translations. + ------------------------------------------------------------------- Mon Mar 23 20:16:07 UTC 2015 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index cf73e6b..0c3aa65 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,28 +17,29 @@ Name: gnome-system-monitor -Version: 3.16.0 +Version: 3.17.91 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.16/%{name}-%{version}.tar.xz -BuildRequires: dbus-1-glib-devel +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.17/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool -BuildRequires: libgtop-devel >= 2.28.2 -BuildRequires: librsvg-devel >= 2.35 -BuildRequires: libxml2-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.3.18 -BuildRequires: pkgconfig(libsystemd-login) >= 44 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build