From 7ffff2f205efb3f574bb2ad6092ad8531387ba63 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 14:48:48 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fxload.git#30e9110fa71da84fadc467391ea755b27c9347d6 --- fxload.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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