[cqrlog/f19] Fixing blank debugging problem

Eric Christensen sparks at fedoraproject.org
Wed Oct 1 00:42:40 UTC 2014


commit b5001f5241df422ff560264fa51dfd35ea9a0b26
Author: Eric Christensen <sparks at fedoraproject.org>
Date:   Tue Sep 30 20:42:29 2014 -0400

    Fixing blank debugging problem

 cqrlog-generateDebug.patch |   11 +++++++++++
 cqrlog.spec                |   10 +++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/cqrlog-generateDebug.patch b/cqrlog-generateDebug.patch
new file mode 100644
index 0000000..c7468dd
--- /dev/null
+++ b/cqrlog-generateDebug.patch
@@ -0,0 +1,11 @@
+--- src/cqrlog.lpi~	2014-07-26 10:27:10.000000000 +0300
++++ src/cqrlog.lpi	2014-08-04 00:06:14.224116323 +0300
+@@ -692,7 +692,7 @@
+     </CodeGeneration>
+     <Linking>
+       <Debugging>
+-        <GenerateDebugInfo Value="False"/>
++        <GenerateDebugInfo Value="True"/>
+       </Debugging>
+     </Linking>
+     <Other>
diff --git a/cqrlog.spec b/cqrlog.spec
index fd5b337..ac8d5c5 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
 Version:	1.8.1
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	An amateur radio contact logging program
 
 Group:		Applications/Databases
@@ -9,6 +9,7 @@ URL:		http://www.cqrlog.com/
 Source0:	http://www.cqrlog.com/files/%{name}_%{version}/%{name}_%{version}.src.tar.gz
 Patch0:		cqrlog.makefile.patch
 Patch1:		cqrlog.desktop.patch
+Patch2:		cqrlog-generateDebug.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # fpc not available on these arches
@@ -37,6 +38,7 @@ tar -xpf %{SOURCE0}
 %setup -q -D -T
 %patch0
 %patch1
+%patch2
 
 chmod -x src/azidis3.pas
 chmod -x src/gline2.pas
@@ -152,6 +154,12 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt >
 %{_mandir}/man1/cqrlog.1.gz
 
 %changelog
+* Tue Sep 30 2014 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.8.1-3
+- Fixed empty debugging (BZ 1126233)
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
 * Mon Jul 28 2014 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.8.1-1
 - Program crashed with error about Exceptions.tbl when started for the first time
 - After hit enter in New QSO window, it took long time to save QSO


More information about the scm-commits mailing list