[cqrlog/f18] Bumped to version 1.6.1

Eric Christensen sparks at fedoraproject.org
Fri Nov 15 06:41:13 UTC 2013


commit f0eb9f67dd8c6c5b72890da4e1906116a015bab5
Author: Eric Christensen <sparks at fedoraproject.org>
Date:   Fri Nov 15 01:41:45 2013 -0500

    Bumped to version 1.6.1

 .gitignore  |    1 +
 cqrlog.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++----
 sources     |    2 +-
 3 files changed, 47 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53e8e57..bc7a504 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cqrlog_1.5.2.deb.src.tar.gz
 /cqrlog_1.5.8.deb.src.tar.gz
+/cqrlog_1.6.1.deb.src.tar.gz
diff --git a/cqrlog.spec b/cqrlog.spec
index bf23111..720e1ce 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
-Version:	1.5.8
-Release:	3%{?dist}
+Version:	1.6.1
+Release:	1%{?dist}
 Summary:	An amateur radio contact logging program
 
 Group:		Applications/Databases
@@ -12,7 +12,7 @@ Patch1:		cqrlog.desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # fpc not available on these arches
-ExcludeArch:	s390 s390x
+ExcludeArch:	s390 s390x armv7hl
 
 BuildRequires:	fpc
 BuildRequires:	lazarus
@@ -44,6 +44,8 @@ chmod -x src/gline2.pas
 chmod -x src/odbec.pas
 chmod -x src/aziloc.pas
 chmod -x src/znacmech.pas
+chmod -x tools/cqrlog-apparmor-fix
+chmod -x voice_keyer/voice_keyer.sh
 
 %build
 make %{?_smp_mflags}
@@ -137,11 +139,13 @@ sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/members/qcwa.txt
 sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/members/hhc.txt
 sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/members/rrdxa.txt
 sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/members/arktika.txt
+sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/ctyfiles/MASTER.SCP
 
 iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt > %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt.conv && mv -f %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt.conv %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt
 
 %files
-%doc %{_datadir}/%{name}
+%doc %{_datadir}/%{name} 
+%doc %{_datadir}/%{name}/voice_keyer/README
 %{_datadir}/applications/cqrlog.desktop
 %{_datadir}/icons/cqrlog.png
 %{_datadir}/pixmaps/cqrlog/cqrlog.png
@@ -149,6 +153,43 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt >
 %{_mandir}/man1/cqrlog.1.gz
 
 %changelog
+* Thu Nov 14 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.6.1-1
+- 630M band added
+- added OQRS (online QSL request system) to QSL sent menu
+- added "Always sort by QSO date" option to Search function
+- cursor is moved to last opened log in DB connection window
+- "Ask before creating a backup" option to "Auto backup" added
+- band map is much faster, a few optimization added
+- program froze for a few milliseconds with every bandmap refresh - fixed
+- "MySQL server has gone away" problem fixed
+- membership values collation were case sensitive - fixed
+- ADIF import sometimes crashed with access violation, now will show what happened
+- qrz search with right click on a call in the recent QSOs list didn't work
+- band map font settings was not loaded when program started
+
+* Tue Sep 10 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.6.0-2
+- Fixed rpmlint problems.
+
+* Tue Sep 10 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.6.0-1
+- your CQ received by RBN will be visible in gray line map
+- local mysqld is executed only when the log is stored to local machine
+- added JT9 to list of modes
+- added Power field to filter window
+- option to show distance in miles instead of km added
+- limit of max QSO on QSL label increased
+- added whole new bandmap with frequecy indicator
+- double click on bandmap didn't work when the spot had split info - fixed
+- propagation info in spot notes has correct format
+- existing band map record was not updated from dx cluster
+- program didn't accept ITU zones 78 and 90 - fixed
+- program used QTH from previous QSO even is the station was /P - fixed
+
+* Mon Aug 12 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.5.8-5
+- Added exclusion for armv7hl arch.
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.8-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Fri Jul 12 2013 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.5.8-3
 - Fixed libmysqlclient.so.18 dependency
 
diff --git a/sources b/sources
index cca37e7..a951d9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37eba3fa5b279b5b0b096778489ecfc4  cqrlog_1.5.8.deb.src.tar.gz
+84933b54a38d8a23fd7c78c04c5c724c  cqrlog_1.6.1.deb.src.tar.gz


More information about the scm-commits mailing list