53 Commits

Author SHA256 Message Date
Ana Guerrero
ce7fab5c33 Accepting request 1240502 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1240502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=22
2025-01-27 19:56:11 +00:00
Dmitry Roshchin
6576bf8213 hamlib 4.6.1
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=49
2025-01-27 11:04:29 +00:00
Ana Guerrero
e09852c813 Accepting request 1237077 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1237077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=21
2025-01-12 10:23:06 +00:00
Martin Pluskal
ba256a51e1 add patches from upstream fixing Tucnak build
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=47
2025-01-11 19:24:58 +00:00
Ana Guerrero
ef901cbf65 Accepting request 1233891 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1233891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=20
2025-01-01 22:04:40 +00:00
Martin Pluskal
46366b5ad4 - Update to version 4.6 (2024-12-24)
* send_raw can now take hex digits as colon-separated -- e.g.
    send _raw icom xfe:xfe:x94:xe0:03:xfd
  * Add IC7760
  * IC7300 Mode filter can now be set by # (i.e. 1,2,3) 
  * Fixed AF6SA WRC rotor controller
  * Added Rhode&Schwarz XK852
  * Added Xiegu X6200
  * Added Commradio CTX-10
  * Added Guoehe PMR-171
  * Added csntechnoligies.net S.A.T Satellite rotor control
  * Added PSTRotator control
  * Added Flex SmartSDR slices A-H
  * Added Motorola Micom M2/M3
  * Added SDR Radio SDRConsole -- TS-2000 is now hardware flow
    control so need separate entry
  * Added --set-conf=filter_usb, filter_usbd, and filter_cw to
    allow Icom rigs set mode to set filter number too
  * Added macros for applications to obtain pointers to Hamlib
    structures(issues #1445, #1420, #487). Internal conversion is
    still a WIP, but use of these macros will make the final cutover
    transparent to applications. 
  * Added Guohe Q900 entry 
  * Unify behavior of all rigctl split commands
  * Make the set_split_* commands modify the state of the specified
    split VFO -- the current or targeted VFO do not have any effect
  * Make the set_split_* commands enable split automatically if not
    enabled
  * Make the get_split_* commands return frequency of 0 Hz, mode
    NONE and filter of 0 Hz if split is not enabled
  * Allow all split commands to avoid VFO swapping if supported by
    the rig model
  * Improve Icom backend to set/get frequency, mode and filter
    without VFO swapping if supported by the rig model
  * Improve Yaesu newcat backend split handling
  * Expose "Targetable features" (RIG_TARGETABLE_*) in dump_caps
    output to allow clients to determine which commands can be
    executed  without VFO swapping
  * Added RIG_FUNC_SYNC for FTDX101D/MP
  * Added Barrett 4100
  * Added DL2MAN (tr)uSDX -- needs refinement
  * Added Thetis entry -- derived from FlexRadio/Apache PowerSDR
  * Added VOICE/CW memory capability to many rigs -- thanks to David
    Balharrie M0DGB/G8FKH
  * Add -# --skip_init option to rigctl to skip rig initialization --
    useful for executing commands quickly
  * rig_caps is no longer constant -- this may break some 3rd party
    relying on the "const" declaration.
  * IC7610 now has IPP, DPP, and TX_INHIBIT functions set/get
  * Hamlib now starts a multicast server that sends out rig
    information. Does not receive commands yet. See README.multicast
  * rigctld has new -b/bind-all option to try all interfaces
    -- restores original behavior. This was done to fix duplicate
    rigctld instances on Windows
  * Yaesu rigs can now use send_morse to send keyer message 1-5
    or a CW message up to 50 chars (which will use memory 1)
  * rig set level METER can now take SWR,COMP,ALC,IC/ID,DB,PO,
    VDD,TEMP arguments to set which meter to display
  * reg get level displays meter number=name now
  * Added parm BANDSELECT for Yaesu rigs
    'p BANDSELECT' returns current band of VFOA
    'P BANDSELECT BAND160M' example selects the 160M band
    'P BANDSELECT ?' shows  bands available for the rig
  * Added rig_cm108_get/set_bit to API and get/set_gpio to
    rigctl(d) for GPIO1,2,3,4 access on CM108
  * Added BG2FX FX4/C/CR/L
  * Fixed IC7610 to use new 0x25 0x26 command added in latest
    firmware
  * Fix W command in rigctld to work properly -- can take
    terminating char or # of bytes to expect
  * Add rig_set_debug_filename so Python can redirect debug stream
  * Fix Yaesu LBL_NR to use proper values
  * Add IC-905
  * Add Anytone D578UVIII -- should work on any D558 model and
    perhaps others too
  * Add saebrtrack rotor
    https://sites.google.com/site/marklhammond/saebrtrack
  * Add offset_vfoa and offset_vfob applying to rig_set_freq
  * Fix K4 to put it in K40 mode when requesting ID
  * Fixes for M2 Rotors
  * Add rigctlsync utility to synchronize frequency from a rig
    to SDR# (or others)
  * Add SDR# rig for use with SDR#'s gpredict plugin -- can only
    get/set freq 
  * Add Apex Shared Loop rotator -- unidirectional only so far
  * Add client_version to rigctld so client can report it's
    version for future use/compatibility/alternatives
  * Add --set-conf=tuner_control_pathname=hamlib_tuner_control
    (default). If file exists then it will be called with 0/1
    (Off/On) argument with 'U TUNER 0' or 'U TUNER 1". Default
    path is for current directory
  * Add MDS 4710/9710 rigs
  * Add FLIR PTU-D48, E46, D100, D300 rotors
  * Fix FTDX3000 rig split
  * Fix rigctld/rigctltcp information
  * Fix FT817 get/set_vfo
- remove patch hamlib-add-stdlib-header.patch (applied upstream)

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=45
2024-12-30 09:49:15 +00:00
Ana Guerrero
7339ca4848 Accepting request 1204015 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1204015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=19
2024-09-27 15:11:12 +00:00
Dmitry Roshchin
90e56933d3 - add patch hamlib-add-stdlib-header.patch to fix the build for
Tumbleweed

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=43
2024-09-27 05:52:17 +00:00
Dominique Leuenberger
0ba7afa6f3 Accepting request 1088524 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1088524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=18
2023-05-23 12:54:40 +00:00
Martin Pluskal
9d15171790 Accepting request 1088448 from home:AndreasStieger:branches:hardware:sdr
- switch to upstream bootstrapped tarball
- add upstream signing key and verify source signature
- drop obsolete texinfo macros

OBS-URL: https://build.opensuse.org/request/show/1088448
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=41
2023-05-23 06:45:33 +00:00
Dominique Leuenberger
238b64ac26 Accepting request 1078383 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1078383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=17
2023-04-11 11:51:55 +00:00
Martin Pluskal
4525ce5117 Accepting request 1078165 from home:wkazubski:test:science
- Update to version 4.5.5 (2023-04-05)
  * Add park to rotorez.c
  * Fix rig power on/off from rigctl cmd line and rigctld
  * Enable async mode by default to prevent WSJT-X crash on IC9700
    with transceive on
  * Fix IC7610 get_powerstat to disable it -- cannot read power status
  * Fix K3 K22 command error for remote operations
  * Fix Gemini DX1200 gemini_set_level
  * Fix async I/O to not call flush
  * Change EX startup commands for Yaesu rigs to allow 
    errors...Win4Yaesu not recognizing EX commands
  * Fix jst145 set_freq and get_freq
  * Restore tcflush as some odd behavior was seen that tclush fixes
  * Fix XG3 operations
  * Separate the validation cmd in newcat.c to allow rig
    post_write_delay to be in effect
  * Increase post_write to 20ms for FT710
  * Add attenuator level control for TS890
  * Update SMeter/SWR tables for TS890
  * Add fix for TMD700
  * Improve FT-857 get_vfo response when error occurs
  * Allow FT-857 to use cached vfo on get_vfo when error
    occurs reading EEPROM
  * Fix FTDX10 FT710 set_level AF
  * Fix FT-450D detection
  * Fix VFO A/B swapping for gpredict -- hopefully better
    behavior for VFO swapping rigs. Should avoid setting RX freq
    while TX and avoid TX freq while RX
  * Fix QRP QDX PTT to new TQ command due to firmware changes
  * Remove EX103 check for FTDX5000
  * Fix K3/K3S VFOB setting of mode/width
  * Fix AGC level display in rigctld
  * Change FTDX10 to no serial handshake
  * Add TS2000 to has_ps exception
  * Add FT991 to 60M exception
  * Fix get_powerstat bad call in rigctl_parse.c
  * Really fix CM108 ptt_bitnum usage
  * Fix Elecraft power2mW precision/accuracy
  * Fix power on/off/on for Icom rigs with rigctld power_on=0

OBS-URL: https://build.opensuse.org/request/show/1078165
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=39
2023-04-11 08:49:44 +00:00
Dominique Leuenberger
d911fd4920 Accepting request 1058086 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1058086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=16
2023-01-13 23:02:38 +00:00
Martin Hauke
4adfdd82d2 Accepting request 1058085 from home:wkazubski:test:science
- Update to version 4.5.4 (2023-01-10)
  * Fix CM108 ptt setting for non-default usage
  * Fix power on/off for Icom rigs with rigctld power_on=0
  * Fix get_powerstat status return for non-PS kenwood rigs
  * Fix FT-710, FTDX10, FTDX101D/MP usage on 60M
  * Fix timing on NRD-535D
  * Fix AGC levels with rigctld
  * Fix FTDX3000 EX039 error
  * Fix Elecraft power2mW operation
  * Fix rig_power2mW so it checks all ranges
  * Allow rigctld to start with autopower_on=0 to avoid startup
    timeouts when rig is powered off
  * Fix dummy device to work with grig by disallowing empty "u" call
  * Fix ID5100 and promote to stable and hopefully ID4100 too
  * Remove get_powerstat from Icom ID-5100,ID-4100,ID-31,ID-51 and
    fix get/set freq in all

OBS-URL: https://build.opensuse.org/request/show/1058085
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=37
2023-01-12 23:47:31 +00:00
Dominique Leuenberger
70f28a92ef Accepting request 1046007 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1046007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=15
2023-01-02 14:01:53 +00:00
Martin Hauke
dfa13b33e2 Accepting request 1046005 from home:wkazubski:test:science
- Update to version 4.5.3 (2022-12-31)
  * Fix serial.c for hardware flow control on Linux and MacOSy
  * Add QRPLabs QCX/QDX rig -- not quite a TS480
  * Fix QRP QRDX firmware bugs in IF message so PTT works now
  * FTDX5000 will now remember startup front/read settings and restore it
  * Fix FTDX5000 write_delay with microham

OBS-URL: https://build.opensuse.org/request/show/1046005
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=35
2023-01-01 16:06:20 +00:00
Dominique Leuenberger
7d3dad1b5d Accepting request 1045466 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1045466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=14
2022-12-27 10:55:03 +00:00
Martin Pluskal
4cfc4b4f89 Accepting request 1045463 from home:wkazubski:test:science
- Update to version 4.5.2 (2022-12-23)
  * Fix PowerSDR ability to do commands while powered off
  * Fix TX-500 operations
  * Fix FTDX5000 to return to MIC input on closing
  * Fix rig.c calling rig_get_mode when backend does not have get_mode
  * Fix kenwood_ts890_get_level
  * Add Prosistel D elevation CBOX az to fix problem with azimuth
    control
  * Fix FT736R gpredict usage by adding cached get_freq
  * Fix get_powerstat problem with Log4OM/Flex and others
  * Fix -R option to not need argument
  * Fix -R option to close rig on last rigctld client disconnect
  * Add FTDX1200 to rigs that need to ensure PTT is off before
    changing frequency
  * Add --disable-parallel configure option for mingw builds on Linux

OBS-URL: https://build.opensuse.org/request/show/1045463
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=33
2022-12-27 09:41:40 +00:00
Dominique Leuenberger
6ce380fda0 Accepting request 1042007 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1042007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=13
2022-12-10 20:18:49 +00:00
Martin Hauke
eb759169c0 Accepting request 1041961 from home:wkazubski:test:science
- Update to version 4.5.1 (2022-12-08)
 * FT2000, FTDX3000/D, FT891, FT991, FT950, FTDX5000 now set CAT TOT
   to 100ms
 * Add missing NB2 setting to FT-950, FTDX-1200, FTDX-3000, FTDX-5000,
   FTDX-9000
 * Add missing meter reading to TS-890S -- thanks to Geore Baltz N3GB
 * Fix FT736 VFOB freq and mode set
 * Added send_raw to rigctl -- see rigctl man page
 * Fix AGC Level dumpcaps on most rigs
 * Fix rig_send_raw to return bytes read, fill buffer, and also work
   with fixed length response/null terminator
 * Change all Kenwood rigs to 500ms serial timeout
 * Fix dumpcaps filter printout to only show declared filters
 * Fix triggering PTT on XGComms device on Linux
 * Fix level_gran in all rigs
 * Add RIG_FUNC_TUNER to flrig.c
 * Fix FT-991 level_gran (needs to be done for lots of rigs)
 * Fix man page rigctl to show units for LEVEL items
 * Fix Flex6xxx if_len
 * Fix FLRig set_ptt
 * Fix missing KEYSPD to TS890
 * rigctl 'W' command can now use a singled char terminator like ;
   that allows for variable length responses with no timeout --
   e.g.  WFA; ;
 * New RIG_LEVEL_USB_AF to control audio gain from rig to computer
   -- to allow AGC function in software using RF and USB_AF
 * Add RIG_LEVEL_AGC_TIME to allow AGC/OFF to be set for IC-7300,
   IC-9700, IC-705
 * Add RIG_FUNC_OVF_STATUS to get overflow status for IC-7300,
   IC-9700, IC-705, and IC-R8600

OBS-URL: https://build.opensuse.org/request/show/1041961
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=31
2022-12-10 16:44:38 +00:00
Dominique Leuenberger
056567212a Accepting request 1033607 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1033607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=12
2022-11-05 13:46:56 +00:00
Martin Hauke
9dceee895e Accepting request 1033454 from home:wkazubski:test:science
- Update to version 4.5 (2022-10-30)
  * New rotator utility https://www.pianetaradio.it/blog/catrotator/
  * Add FT-710
  * Add Rohde&Schwartz EK89X receiver
  * Add Xeigu X5105
  * Add Gemini DX-1200 HF-1K Amplifiers
  * Kenwood rigs should now support AI command packets
  * Add FT-990UNI for older 990 ROMs 1.2 and earlier
  * Add FT-650
  * Add get_separator and set_separator and -S option for rigctld -- node-red applicability
  * Add GRBLTRK rotor project -- two axis rotor
  * enum meter_level_e is deprecated and will be removed in 4.6
  * Add SDRPlay SDRUno rig -- can now use Data/Pkt in WSJTX
  * Add ability to use cat_string to FLRig via the "w" and "W" commands
  * Add -B/--mapa2b to rigctlcom
    Allows rigctlcom to map set_freq on VFOA to VFOB instead
    This will allow CW Skimmer to work with some rigs (e.g. IC7300) using FM
    mode on VFOA and CW mode on VFOB and split mode transmit on VFOB.
    Clicking on CW Skimmer will change VFOB instead of VFOA to allow
    working dxpeditions where the fox is staying on frequency
  * Add password capability to rigctld via -A switch. 
    rigctld -A will produce a consistent shared key for any
    specific password that can used in \password and rig_set_password
    TBD The shared key can also be placed in .hamlib_settings 
  * Asynchronous rig data output handling to support transceive
    and spectrum data. Mikael, OH3BHX
  * See new set_conf option async for some Icom rigs
  * Multicast UDP packet output for asynchronous data. Mikael, OH3BHX
  * Rig state poll routine to serve commonly used data like frequency
    and mode from cache. Mikael, OH3BHX
  * deprecated hamlib_port_t at front of rig_state structure -- new
    one at end of structure
  * New rig_send_raw to send/read raw command to rig
  * New RIG_LEVEL_BAND_SELECT for Yaesu rigs
  * New rig_get_conf2 to replace rig_get_conf buffer overflow potential
  * New rot_get_conf2 to reaplce rot_get_conf buffer overflow potential
  * Added Barrett 4050 -- not functional yet
  * Added TCI 1.X -- not functional yet
  * Added TM-V71(A)
  * Added IC-F8101
  * Added JRC JST-145 and JST-245
  * Added Xiegu X108G, G90, and X6100
  * Added CODAN Envoy and NGS
  * Added Lab599 TX-500
  * Added GOMSPACE GS100
  * Deprecated: rigctl commands \set_trn (A) and \get_trn (a) as
    they never worked as intended
  * Deprecated: field rig_caps.transceive and RIG_TRN_* macros

OBS-URL: https://build.opensuse.org/request/show/1033454
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=29
2022-11-04 18:52:26 +00:00
Dominique Leuenberger
11585b128c Accepting request 952037 from hardware:sdr
- Be less strict with required interpreters for tcl and perl
  subpackages (bsc#1195260)
- Drop python2 subpackage as its not relevant to any supported
  openSUSE release

OBS-URL: https://build.opensuse.org/request/show/952037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=11
2022-02-07 22:38:04 +00:00
Martin Pluskal
6f58f358cf - Be less strict with required interpreters for tcl and perl
subpackages (bsc#1195260)
- Drop python2 subpackage as its not relevant to any supported
  openSUSE release

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=28
2022-02-07 07:39:12 +00:00
Dominique Leuenberger
baf0a8fbcc Accepting request 937315 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/937315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=10
2021-12-09 18:45:28 +00:00
Martin Hauke
67d145641a Accepting request 936759 from home:wkazubski:test:science
- Fixed source URL and duplicate license files

OBS-URL: https://build.opensuse.org/request/show/936759
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=27
2021-12-08 21:34:05 +00:00
Martin Hauke
9757d6b650 Accepting request 935722 from home:wkazubski:test:science
- Update to version 4.4
  * Icom rigs now default filter 2 when setting PKTUSB but user can
    override 
  * Fix FTDX9000 meter readings
  * Add Android sensor as a rotator
  * Added rig_get_vfo to some Icom rigs that have XCHG or 0x25
    command capability
  * Added ability to build hamlib with docker
  * Added M0NKA mcHF URP rig
  * Faster serial i/o noticeable on higher baud rates
  * IC7300/9700/7800/785x set_clock/get_clock routines
    added -- no auto set yet
  * Yaesu FT1200/891/991/DX10/DX101/DX101MP set_clock/get_clock
    routines added

OBS-URL: https://build.opensuse.org/request/show/935722
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=26
2021-12-04 23:19:07 +00:00
Dominique Leuenberger
a229fcfb79 Accepting request 920195 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/920195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=9
2021-09-20 21:33:09 +00:00
Martin Hauke
1de7c86725 Accepting request 920194 from home:wkazubski:test:science
- Fixed source URL

OBS-URL: https://build.opensuse.org/request/show/920194
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=25
2021-09-19 22:28:01 +00:00
Martin Hauke
eb27d24b81 Accepting request 920040 from home:wkazubski:test:science
- Update to version 4.3.1
  * Bug fix release
    - Do not do vfo_fixup on satmode rigs
    - Fix compilation of misc.c with gmtime_r replacement function
      for mingw
    - Fix python build.  For some reason casting tp vfo_t in the
      RIG_VFO_N macro broke the swig parsing
    - Append the missing information to build hamlib v4.3 for
      Android NDK
    - Change set_icom_set_mode_with_data to not change mode unless
      necessary
    - Since Icom rigs default to filter 2 if a filter is not
      selected we will do the same when turning on data mode
    - Fix segfault in kenwood_set_vfo
    - scripts: Update example in readme, since 4.0 817 is 1020
    - Make testlibusb.c compatible with libusb < 1.0.23
      Note: On systems with libusb < 1.0.23 a warning will be
      emmitted but compliation should proceed without error.
    - Update testlibusb.c warning to "may be" instead of "will be"
    - Change kenwood to only set VFOA default on 1st rig_open call
- Update to version 4.3
  * libusb-1.0.23 or greater is now required or use --without-libusb
  * Generating documentation now requires GNU source-highlighter.
  * Added IC-575
  * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX
    and JTDX
  * Dual rotator control in rotctl -R option
  * Started work on simulators -- very crude right now but usable
    to debug some things
  * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should
    work for rigs capable of it
    Starting VFO does not matter -- rig will end up on RX VFO
      S VFOA 1 VFOB
      S VFOB 1 VFOA
      S Main 1 Sub
      S Sub 1 Main

OBS-URL: https://build.opensuse.org/request/show/920040
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=24
2021-09-18 16:17:23 +00:00
Dominique Leuenberger
765e4127f4 Accepting request 894348 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/894348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=8
2021-05-19 15:49:49 +00:00
Martin Pluskal
5d8b487b29 Accepting request 894151 from home:susnux:branches:hardware:sdr
Update to version 4.2

OBS-URL: https://build.opensuse.org/request/show/894151
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=22
2021-05-19 12:57:55 +00:00
Dominique Leuenberger
6b00f2126f Accepting request 879572 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/879572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=7
2021-03-17 19:16:33 +00:00
Martin Hauke
e03c4298e0 Accepting request 879525 from home:wkazubski:test:science
- Update to version 4.1
  * rigctld and rigs should be more robust for disconnect problems
  * Several fixes for Icom and Yaesu rigs
  * Nobody should need to use rig->caps or rig->state anymore
  * New rig_get_caps_int and rig_get_caps_cptr functions to replace
    using caps-> values
  * New rig_get_function to replace using caps-> function pointers
  * Fix shared library problem with WSJTX, JTDX, and JS8Call
  * New model Barrett 950

OBS-URL: https://build.opensuse.org/request/show/879525
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=20
2021-03-17 07:27:26 +00:00
Dominique Leuenberger
e6f58508bf Accepting request 861021 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/861021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=6
2021-01-07 20:24:58 +00:00
Martin Pluskal
d6370a30c2 Accepting request 860977 from home:jgwang:branches:hardware:sdr
Update to version 4.0

OBS-URL: https://build.opensuse.org/request/show/860977
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=18
2021-01-07 11:28:39 +00:00
Dominique Leuenberger
762e6af52c Accepting request 799201 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/799201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=5
2020-05-01 09:13:57 +00:00
Martin Pluskal
a3675b84af Accepting request 799181 from hamradio
OBS-URL: https://build.opensuse.org/request/show/799181
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=16
2020-04-30 11:10:23 +00:00
Dominique Leuenberger
83de5b4afa Accepting request 797594 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/797594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=4
2020-04-27 21:34:00 +00:00
Martin Hauke
70245aa674 Accepting request 797588 from home:pluskalm:branches:hardware:sdr
- Do not build python2 bindings for Tumbleweed
- Modernise spec file

OBS-URL: https://build.opensuse.org/request/show/797588
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=14
2020-04-25 08:28:26 +00:00
Martin Hauke
5e5b07d32e Accepting request 797580 from hamradio
OBS-URL: https://build.opensuse.org/request/show/797580
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=13
2020-04-25 07:10:54 +00:00
Dominique Leuenberger
233c946757 Accepting request 632448 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/632448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=3
2018-09-03 08:34:20 +00:00
Martin Pluskal
c459f9cf62 Accepting request 632367 from home:mnhauke:sdr-devel
- Update to version 3.3
  * New models, R&S xk2100, TRXMAnager, Meade LX200
  * HTML manual is now generated at 'make dist' so users don't
    need GNU Info tools installed.  TNX Greg, N1DAM for the suggestion.
  * Handle longer udev generated file names up to 512 characters
  * Add debug time stamps with new '-Z' option and '--debug-time-stamps'
    options to rigctl, rotctl, rigctld, and rotctld utilities.
  * rigctld/rotctld continue working after serial or TCP device
    disappears.
  * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710,
    OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl.
  * Update utility manual pages (section 1) and remove their reference
    material from the Info manual so it only needs to be update in one
    file.
  * Add new general project manual pages (section 7) and edit the Info
    manual to match.  These should not change much so keeping them in
    sync should not be too much of a burden.  The Info manual may be
    removed at some point in the future.
  * Last planned release of the present API/ABI.  Future releases will
    require recompilation and relinking by client programs using the C
    library interface (programs that only use the network daemons should
    be unaffected).

OBS-URL: https://build.opensuse.org/request/show/632367
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=11
2018-08-31 07:01:53 +00:00
Dominique Leuenberger
edabffc734 Accepting request 593484 from hardware:sdr
- Update dependencies

- Update to version 3.2
  * New models, IC-7850/IC-7851 in IC-785x.  Mike, W9MDB
  * Fix ft991_get_mode, Mike, W9MDB
  * New model, FT-891.  Mike, W9MDB
  * New Barrett 2050 backend, Mike, W9MDB
  * New Flrig backend, Mike, W9MDB
  * New model, IC-M710, Mike, W9MDB
  * Build instructions and test script for Python3
  * Rename autogen.sh to bootsrap and don't call configure
  * micro-ham support. Christoph, DL1YCF
  * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
  * New model, Flex 6400/6600, Mike, W9MDB
  * New model, IC-7610, Mike, W9MDB
  * Add support for CM108B PTT, Max Lock
  * New model, Rohde & Schwarz XK2100, Mike, W9MDB
  * Many other bug fixes and enhancements
- Rebase patch hamlib-3.0-perl_install.patch

OBS-URL: https://build.opensuse.org/request/show/593484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=2
2018-04-16 10:46:57 +00:00
Martin Pluskal
40547090d2 - Update dependencies
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=9
2018-04-04 10:34:37 +00:00
Martin Pluskal
6b72824b33 Accepting request 592906 from home:mnhauke:sdr-devel
- Update to version 3.2
  * New models, IC-7850/IC-7851 in IC-785x.  Mike, W9MDB
  * Fix ft991_get_mode, Mike, W9MDB
  * New model, FT-891.  Mike, W9MDB
  * New Barrett 2050 backend, Mike, W9MDB
  * New Flrig backend, Mike, W9MDB
  * New model, IC-M710, Mike, W9MDB
  * Build instructions and test script for Python3
  * Rename autogen.sh to bootsrap and don't call configure
  * micro-ham support. Christoph, DL1YCF
  * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
  * New model, Flex 6400/6600, Mike, W9MDB
  * New model, IC-7610, Mike, W9MDB
  * Add support for CM108B PTT, Max Lock
  * New model, Rohde & Schwarz XK2100, Mike, W9MDB
  * Many other bug fixes and enhancements
- Rebase patch hamlib-3.0-perl_install.patch

OBS-URL: https://build.opensuse.org/request/show/592906
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=8
2018-04-03 07:12:07 +00:00
Dominique Leuenberger
8748550607 Accepting request 500534 from hardware:sdr
new package

OBS-URL: https://build.opensuse.org/request/show/500534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamlib?expand=0&rev=1
2017-07-21 20:44:28 +00:00
Martin Pluskal
f2f174bcc3 - Install all license files
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=6
2017-06-02 07:09:21 +00:00
Martin Pluskal
379ed4bf73 Accepting request 491556 from home:jengelh:branches:hardware:sdr
- Ensure neutrality of description. Trim duplicate inner
  descrpitions.

OBS-URL: https://build.opensuse.org/request/show/491556
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=5
2017-04-28 18:45:48 +00:00
Martin Pluskal
7dca48d997 - Run internal testsuite
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=4
2017-04-24 16:57:23 +00:00