Browse Source

ninja-1.12.1-1

Tomohiro "Tomo-p" KATO 8 months ago
parent
commit
602431d163
1 changed files with 9 additions and 3 deletions
  1. 9 3
      n/ninja/ninja-vl.spec

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

@@ -1,5 +1,5 @@
 Name:           ninja
-Version:        1.11.1
+Version:        1.12.1
 Release:        1%{?_dist_release}
 Summary:        A small build system with a focus on speed
 Summary(ja):    スピードを重視した小さなビルドシステム
@@ -46,7 +46,6 @@ Requires:    vim-common
 CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" \
 %{__python3} configure.py --bootstrap --verbose
 ./ninja -v manual
-./ninja -v ninja_test
 
 
 %install
@@ -67,7 +66,8 @@ install -Dpm644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.ninja
 %check
 # workaround possible too low default limits
 ulimit -n 4096 && ulimit -u 4096
-./ninja_test
+python3 misc/ninja_syntax_test.py
+./misc/output_test.py
 
 
 %files
@@ -89,6 +89,12 @@ ulimit -n 4096 && ulimit -u 4096
 
 
 %changelog
+* Tue May 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-1
+- new upstream release.
+
+* Fri Apr 12 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.0-1
+- new upstream release.
+
 * Wed Aug 31 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.11.1-1
 - new upstream release.