From 4937f167dac468aae579a2c428cfb839321a208b Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 17 Dec 2020 20:37:34 +0800 Subject: [PATCH] go back to previous commit,cause potrace has no put int this branch --- fontforge.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fontforge.spec b/fontforge.spec index 775dd1f..b1d2cd5 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -3,7 +3,7 @@ Name: fontforge Version: 20200314 -Release: 2 +Release: 3 Summary: Outline and bitmap font editor License: GPLv3+ URL: http://fontforge.github.io/ @@ -12,7 +12,7 @@ Source0: https://github.com/fontforge/%{name}/archive/%{gittag0}.tar.gz#/ Patch0001: fontforge-20200314-Call-gdk_set_allowed_backends-before-gdk_init.patch Patch0002: fontforge-20200314-sphinx-make-changes-to-support-Sphinx-3.patch -Requires: xdg-utils potrace hicolor-icon-theme +Requires: xdg-utils autotrace hicolor-icon-theme BuildRequires: gcc-c++ cmake libjpeg-devel libtiff-devel libpng-devel giflib-devel libxml2-devel BuildRequires: freetype-devel desktop-file-utils libuninameslist-devel libXt-devel xorg-x11-proto-devel BuildRequires: gettext pango-devel cairo-devel libspiro-devel python3-devel readline-devel @@ -112,6 +112,9 @@ popd %{_mandir}/man1/*.1* %changelog +* Thu Dec 17 2020 Ge Wang - 20200314-3 +- revert to previous commit + * Wed Dec 16 2020 Ge Wang - 20200314-2 - change install require from autotrace to potrace -- Gitee