Eric Christensen 1da5aef
Name:		cqrlog
f3abc41
Version:	2.0.4
387433a
Release:	1%{?dist}
Eric Christensen 1da5aef
Summary:	An amateur radio contact logging program
Eric Christensen 1da5aef
Eric Christensen 1da5aef
License:	GPLv2
Eric Christensen 1da5aef
URL:		http://www.cqrlog.com/
387433a
Source0:	https://github.com/ok2cqr/cqrlog/archive/v%{version}/%{name}-%{version}.tar.gz
3eaf77d
f3abc41
Patch0:         cqrlog-2.0.4-install.patch
0e652af
Patch1:         cqrlog-1.9.1-desktop.patch
0e652af
Patch2:         cqrlog-1.9.1-build.patch
Eric Christensen 1da5aef
c02ff3c
# fpc not available on these arches
3eaf77d
#ExcludeArch:	s390 s390x armv7hl
Eric Christensen 3cfc65a
ExcludeArch:	s390 s390x
c02ff3c
3eaf77d
BuildRequires:	fpc >= 2.6.4
Eric Christensen 1da5aef
BuildRequires:	lazarus
3eaf77d
BuildRequires:	desktop-file-utils
0e652af
3eaf77d
Requires:	mariadb-server
Eric Christensen 02e4e1f
Requires:	mariadb-libs
0e652af
Requires:	hamlib 
0e652af
Requires:       openssl
9e673f4
%if 0%{?fedora}
0e652af
Requires:	tqsllib
9e673f4
%endif
3eaf77d
Eric Christensen 1da5aef
Eric Christensen 1da5aef
%description
Eric Christensen 1da5aef
CQRLOG is an advanced ham radio logger based on MySQL database. Provides radio
Eric Christensen 1da5aef
control based on hamlib libraries (currently support of 140+ radio types and 
Eric Christensen 1da5aef
models), DX cluster connection, QRZ callbook (web version), a grayliner, 
Eric Christensen 1da5aef
internal QSL manager database support and a most accurate country resolution 
Eric Christensen 1da5aef
algorithm based on country tables developed by OK1RR. CQRLOG is intended for 
Eric Christensen 1da5aef
daily general logging of HF, CW & SSB contacts and strongly focused on easy 
Eric Christensen 1da5aef
operation and maintenance.
Eric Christensen 1da5aef
Eric Christensen 1da5aef
%prep
3eaf77d
%setup -q
3eaf77d
%patch0 -p1
9e673f4
%patch1 -p1
387433a
#patch2 -p1
Eric Christensen 1da5aef
Eric Christensen 1da5aef
chmod -x src/azidis3.pas
Eric Christensen 1da5aef
chmod -x src/gline2.pas
Eric Christensen 1da5aef
chmod -x src/odbec.pas
Eric Christensen 1da5aef
chmod -x src/aziloc.pas
Eric Christensen 1da5aef
chmod -x src/znacmech.pas
Eric Christensen 580ee9c
chmod -x tools/cqrlog-apparmor-fix
Eric Christensen 580ee9c
chmod -x voice_keyer/voice_keyer.sh
Eric Christensen 1da5aef
3eaf77d
Eric Christensen 1da5aef
%build
3eaf77d
make %{?_smp_mflags}
Eric Christensen 1da5aef
Eric Christensen 1da5aef
Eric Christensen 1da5aef
%install
3eaf77d
%make_install
Eric Christensen 1da5aef
3eaf77d
desktop-file-validate %{buildroot}%{_datadir}/applications/cqrlog.desktop
Eric Christensen 1da5aef
f3abc41
# As of 2.0.4 cqrlog puts icons in both /usr/share/icons and /usr/share/pixmaps
f3abc41
# incorrectly fix it here.
f3abc41
mv %{buildroot}%{_datadir}/icons/cqrlog \
f3abc41
   %{buildroot}%{_datadir}/icons/hicolor
