diff --git a/gnome-font-viewer-42.0.tar.xz b/gnome-font-viewer-42.0.tar.xz deleted file mode 100644 index 8f6d0cb..0000000 Binary files a/gnome-font-viewer-42.0.tar.xz and /dev/null differ diff --git a/gnome-font-viewer-43.0.tar.xz b/gnome-font-viewer-43.0.tar.xz new file mode 100644 index 0000000..93eb022 Binary files /dev/null and b/gnome-font-viewer-43.0.tar.xz differ diff --git a/gnome-font-viewer.spec b/gnome-font-viewer.spec index 3e53db4..cd915d3 100644 --- a/gnome-font-viewer.spec +++ b/gnome-font-viewer.spec @@ -1,14 +1,14 @@ %global major_version %%(echo %%{version} | awk -F. '{print $1}') Name: gnome-font-viewer -Version: 42.0 -Release: 2 +Version: 43.0 +Release: 1 Summary: Utility for previewing fonts for GNOME -License: GPL-2.0-or-later +License: GPLv2+ URL: https://gitlab.gnome.org/GNOME/gnome-font-viewer Source0: https://download.gnome.org/sources/gnome-font-viewer/%{major_version}/%{name}-%{version}.tar.xz -BuildRequires: pkgconfig(glib-2.0) pkgconfig(gtk+-3.0) pkgconfig(harfbuzz) pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(glib-2.0) pkgconfig(harfbuzz) pkgconfig(libadwaita-1) BuildRequires: pkgconfig(fontconfig) pkgconfig(freetype2) pkgconfig(gnome-desktop-4) pkgconfig(gtk4) BuildRequires: libappstream-glib desktop-file-utils BuildRequires: gcc gcc-c++ gettext meson @@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome %{_datadir}/thumbnailers/%{name}.thumbnailer %changelog +* Mon Jan 02 2023 lin.zhang - 43.0-1 +- Update to 43.0 + * Wed Aug 03 2022 liukuo - 42.0-2 - License compliance rectification