Accepting request 1205558 from GNOME:Factory
- Update to version 47.0: + Fix blurred background on HiDPI screens + Updated translations. - Update to version 47.rc: + Minor improvements in defaults and settings loading + Updated translations. - Update to version 47.beta: + Fix help and version crashing the application + UI modernization for dialogs and disks view + Improve initial loadgraph points + Updated translations. - Changes from version 47.alpha: + Improved flatpak app icon search + Set affinity for all tasks + Use new Adwaita adaptive dialogs + Use same translatable for CPU charts and affinty + Several migrations from deprecated treeview to columnview + Migrate color button to GtkColorDialog + Add one column per group of 32 core labels + Various interface improvements to match HIG + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1205558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-system-monitor?expand=0&rev=119
This commit is contained in:
commit
35ab04da8a
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-system-monitor.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-system-monitor.git</param>
|
||||||
<param name="revision">46.0</param>
|
<param name="revision">47.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11568708fe857d7ba39edb6abdf8b05aaaba7b914e6a244fdf906e1d695be6e0
|
|
||||||
size 7864845
|
|
3
gnome-system-monitor-47.0.obscpio
Normal file
3
gnome-system-monitor-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52aaffe223728edea953572867926e92ff90427f18384942ffd2c6149f5ef6d7
|
||||||
|
size 8131085
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 15 12:15:49 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.0:
|
||||||
|
+ Fix blurred background on HiDPI screens
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 08:12:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.rc:
|
||||||
|
+ Minor improvements in defaults and settings loading
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 20:19:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.beta:
|
||||||
|
+ Fix help and version crashing the application
|
||||||
|
+ UI modernization for dialogs and disks view
|
||||||
|
+ Improve initial loadgraph points
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 47.alpha:
|
||||||
|
+ Improved flatpak app icon search
|
||||||
|
+ Set affinity for all tasks
|
||||||
|
+ Use new Adwaita adaptive dialogs
|
||||||
|
+ Use same translatable for CPU charts and affinty
|
||||||
|
+ Several migrations from deprecated treeview to columnview
|
||||||
|
+ Migrate color button to GtkColorDialog
|
||||||
|
+ Add one column per group of 32 core labels
|
||||||
|
+ Various interface improvements to match HIG
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 09:24:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sun Mar 17 09:24:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-system-monitor
|
name: gnome-system-monitor
|
||||||
version: 46.0
|
version: 47.0
|
||||||
mtime: 1710616376
|
mtime: 1726338020
|
||||||
commit: 697f09dab0c8e9af4b2b7fb06cfe3a3429275b56
|
commit: 1dc92ba29bcbe5e44a8ca489c76cb399aab846d9
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 46.0
|
Version: 47.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process monitor for the GNOME desktop
|
Summary: A process monitor for the GNOME desktop
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -38,7 +38,7 @@ BuildRequires: pkgconfig(glibmm-2.4) >= 2.46
|
|||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gtk4) >= 3.22.0
|
BuildRequires: pkgconfig(gtk4) >= 3.22.0
|
||||||
BuildRequires: pkgconfig(gtkmm-4.0) >= 3.3.18
|
BuildRequires: pkgconfig(gtkmm-4.0) >= 3.3.18
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.alpha
|
||||||
BuildRequires: pkgconfig(libgtop-2.0) >= 2.41.2
|
BuildRequires: pkgconfig(libgtop-2.0) >= 2.41.2
|
||||||
BuildRequires: pkgconfig(libhandy-1) >= 1.5.0
|
BuildRequires: pkgconfig(libhandy-1) >= 1.5.0
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.35
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.35
|
||||||
@ -86,8 +86,7 @@ processor time, memory, and disk space are being used.
|
|||||||
%{_libexecdir}/%{name}/gsm-taskset
|
%{_libexecdir}/%{name}/gsm-taskset
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/gsm.gresource
|
%{_datadir}/%{name}/gsm.gresource
|
||||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.SystemMonitor*.svg
|
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/speedometer-symbolic.svg
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user