f3abc41
rm -rf %{buildroot}%{_datadir}/pixmaps
0e652af
0e652af
for file in $(find %{buildroot}%{_datadir}/%{name} -name "*.txt"); do
0e652af
    sed -i 's/\r//' $file
0e652af
done
Eric Christensen 1da5aef
sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/ctyfiles/CountryDel.tab
Eric Christensen f140a70
sed -i 's/\r//' %{buildroot}%{_datadir}/%{name}/ctyfiles/MASTER.SCP
Eric Christensen 9228463
Eric Christensen 1da5aef
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
Eric Christensen 1da5aef
3eaf77d
f3abc41
%post
f3abc41
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f3abc41
f3abc41
%postun
f3abc41
if [ $1 -eq 0 ] ; then
f3abc41
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
f3abc41
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f3abc41
fi
f3abc41
f3abc41
%posttrans
f3abc41
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f3abc41
f3abc41
Eric Christensen 1da5aef
%files
3eaf77d
%license src/COPYING
3eaf77d
%doc README.md src/AUTHORS src/CHANGELOG src/README
f3abc41
%{_bindir}/%{name}
3eaf77d
%{_datadir}/%{name}/
f3abc41
%{_datadir}/applications/%{name}.desktop
f3abc41
%{_datadir}/icons/hicolor/*/%{name}.png
Eric Christensen 1da5aef
%{_mandir}/man1/cqrlog.1.gz
Eric Christensen 1da5aef
3eaf77d
Eric Christensen 1da5aef
%changelog
f3abc41
* Tue Jan 17 2017 Richard Shaw <hobbes1069@gmail.com> - 2.0.4-1
f3abc41
- Update to latest upstream release.
f3abc41
5b9a78e
* Mon Aug 29 2016 Richard Shaw <hobbes1069@gmail.com> - 2.0.2-1
5b9a78e
- Update to latest upstream release.
5b9a78e
387433a
* Sat May  7 2016 Richard Shaw <hobbes1069@gmail.com> - 2.0.1-1
387433a
- Update to latest upstream release.
387433a
0e652af
* Thu Mar 24 2016 Richard Shaw <hobbes1069@gmail.com> - 1.9.1-3
0e652af
- Update to latest upstream release.
0e652af
- Add patch to deal with newer fpc.
0e652af
- Remove old dependency on openssl-devel.
0e652af
ba4fcad
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
ba4fcad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ba4fcad
9e673f4
* Wed Dec  2 2015 Richard Shaw <hobbes1069@gmail.com> - 1.9.1-1
9e673f4
- Update to latest upstream release.
9e673f4
3eaf77d
* Thu Jul 23 2015 Richard Shaw <hobbes1069@gmail.com> - 1.9.0-2
3eaf77d
- Bump release for new build so it's newer than the temporary COPR builds.
3eaf77d
b3808e6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-5
b3808e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b3808e6
3eaf77d
* Fri Mar  6 2015 Richard Shaw <hobbes1069@gmail.com> - 1.9.0-1
3eaf77d
- Update to latest upstream release.
3eaf77d
3eaf77d
* Fri Feb  6 2015 Richard Shaw <hobbes1069@gmail.com> - 1.8.3-1
3eaf77d
- Update to latest upstream release.
3eaf77d
Eric Christensen 3cfc65a
* Fri Oct 24 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.8.1-4
Eric Christensen 3cfc65a
- Allowing builds for ARM.
Eric Christensen 3cfc65a
Eric Christensen f65c1f1
* Tue Sep 30 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.8.1-3
Eric Christensen f65c1f1
- Fixed empty debugging (BZ 1126233)
Eric Christensen f65c1f1
60ce96c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
60ce96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
60ce96c
Eric Christensen 1c65b8b
* Mon Jul 28 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.8.1-1
Eric Christensen 1c65b8b
- Program crashed with error about Exceptions.tbl when started for the first time
Eric Christensen 1c65b8b
- After hit enter in New QSO window, it took long time to save QSO
Eric Christensen 1c65b8b
Eric Christensen 1c65b8b
* Mon Jul 21 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.8.0-1
Eric Christensen 1c65b8b
- after click to "Upload all" qso to online logs, info about disabled services is not shown
Eric Christensen 1c65b8b
- added new optimized MySQL configuration file (log should be faster and won't show error about missing tables)
Eric Christensen 1c65b8b
- additional date formats for QSL label printing added (Tom, DL7BJ)
Eric Christensen 1c65b8b
- alert for for callsign on specific mode and band added
Eric Christensen 1c65b8b
- %h CW macro added (sends GM/GA/GE calculated from wkd station local time)
Eric Christensen 1c65b8b
- %rs CW macro added (sends RST_S and replace 9 with N)
Eric Christensen 1c65b8b
- design of gridlists can be changed in Preferences/Fonts/Gridlist settings (Tom, DL7BJ)
Eric Christensen 1c65b8b
- additional options to split RST (TX and RX) in three fields for QSL label printing (Tom, DL7BJ)
Eric Christensen 1c65b8b
- K3NG key support added
Eric Christensen 1c65b8b
- "Use '+' key to add spots to band map" option added to Preferences -> Band map
Eric Christensen 1c65b8b
- program crashed with error about Exceptions.tbl when started for the first time
Eric Christensen 1c65b8b
- Shift+F12 didn't cancel the filtr - fixed
Eric Christensen 1c65b8b
- "Filter is USED!" info wasn't canceled after click to Sort button (filter was disabled)
Eric Christensen 1c65b8b
- reading signal strength from RBN spots fixed
Eric Christensen 1c65b8b
- RBN default port is 7000 not 7300 - fixed
Eric Christensen 1c65b8b
- fixed a bug in DXCC statistics, mode 'Paper QSL only' (Tom, DL7BJ)
Eric Christensen 1c65b8b
- program crashed after close - fixed
Eric Christensen 1c65b8b
- program crashed after click to Cancel in DB connection window
Eric Christensen 1c65b8b
- sunrise, sunse and greeting info was broken - fixed
Eric Christensen 1c65b8b
- xplanet opened from the "New QSO Window" was not centred on own lattitude and longitude
Eric Christensen 1c65b8b
15d9806
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-2
15d9806
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
15d9806
Eric Christensen f3f9518
* Sun Apr 20 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.7.4-1
Eric Christensen f3f9518
- F keys to CW type window added
Eric Christensen f3f9518
- address to RBN server can be changed in Preferences
Eric Christensen f3f9518
- full date (not only year,month) is supported in membership files
Eric Christensen f3f9518
- Close the "Status of log upload" window after successful upload added
Eric Christensen f3f9518
- moved to new LoTW url and updated upload routines
Eric Christensen f3f9518
- band button description is editable (Preferences -> TRX control -> Change default frequencies)
Eric Christensen f3f9518
- 6W/MM0NDX was marked as unknown country instead of Senegal - fixed
Eric Christensen f3f9518
- after View QSO and CTRL+F2 fields was still read-only - fixed
Eric Christensen f3f9518
- QSL information was added to Commend to QSO even if it already exists
Eric Christensen f3f9518
- '+' character is now allowed in any field in New QSO window
Eric Christensen f3f9518
- log could not recover from a wrong upload of updated QSO - fixed
Eric Christensen f3f9518
- '+' as hotkey to add to bandmap function removed, use CTRL+A instead
Eric Christensen f3f9518
- any result from ClubLog with 'Skipping QSO' won't stop uploading of the log
Eric Christensen f3f9518
Eric Christensen 01418b5
* Fri Feb 07 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.7.3-1
Eric Christensen 01418b5
- after hitting ESC in any window opened from NewQSO, cursor will be returned to callsign edit field
Eric Christensen 01418b5
- frequency in New QSO and QSO list wondow is formated to 0.0000
Eric Christensen 01418b5
- added Help -> Keys and shortcut to menu in QSO window
Eric Christensen 01418b5
- RBN integration into GrayLine showed CW speed instead of signal strench - fixed
Eric Christensen 01418b5
- DXCC entity window didn't show when compiled in Debian Sid and Ubuntu 13.10 - fixed
Eric Christensen 01418b5
- when CQRLOG was run for the first time, two mysqld proccesses opened the same database - fixed
Eric Christensen 01418b5
- upload to ClubLog didn't work after enter QSO and delete - fixed (big thanks to Pawel, SQ5LTL)
Eric Christensen 01418b5
- TRX control window's layout was broken with some font sizes - fixed
Eric Christensen 01418b5
Eric Christensen 00c38a4
* Wed Jan 29 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.7.1-1
Eric Christensen 00c38a4
- "When TRX control is not active, use frequency and mode from NewQSO window" option to Preferences->Band map added
Eric Christensen 00c38a4
- CTRL+N hotkey to QSO list window added (do NOT send QSL)
Eric Christensen 00c38a4
- TRX control window was not sizeable - fixed
Eric Christensen 00c38a4
- when ESC was pressed twice in Remote mode, log crashed - fixed
Eric Christensen 00c38a4
- program crashed when freq was entered with comma as decimal separator - fixed
Eric Christensen 00c38a4
- broken grid square statistic fixed
Eric Christensen 00c38a4
Eric Christensen 00c38a4
Eric Christensen 2181e11
* Wed Jan 15 2014 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.7.0-1
Eric Christensen 2181e11
- online QSO upload to HamQTH, ClubLog and HRDLog added
Eric Christensen 2181e11
- improved QSL managers import, should be faster a bit
Eric Christensen 2181e11
- "Long Path" button to Rotor Control added (Darek, SP2MKI)
Eric Christensen 2181e11
- COMMENT field is exported to eQSL server
Eric Christensen 2181e11
- Always overwrite info from previous QSO with callbook data option added
Eric Christensen 2181e11
- help updated
Eric Christensen 2181e11
- country files updated
Eric Christensen 2181e11
- membership files updated
Eric Christensen 2181e11
- layout improved (mostly new QSO window)
Eric Christensen 2181e11
- LoTW QSL RCVD was not imported when ADIF didn't include LOTW_QSLRDATE value - fixed
Eric Christensen 2181e11
- CONTESTIA mode was saved as CONSTESTI (increased max length of mode to 10 characters) - fixed
Eric Christensen 2181e11
- ReverseBeacon support in Gray line didn't work - fixed
Eric Christensen 2181e11
- after click to OK button in Preferences, bandmap stopped deleting old spots - fixed
Eric Christensen 2181e11
- bandmap was not updated when any spot was not added - fixed
Eric Christensen 2181e11
- station was added to bandmap when offline mode was activated - fixed
Eric Christensen 2181e11
- big square statistics didn't work in newer versions of distributions - fixed
Eric Christensen 2181e11
- QSO JT65* mode were not confirmed by eQSL - fixed
Eric Christensen 2181e11
f087411
* Wed Dec 25 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.6.1-2
f087411
- Let rpmbuild strip executable (#1008236).
f087411
Eric Christensen d75c453
* Thu Nov 14 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.6.1-1
Eric Christensen d75c453
- 630M band added
Eric Christensen d75c453
- added OQRS (online QSL request system) to QSL sent menu
Eric Christensen d75c453
- added "Always sort by QSO date" option to Search function
Eric Christensen d75c453
- cursor is moved to last opened log in DB connection window
Eric Christensen d75c453
- "Ask before creating a backup" option to "Auto backup" added
Eric Christensen d75c453
- band map is much faster, a few optimization added
Eric Christensen d75c453
- program froze for a few milliseconds with every bandmap refresh - fixed
Eric Christensen d75c453
- "MySQL server has gone away" problem fixed
Eric Christensen d75c453
- membership values collation were case sensitive - fixed
Eric Christensen d75c453
- ADIF import sometimes crashed with access violation, now will show what happened
Eric Christensen d75c453
- qrz search with right click on a call in the recent QSOs list didn't work
Eric Christensen d75c453
- band map font settings was not loaded when program started
Eric Christensen d75c453
Eric Christensen f140a70
* Tue Sep 10 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.6.0-2
Eric Christensen f140a70
- Fixed rpmlint problems.
Eric Christensen f140a70
Eric Christensen 63d8328
* Tue Sep 10 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.6.0-1
Eric Christensen 63d8328
- your CQ received by RBN will be visible in gray line map
Eric Christensen 63d8328
- local mysqld is executed only when the log is stored to local machine
Eric Christensen 63d8328
- added JT9 to list of modes
Eric Christensen 63d8328
- added Power field to filter window
Eric Christensen 63d8328
- option to show distance in miles instead of km added
Eric Christensen 63d8328
- limit of max QSO on QSL label increased
Eric Christensen 63d8328
- added whole new bandmap with frequecy indicator
Eric Christensen 63d8328
- double click on bandmap didn't work when the spot had split info - fixed
Eric Christensen 63d8328
- propagation info in spot notes has correct format
Eric Christensen 63d8328
- existing band map record was not updated from dx cluster
Eric Christensen 63d8328
- program didn't accept ITU zones 78 and 90 - fixed
Eric Christensen 63d8328
- program used QTH from previous QSO even is the station was /P - fixed
Eric Christensen 63d8328
Eric Christensen 7567ac6
* Mon Aug 12 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.8-5
Eric Christensen 7567ac6
- Added exclusion for armv7hl arch.
Eric Christensen 7567ac6
f9bb94b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.8-4
f9bb94b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f9bb94b
Eric Christensen 02e4e1f
* Fri Jul 12 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.8-3
Eric Christensen 02e4e1f
- Fixed libmysqlclient.so.18 dependency
Eric Christensen 02e4e1f
Eric Christensen 956a801
* Wed Jul 10 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.8-2
Eric Christensen 956a801
- Fixed openssl dependency.
Eric Christensen 956a801
Eric Christensen b7d4030
* Tue Jul 9 2013 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.8-1
Eric Christensen b7d4030
- Upgraded to version 1.5.8
Eric Christensen b7d4030
- Nothing happened after double click on bandmap spot - fixed
Eric Christensen b7d4030
- Enter key in Filter window will activate the filter
Eric Christensen b7d4030
- Blank locator field in Group edit clears locator field
Eric Christensen b7d4030
- ADIF export didn't contain DXCC field with ADIF id of the country
Eric Christensen b7d4030
- grayline caused program crash after compile with recent FPC and Lazarus versions
Eric Christensen b7d4030
- When the grid was in lowercase, the Big square statistic was broken
Eric Christensen b7d4030
- Bandmap didn't worked if the freq of QSO precision was to one Hz
Eric Christensen b7d4030
- Debug level settings didn't worked at all
Eric Christensen b7d4030
- QSO will be confirmed when time difference between QSO and QSO from LoTW is not more than 10 minutes
Eric Christensen b7d4030
Eric Christensen b7d4030
Eric Christensen a8af113
* Wed Jun 19 2013 Eric "Sparks" Christensen - 1.5.6-1
Eric Christensen b7d4030
- Upgrade to version 1.5.6
Eric Christensen b7d4030
- if any error message about LoTW import appear, you can open it in external app directly from CQRLOG
Eric Christensen b7d4030
- LoTW upload url changed
Eric Christensen b7d4030
- fixed "An invalid integer value" error during label export
Eric Christensen b7d4030
- import of QSO with custom digi mode didn't worked if the list of modes didn't ended with comma (,) - fixed
Eric Christensen b7d4030
- bandmap didn't worked if the freq of QSO precision was to ten Hz
Eric Christensen b7d4030
- station with /AM and /MM caused error "You must enter correct WAZ zone!" - fixed
Eric Christensen b7d4030
- removed mode from search criteria to confirm QSO via LoTW
Eric Christensen b7d4030
- QSO will be confirmed when time difference between QSO and QSO from LoTW is not more than 1 hour
Eric Christensen b7d4030
- default debug level is set 0, if you want to get more info what cqrlog does, run it with debug=1 or more
Eric Christensen a8af113
Eric Christensen 8b1331a
* Fri Mar 29 2013 Eric "Sparks" Christensen - 1.5.4-1
Eric Christensen 8b1331a
- Upgrade to version 1.5.4
Eric Christensen 8b1331a
- fixed problem with MASTER.SCP
Eric Christensen 8b1331a
- added support for Super Check Partial (Window -> Super Check Partial)
Eric Christensen 8b1331a
- added Tune function (for WinKeyerUSB and cwdaemon), hotkey CTRL+T
Eric Christensen 8b1331a
- added Repair table function to database connection window (Utils button)
Eric Christensen 8b1331a
- improved export for QSL labels printing (labels are sorted by dxcc, you can choose what fields will be be printed)
Eric Christensen 8b1331a
- updated membership tables
Eric Christensen 8b1331a
- fixed program crash when editing DX cluster info
Eric Christensen 8b1331a
- CW keys window doesn't show caption for F9 and F10 keys
Eric Christensen 8b1331a
- ADIF export ignored delimitter in TX_PWR (0.5 was exported as 05)
Eric Christensen 8b1331a
- CQRLOG killed rigctld even when autostart was disabled
Eric Christensen 8b1331a
- double click to spots listed with SH/DX didn't work
Eric Christensen 8b1331a
- QSO list window showed filter is enabled after reopen (filter was disabled)
Eric Christensen 8b1331a
- login to eQSL with password containing special character didn't work
Eric Christensen 8b1331a
- when QSO passed over the midnight, the qso was saved with wrong date
Eric Christensen 8b1331a
Eric Christensen 763d9a2
* Thu Feb 28 2013 Eric "Sparks" Christensen - 1.5.2-6
Eric Christensen 6c0474d
- Fixed OpenSSL requirements
Eric Christensen 6c0474d
Eric Christensen 0d87576
* Fri Feb 22 2013 Eric "Sparks" Christensen - 1.5.2-5
Eric Christensen 0d87576
- Repaired desktop category
Eric Christensen 0d87576
Eric Christensen 0d87576
* Fri Feb 22 2013 Eric "Sparks" Christensen - 1.5.2-4
Eric Christensen 0f342ee
- Changed openssl-devel from BuildRequires to Requires as it is needed for LoTW functionality
Eric Christensen 0f342ee
e96c0cb
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
e96c0cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e96c0cb
c02ff3c
* Tue Oct 9 2012 Dan Horák <dan[at]danny.cz> - 1.5.2-2
c02ff3c
- set ExcludeArch to match fpc
c02ff3c
Eric Christensen 9228463
* Mon Oct 8 2012 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.2-1
Eric Christensen 9228463
- added CTRL+W hotkey to send spots to dxcluster
Eric Christensen 9228463
- DX cluster shows also country name next to the spot (must be enabled in Prefereces)
Eric Christensen 9228463
- international characters in New QSO window should work again
Eric Christensen 9228463
- DX spots with freq eqauls to the start of the band (21.000, 14.000 etc., usually notes) are ignored
Eric Christensen 9228463
- HamQTH added to dx clusters list
Eric Christensen 9228463
- fixed reading A-index (was 1 even when actually was 10)
Eric Christensen 9228463
- /MM, /AM and stations with unknown DXCC country didn't appear in bandmap
Eric Christensen 9228463
- database update hangs
Eric Christensen 9228463
- fixed xml request address of qrz.com
Eric Christensen 9228463
- DXCC CFM count function didn't uses eQSL cfm QSO
Eric Christensen 9228463
- fixed reading mode from FT-920 (returned MEMO as VFO)
Eric Christensen 9228463
- fixed bug in dxcluster caused program crashed randomly
Eric Christensen 9228463
- program didn't apply eQSL rcvd when the band was in lowercase
Eric Christensen 9228463
Eric Christensen 1da5aef
* Tue Aug 14 2012 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 1.5.1-1
Eric Christensen 1da5aef
- Initial package