From 805bf54799f516da21f683ae380cdd5aac06234c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 04:28:57 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- ninja-build.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ninja-build.spec b/ninja-build.spec index f6adfda..608b9ce 100644 --- a/ninja-build.spec +++ b/ninja-build.spec @@ -4,7 +4,7 @@ Name: ninja-build Version: 1.10.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Small build system with a focus on speed License: ASL 2.0 URL: https://ninja-build.org/ @@ -86,6 +86,9 @@ ln -s ninja %{buildroot}%{_bindir}/ninja-build %{_rpmmacrodir}/macros.ninja %changelog +* Thu Jun 03 2021 Python Maint - 1.10.2-5 +- Rebuilt for Python 3.10 + * Tue May 04 2021 Richard Hughes - 1.10.2-4 - Do not BR re2c on RHEL. It is NTH, and one less package dep to maintain.