diff --git a/gnome-logs-3.30.0.tar.xz b/gnome-logs-3.30.0.tar.xz deleted file mode 100644 index 28c3b4d..0000000 Binary files a/gnome-logs-3.30.0.tar.xz and /dev/null differ diff --git a/gnome-logs-3.36.0.tar.xz b/gnome-logs-3.36.0.tar.xz new file mode 100644 index 0000000..5c4ed73 Binary files /dev/null and b/gnome-logs-3.36.0.tar.xz differ diff --git a/gnome-logs.spec b/gnome-logs.spec index c1f7c36..21a95e7 100644 --- a/gnome-logs.spec +++ b/gnome-logs.spec @@ -1,13 +1,13 @@ Name: gnome-logs -Version: 3.30.0 -Release: 2 +Version: 3.36.0 +Release: 1 Summary: Log viewer for the systemd journal License: GPLv3+ URL: https://wiki.gnome.org/Apps/Logs -Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz -BuildRequires: desktop-file-utils docbook-dtds docbook-style-xsl gnome-common intltool libxslt -BuildRequires: pkgconfig(gtk+-3.0) pkgconfig(libsystemd) libappstream-glib itstool +BuildRequires: desktop-file-utils docbook-dtds docbook-style-xsl gcc intltool libxslt +BuildRequires: pkgconfig(gtk+-3.0) pkgconfig(libsystemd) libappstream-glib itstool meson Requires: gsettings-desktop-schemas %description @@ -24,27 +24,28 @@ User's Manual for gnome-logs %build -%configure -%make_build V=1 +%meson -Dman=true +%meson_build %install -%make_install +%meson_install %find_lang %{name} --with-gnome %check -make check +%meson_test %files -f %{name}.lang %license COPYING %{_bindir}/%{name} +%{_datadir}/%{name} %{_datadir}/applications/org.gnome.Logs.desktop %{_datadir}/dbus-1/services/org.gnome.Logs.service %{_datadir}/glib-2.0/schemas/org.gnome.Logs.*.xml -%{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Logs.svg +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Logs-symbolic.svg %{_datadir}/metainfo/org.gnome.Logs.appdata.xml %files help @@ -53,6 +54,10 @@ make check %changelog +* Tue Jun 22 2021 weijin deng - 3.36.0-1 +- Upgrade to 3.36.0 +- Use meson rebuild + * Wed Dec 11 2019 yangjian - 3.30.0-2 - Package init