From a71b0856a3d6448ca1420efd677c50a738daa28f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 13:55:25 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- chan.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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