4 Commits

Author SHA256 Message Date
5df66fbc20 Accepting request 1305509 from GNOME:Factory
- 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

- 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 (forwarded request 1305188 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-logs?expand=0&rev=42
2025-09-24 13:22:05 +00:00
e760854043 - 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

- 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-logs?expand=0&rev=98
2025-09-17 15:54:41 +00:00
4c03658a8d Accepting request 1280039 from GNOME:Factory
(forwarded request 1279641 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1280039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-logs?expand=0&rev=41
2025-05-27 16:51:34 +00:00
b52a431e7e OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-logs?expand=0&rev=96 2025-05-26 08:04:39 +00:00
6 changed files with 36 additions and 12 deletions

View File

@@ -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>

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: gnome-logs
version: 45.0
mtime: 1711136298
commit: 83ad0156ed4a80d35babcdd155e217cdea4af597
version: 49.0
mtime: 1757616204
commit: 1c1af62a1b2896017cc0daa193f2c10bc8c8b1fb

View File

@@ -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