|
@@ -1,26 +1,29 @@
|
|
|
-Summary: GNOME font viewer
|
|
|
-Summary(ja): GNOME フォントビューアー
|
|
|
-Name: gnome-font-viewer
|
|
|
-Version: 3.30.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
-License: GPLv2+
|
|
|
-Group: User Interface/Desktops
|
|
|
-URL: http://www.gnome.org
|
|
|
-
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
|
|
|
-
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-
|
|
|
-BuildRequires: meson
|
|
|
-BuildRequires: gtk3-devel
|
|
|
-BuildRequires: gnome-desktop3-devel
|
|
|
-BuildRequires: libappstream-glib-devel
|
|
|
+Summary: GNOME font viewer
|
|
|
+Summary(ja): GNOME フォントビューアー
|
|
|
+Name: gnome-font-viewer
|
|
|
+Version: 3.30.0
|
|
|
+Release: 2%{?_dist_release}
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+License: GPLv2+
|
|
|
+Group: User Interface/Desktops
|
|
|
+URL: http://www.gnome.org
|
|
|
+
|
|
|
+%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
|
|
|
+Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
|
+
|
|
|
+# https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/commit/9661683379806e2bad6a52ce6dde776a33f4f981
|
|
|
+Patch1000: CVE-2019-19308.patch
|
|
|
+
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
+
|
|
|
+BuildRequires: meson
|
|
|
+BuildRequires: gtk3-devel
|
|
|
+BuildRequires: gnome-desktop3-devel
|
|
|
+BuildRequires: libappstream-glib-devel
|
|
|
|
|
|
Requires(postun,posttrans): desktop-file-utils
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
-Distribution: Vine Linux
|
|
|
-
|
|
|
|
|
|
%description
|
|
|
%{summary}
|
|
@@ -62,6 +65,9 @@ update-desktop-database -q &> /dev/null ||:
|
|
|
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.0-2
|
|
|
+- imported Patch1000 to fix CVE-2019-19308 from upstream.
|
|
|
+
|
|
|
* Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.0-1
|
|
|
- new upstream release.
|
|
|
|