Update to 43.beta
- Switch to gtk4
This commit is contained in:
parent
514edcc136
commit
4dca03f225
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@
|
||||
/gnome-logs-3.34.0.tar.xz
|
||||
/gnome-logs-3.36.0.tar.xz
|
||||
/gnome-logs-42.0.tar.xz
|
||||
/gnome-logs-43.beta.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-logs
|
||||
Version: 42.0
|
||||
Release: 2%{?dist}
|
||||
Version: 43~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Log viewer for the systemd journal
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Logs
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-dtds
|
||||
@ -16,8 +16,8 @@ BuildRequires: gcc
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -58,6 +58,10 @@ A log viewer for the systemd journal.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
||||
- Update to 43.beta
|
||||
- Switch to gtk4
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-logs-42.0.tar.xz) = 94634006148391bf158878e845bf04f1139f90b78bc3d63bb687bb683bb07c8b5fbec9d7c1e9f7454bf5345862578d83226207d3f78611dbf96566994190766f
|
||||
SHA512 (gnome-logs-43.beta.tar.xz) = d5bc10d980239bdb72cf4532f8bab39abab25d082cf723260a96c771034f2a3db76b6f0d1f12e6b48fc1f404c16f822699bf53b192071add87e777cfe3d1a45a
|
||||
|
Loading…
Reference in New Issue
Block a user