diff --git a/ninja-build.spec b/ninja-build.spec index f3e505b..01e6233 100644 --- a/ninja-build.spec +++ b/ninja-build.spec @@ -1,12 +1,12 @@ Name: ninja-build Version: 1.8.2 -Release: 8 +Release: 9 Summary: A small build system with a focus on speed License: ASL 2.0 URL: https://ninja-build.org/ Source0: https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz#/ninja-%{version}.tar.gz Source1: macros.ninja -BuildRequires: gcc-c++ python2-devel python3-devel asciidoc gtest-devel +BuildRequires: gcc-c++ python3-devel asciidoc gtest-devel Requires: emacs-filesystem vim-filesystem %description @@ -50,6 +50,9 @@ ln -sf ninja %{buildroot}%{_bindir}/ninja-build %{rpmmacrodir}/macros.ninja %changelog +* Tue Oct 27 2020 Ge Wang - 1.8.2-9 +- remove useless buildrequires of python2-devel + * Fri Jan 17 2020 zhouyihang - 1.8.2-8 - remove useless file and update invalid source address