Skip to content

Commit

Permalink
Add the ICOM IC-7300 to the build and package it
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Balmer committed Mar 31, 2024
1 parent db85a9a commit c23e109
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include /etc/os-release

VERSION= 1.1.4
VERSION= 1.1.5
RELEASE= 1

PG_VERSION?= 16
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
trx-control (1.1.5-1) stable; urgency=low

* Add a driver for the ICOM IC-7300 transceiver.

-- Marc Balmer HB9SSB (trx-control package signing) <info@hb9ssb.ch> Sun, 31 Mar 2024 11:00:00 +0100

trx-control (1.1.4-1) stable; urgency=low

* Add a driver for the Yaesu FT-857 transceiver.
Expand Down
5 changes: 5 additions & 0 deletions package/redhat/trx-control.spec
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ trx-control software repository
/usr/share/trxd/protocol/simulated.lua
/usr/share/trxd/trx-controller.lua
/usr/share/trxd/trx/icom-ic-705.lua
/usr/share/trxd/trx/icom-ic-7300.lua
/usr/share/trxd/trx/simulator.lua
/usr/share/trxd/trx/yaesu-ft-710.lua
/usr/share/trxd/trx/yaesu-ft-817.lua
Expand Down Expand Up @@ -136,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
%{__make} clean

%changelog
* Sun Mar 31 2024 Marc Balmer HB9SSB <info@hb9ssb.ch>

- Add a driver for the ICOM IC-7300 transceiver.

* Thu Mar 28 2024 Marc Balmer HB9SSB <info@hb9ssb.ch>

- Add a driver for the Yaesu FT-857 transceiver.
Expand Down
5 changes: 5 additions & 0 deletions package/suse/trx-control.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ trx-control software repository
/usr/share/trxd/protocol/simulated.lua
/usr/share/trxd/trx-controller.lua
/usr/share/trxd/trx/icom-ic-705.lua
/usr/share/trxd/trx/icom-ic-7300.lua
/usr/share/trxd/trx/simulator.lua
/usr/share/trxd/trx/yaesu-ft-710.lua
/usr/share/trxd/trx/yaesu-ft-817.lua
Expand Down Expand Up @@ -132,6 +133,10 @@ rm -rf $RPM_BUILD_ROOT
%{__make} clean

%changelog
* Sun Mar 31 2024 Marc Balmer HB9SSB <info@hb9ssb.ch>

- Add a driver for the ICOM IC-7300 transceiver.

* Thu Mar 28 2024 Marc Balmer HB9SSB <info@hb9ssb.ch>

- Add a driver for the Yaesu FT-857 transceiver.
Expand Down
1 change: 1 addition & 0 deletions trx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TRX= icom-ic-705.lua \
icom-ic-7300.lua \
simulator.lua \
yaesu-ft-710.lua \
yaesu-ft-817.lua \
Expand Down

0 comments on commit c23e109

Please sign in to comment.