Accepting request 1158686 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158686
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=209
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:30:54 +00:00 committed by Git OBS Bridge
parent 038bc0f0a7
commit 6714f7422c
6 changed files with 82 additions and 12 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-system-monitor.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5e272d90bf9986a3f8613d76e0d27fa42dfacee5c0192e73921bb94b1868a2e
size 1020000

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11568708fe857d7ba39edb6abdf8b05aaaba7b914e6a244fdf906e1d695be6e0
size 7864845

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sun Mar 17 09:24:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ style: Blend header bar with window contents.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 07:45:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ interface: Readd Delete key as shortcut to end process.
+ Fixed memory leak in affinity change.
+ Updated app links.
+ Metainformation improvements: correct developer and platform
added.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 12 15:53:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Fixed several memory leaks.
+ Fixed several plotting issues.
+ Partial rework of graph class hierarchy>
+ Remember window state.
+ Renamed appdata to match desktop file.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 16 11:07:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Application ported to GTK4.
+ Fixed shortcuts.
+ Fixed highcontrast graph labels.
+ Fixed argument type mismatch.
+ Updated UI to match Human Interface Guidelines.
+ Ported various application components to adwaita.
+ Added flatpak build manifest.
+ Various code improvements.
+ Appdata updates.
+ Updated translations.
- Convert to source service for easier updating.
- Add pkgconfig(libadwaita-1) BuildRequires: new dependency.
-------------------------------------------------------------------
Sat Sep 16 16:22:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: gnome-system-monitor
version: 46.0
mtime: 1710616376
commit: 697f09dab0c8e9af4b2b7fb06cfe3a3429275b56

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-system-monitor
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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: 45.0.2
Version: 46.0
Release: 0
Summary: A process monitor for the GNOME desktop
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/SystemMonitor
Source0: https://download.gnome.org/sources/gnome-system-monitor/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -32,13 +32,14 @@ BuildRequires: pkgconfig
BuildRequires: polkit-devel
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gdk-x11-3.0)
BuildRequires: pkgconfig(giomm-2.4) >= 2.46
BuildRequires: pkgconfig(giomm-2.68)
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.37.2
BuildRequires: pkgconfig(gtk4) >= 3.22.0
BuildRequires: pkgconfig(gtkmm-4.0) >= 3.3.18
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libgtop-2.0) >= 2.41.2
BuildRequires: pkgconfig(libhandy-1) >= 1.5.0
BuildRequires: pkgconfig(librsvg-2.0) >= 2.35
BuildRequires: pkgconfig(libsystemd) >= 44
@ -71,11 +72,11 @@ processor time, memory, and disk space are being used.
%doc NEWS README.md
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/gnome-system-monitor
%{_datadir}/applications/gnome-system-monitor.desktop
%{_datadir}/applications/gnome-system-monitor-kde.desktop
%{_datadir}/applications/org.gnome.SystemMonitor.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
%{_datadir}/metainfo/org.gnome.SystemMonitor.appdata.xml
%dir %{_datadir}/polkit-1
%dir %{_datadir}/polkit-1/actions
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy