[fldigi/f15] Upload and build patched source

Randall 'Randy' Berry dp67 at fedoraproject.org
Sun Jun 12 22:48:56 UTC 2011


commit 791c6da585b1d04b43d83b76593f889af2ebc4b9
Author: dp67 <dp67 at fedoraproject.org>
Date:   Sun Jun 12 18:48:19 2011 -0400

    Upload and build patched source

 fldigi-3.21.11-global.cxx.patch |   15 +++++++++++++++
 fldigi.spec                     |    4 +++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/fldigi-3.21.11-global.cxx.patch b/fldigi-3.21.11-global.cxx.patch
new file mode 100644
index 0000000..cc75955
--- /dev/null
+++ b/fldigi-3.21.11-global.cxx.patch
@@ -0,0 +1,15 @@
+diff -up ./src/globals/globals.cxx.old ./src/globals/globals.cxx
+--- ./src/globals/globals.cxx.old	2011-06-09 17:12:59.000000000 -0400
++++ ./src/globals/globals.cxx	2011-06-12 00:20:44.546248229 -0400
+@@ -112,7 +112,10 @@ const struct mode_info_t mode_info[NUM_M
+ 
+ 	{ MODE_SSB, &ssb_modem, "SSB", "SSB", "", "SSB", "" },
+ 	{ MODE_WWV, &wwv_modem, "WWV", "WWV", "", "", "" },
+-        { MODE_ANALYSIS, &anal_modem, "ANALYSIS", _("Freq Analysis"), "", "", "" }
++	// N.B. it is not valid to use an _("NLS") string in this table!!
++	// ... doing so will break the Fl_menu_item table 'menu_'.  -Kamal
++	// { MODE_ANALYSIS, &anal_modem, "ANALYSIS", _("Freq Analysis"), "", "", "" }
++        { MODE_ANALYSIS, &anal_modem, "ANALYSIS", "Freq Analysis", "", "", "" }
+ };
+ 
+ std::ostream& operator<<(std::ostream& s, const qrg_mode_t& m)
diff --git a/fldigi.spec b/fldigi.spec
index c8362e3..702a162 100755
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -1,6 +1,6 @@
 Name:		fldigi
 Version:	3.21.11
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Digital modem program for Linux
 Group:		Applications/Communications
 License:	GPLv3+	
@@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_datadir}/applications/flarq.desktop
 
 %changelog
+* Sun Jun 12 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.11-4
+- Upload and build
 * Sun Jun 12 2011 Randall J. Berry <dp67 at fedoraproject.org> - 3.21.11-3
 - Removed --disable-nls temporary fix
 - Apply Patch0 by Kamal Mostafa, KA6MAL


More information about the scm-commits mailing list