Browse Source

ninja-1.11.0-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
b2dd9d7199
1 changed files with 7 additions and 3 deletions
  1. 7 3
      n/ninja/ninja-vl.spec

+ 7 - 3
n/ninja/ninja-vl.spec

@@ -1,5 +1,5 @@
 Name:           ninja
-Version:        1.10.2
+Version:        1.11.0
 Release:        1%{?_dist_release}
 Summary:        A small build system with a focus on speed
 Summary(ja):    スピードを重視した小さなビルドシステム
@@ -15,7 +15,8 @@ Source2:        ninja.vim
 
 BuildRequires:  asciidoc
 BuildRequires:  gtest-devel
-BuildRequires:  python-devel
+BuildRequires:  python3-rpm-macros
+BuildRequires:  python3-devel
 BuildRequires:  re2c >= 0.11.3
 
 %description
@@ -43,7 +44,7 @@ Requires:    vim-common
 
 %build
 CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" \
-%{__python} configure.py --bootstrap --verbose
+%{__python3} configure.py --bootstrap --verbose
 ./ninja -v manual
 ./ninja -v ninja_test
 
@@ -88,6 +89,9 @@ ulimit -n 4096 && ulimit -u 4096
 
 
 %changelog
+* Mon May 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.11.0-1
+- new upstream release.
+
 * Wed Mar 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.2-1
 - new upstream release.