diff --git a/libcircle.spec b/libcircle.spec index 92edb02..13c1f9b 100644 --- a/libcircle.spec +++ b/libcircle.spec @@ -1,6 +1,6 @@ Name: libcircle Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Source: https://github.com/hpc/libcircle/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz URL: http://hpc.github.io/libcircle/ @@ -136,6 +136,9 @@ make -C mpich check || { cat mpich/tests/test-suite.log && exit 1; } %{_docdir}/%{name} %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Aug 04 2020 Christoph Junghans - 0.3-6 - Fix build on F33 (bug#1863982)