Accepting request 459772 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/459772 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=152
This commit is contained in:
parent
60d0956776
commit
5b487f986d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68a5b097157a6e445fc2467cbaecfede77d00b774c93e8aa69b6f784055dc982
|
||||
size 907524
|
3
gnome-system-monitor-3.23.90.tar.xz
Normal file
3
gnome-system-monitor-3.23.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a034ac6c080735ac5a4518caa407aeecca2dd122544aa19707500683c74fee2a
|
||||
size 912128
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 19 15:47:03 UTC 2017 - zaitor@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 - zaitor@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 - dimstar@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 - dimstar@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 11 10:16:56 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -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,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-system-monitor
|
||||
Version: 3.22.2
|
||||
Version: 3.23.90
|
||||
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
|
||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.23/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
@ -32,13 +32,14 @@ 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
|
||||
@ -56,7 +57,6 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-wnck \
|
||||
--enable-systemd
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
|
||||
@ -68,9 +68,6 @@ echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gno
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%glib2_gsettings_schema_post
|
||||
|
Loading…
Reference in New Issue
Block a user