diff --git a/coan.spec b/coan.spec index e8e300f..8533613 100644 --- a/coan.spec +++ b/coan.spec @@ -1,6 +1,6 @@ Name: coan Version: 6.0.1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: A command line tool for simplifying the pre-processor conditionals in source code License: BSD URL: http://coan2.sourceforge.net/ @@ -74,6 +74,9 @@ export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" %{_mandir}/man1/%{name}.1.* %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 6.0.1-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Filipe Rosset - 6.0.1-25 - Remove python2 dependencies (required only for tests) fix rhbz#1805173