diff --git a/chan.spec b/chan.spec index efc6e4b..fad01a9 100644 --- a/chan.spec +++ b/chan.spec @@ -1,6 +1,6 @@ Name: chan Version: 0.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure C implementation of Go channels License: ASL 2.0 URL: https://github.com/tylertreat/%{name} @@ -59,5 +59,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Aug 14 2019 Lukáš Zapletal 0.0.4-1 - Initial package version