Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5df66fbc20 | |||
| e760854043 | |||
| 4c03658a8d | |||
| b52a431e7e |
4
_service
4
_service
@@ -3,9 +3,9 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-logs.git</param>
|
||||
<param name="revision">gnome-logs-45.0</param>
|
||||
<param name="revision">49.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">gnome-logs-(.*)\+0</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a9e6d63805b4e016ed0577330062a75297880d3c805d04d733c1e3c2f721e93
|
||||
size 2326028
|
||||
3
gnome-logs-49.0.obscpio
Normal file
3
gnome-logs-49.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d9b06c2dd23306caf62d6ff50560f60c5302b1ef9abbedf119bf9bbe7ef69b8
|
||||
size 2385932
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 06:28:23 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ meson: Add glib-compile-schemas test
|
||||
+ meson: Add appstreamcli-validate test
|
||||
+ meson: Add desktop-file-validate test
|
||||
+ application: Fix icon name
|
||||
- Adjust _service to not add +0 suffix when on tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 09:33:05 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Replace links to the wiki and bugzilla
|
||||
+ desktop: Remove the X-GNOME-Utilities category
|
||||
+ Put each main window into its own group
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 12:02:30 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop obsolete update-desktop-files BuildRequires and macro.
|
||||
Replace with desktop-file-utils BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 15:21:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gnome-logs
|
||||
version: 45.0
|
||||
mtime: 1711136298
|
||||
commit: 83ad0156ed4a80d35babcdd155e217cdea4af597
|
||||
version: 49.0
|
||||
mtime: 1757616204
|
||||
commit: 1c1af62a1b2896017cc0daa193f2c10bc8c8b1fb
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-logs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-logs
|
||||
Version: 45.0
|
||||
Version: 49.0
|
||||
Release: 0
|
||||
Summary: GNOME System Log Viewer
|
||||
License: GPL-3.0-or-later
|
||||
@@ -27,12 +27,12 @@ URL: https://wiki.gnome.org/Apps/Logs
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.43.90
|
||||
@@ -59,7 +59,6 @@ A utility for viewing detailed event logs for the system.
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file -r org.gnome.Logs GTK GNOME System Monitor
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
|
||||
Reference in New Issue
Block a user