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
This commit is contained in:
parent
243022aa39
commit
8e157f4431
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391
|
||||
size 856044
|
3
gnome-system-monitor-3.17.91.tar.xz
Normal file
3
gnome-system-monitor-3.17.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51dd6c2709213109351d514d0b9dfd380729dc28093ed266d03245798e4f1ce9
|
||||
size 871376
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user