diff --git a/fxload.spec b/fxload.spec index 82696ba..8c2b446 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 17%{?dist} +Release: 19%{?dist} Summary: A helper program to download firmware into FX and FX2 EZ-USB devices License: GPLv2+ @@ -17,7 +17,7 @@ Source1: fxload-generate-tarball.sh Patch0: fxload-noa3load.patch Patch1: fxload-ldflags.patch -BuildRequires: gcc kernel-headers +BuildRequires: gcc kernel-headers make Requires: udev Conflicts: hotplug-gtk hotplug @@ -48,6 +48,12 @@ install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/ %{_mandir}/*/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2008_10_13-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 08 2020 Charles R. Anderson - 2008_10_13-18 +- BR: make + * Tue Dec 08 2020 Charles R. Anderson - 2008_10_13-17 - Merge PR#2: Make annocheck pass, pass -pie to linker, use make_build macro