From 6719e23cab82576db9394b449e3233860a79db81 Mon Sep 17 00:00:00 2001 From: "Charles R. Anderson" Date: Tue, 8 Dec 2020 15:48:09 -0500 Subject: [PATCH] Merge PR#2: Make annocheck pass, pass -pie to linker, use make_build macro --- fxload.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fxload.spec b/fxload.spec index 3b1ac67..82696ba 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 16%{?dist} +Release: 17%{?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 +* 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 + * Mon Jul 27 2020 Fedora Release Engineering - 2008_10_13-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild