[xnec2c] Apply patch by Rik van Riel bz #717954

Randall 'Randy' Berry dp67 at fedoraproject.org
Thu Jun 30 16:24:27 UTC 2011


commit 90f797a2bff578411e490adb273ba3ce17f62e11
Author: dp67 <dp67 at fedoraproject.org>
Date:   Thu Jun 30 12:24:16 2011 -0400

    Apply patch by Rik van Riel bz #717954

 xnec2c.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/xnec2c.spec b/xnec2c.spec
index d0a7592..dd96d14 100755
--- a/xnec2c.spec
+++ b/xnec2c.spec
@@ -1,14 +1,15 @@
 Name:           xnec2c
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK based graphical wrapper for nec2c
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://5b4az.chronos.org.uk/pages/nec2.html
 Source0:        http://5b4az.chronos.org.uk/pkg/nec2/xnec2c/%{name}-%{version}.tar.bz2
-Source1:	xnec2c.desktop
-Source2:	xnec2c-icon.png
+Source1:	%{name}.desktop
+Source2:	%{name}-icon.png
+Patch0:		%{name}-%{version}-plot_freqdata.c.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -31,7 +32,7 @@ batch style as the original does.
 
 %prep
 %setup -qn %{name}
-
+%patch0 -p1 -b %{name}-%{version}-plot_freqdata.c.patch
 
 %build
 ./autogen.sh
@@ -65,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_datadir}/pixmaps/*
 
 %changelog
+* Thu Jun 30 2011 Randall J. Berry, N3LRX <dp67 at fedoraproject.org> - 1.4-2
+- Apply patch by Rik van Riel, fix the Front/Back gain calculations
+
 * Mon Jun 20 2011 Randall J. Berry, N3LRX <dp67 at fedoraproject.org> - 1.4-1
 - Upstream update to 1.4
 


More information about the scm-commits mailing list