From ebaeb43ccb9b3d8a45d226a6ae2021ecd88fa58e Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 29 Oct 2020 16:21:29 +0800 Subject: [PATCH] modify BuildRequires to python3-unversioned-command --- graphite2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphite2.spec b/graphite2.spec index d683ee3..8b42d21 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -1,13 +1,13 @@ Name: graphite2 Version: 1.3.14 -Release: 2 +Release: 3 Summary: Graphite provides cross-platform rendering for complex writing systems License: (LGPLv2+ or GPLv2+ or MPL) and (Netscape or GPLv2+ or LGPLv2+) URL: https://sourceforge.net/projects/silgraphite/ Source0: https://github.com/silnrsi/graphite/archive/%{version}.tar.gz -BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command gdb +BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python3-unversioned-command gdb BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow python3-fonttools Obsoletes: silgraphite < 2.3.1-5 @@ -68,6 +68,9 @@ ctest %{_datadir}/graphite2/graphite2.cmake %changelog +* Wed Oct 21 2020 jinzhimin - 1.3.14-3 +- modify BuildRequires to python3-unversioned-command + * Tue Sep 10 2020 chengguipeng - 1.3.14-2 - Type:bugfix - ID:NA