From 63af44d16d23c9bf3ddae8310c7372877be09fbf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 00:58:57 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fxload.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fxload.spec b/fxload.spec index 6e4dc67..f1840a0 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A helper program to download firmware into FX and FX2 EZ-USB devices License: GPLv2+ @@ -48,6 +48,9 @@ install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/ %{_mandir}/*/* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 2008_10_13-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sun Feb 25 2018 Charles R. Anderson - 2008_10_13-10 - Patch to apply CFLAGS/LDFLAGS to final link so RPM_OPT_FLAGS are picked up (rhbz#1548426) - Use CC=gcc explicitly