diff --git a/gnome-font-viewer-3.30.0.tar.xz b/gnome-font-viewer-3.30.0.tar.xz deleted file mode 100644 index f65792c..0000000 Binary files a/gnome-font-viewer-3.30.0.tar.xz and /dev/null differ diff --git a/gnome-font-viewer-3.34.0.tar.xz b/gnome-font-viewer-3.34.0.tar.xz new file mode 100644 index 0000000..dac0df2 Binary files /dev/null and b/gnome-font-viewer-3.34.0.tar.xz differ diff --git a/gnome-font-viewer.spec b/gnome-font-viewer.spec index 86d22d9..93467b5 100644 --- a/gnome-font-viewer.spec +++ b/gnome-font-viewer.spec @@ -1,10 +1,10 @@ Name: gnome-font-viewer -Version: 3.30.0 -Release: 3 +Version: 3.34.0 +Release: 1 Summary: Utility for previewing fonts for GNOME License: GPLv2+ URL: http://www.gnome.org/gnome-3/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-font-viewer/3.30/gnome-font-viewer-%{version}.tar.xz +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-font-viewer/3.34/gnome-font-viewer-%{version}.tar.xz BuildRequires: meson >= 0.40.1 pkgconfig(glib-2.0) >= 2.35.1 pkgconfig(gtk+-3.0) >= 3.20.0 pkgconfig(harfbuzz) >= 0.9.9 BuildRequires: pkgconfig(fontconfig) pkgconfig(freetype2) pkgconfig(gnome-desktop-3.0) gettext desktop-file-utils BuildRequires: libappstream-glib @@ -36,11 +36,14 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome %{_bindir}/gnome-* %{_datadir}/applications/org.gnome.font-viewer.desktop %{_datadir}/dbus-1/services/org.gnome.font-viewer.service +%{_datadir}/icons/hicolor/*/apps/org.gnome.font-viewer*.svg %{_datadir}/metainfo/org.gnome.font-viewer.appdata.xml %{_datadir}/thumbnailers/gnome-font-viewer.thumbnailer - %changelog +* Thu Jun 17 2021 weijin deng - 3.34.0-1 +- Upgrade to 3.34.0 + * Tue May 18 2021 lin.zhang - 3.30.0-3 - add BuildRequires gcc gcc-c++