Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libdmrconf0-0.15.1-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libdmrconf0 Distribution: openSUSE Tumbleweed
Version: 0.15.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Aug 30 18:38:14 2026
Group: Unspecified Build host: reproducible
Size: 6975964 Source RPM: qdmr-0.15.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://dm3mat.darc.de/qdmr/
Summary: Graphical code-plug programming tool for DMR radios
qDMR is a simple to use and feature-rich code-plug programming software
(CPS) for cheap DMR radios.

This subpackage contains shared library part of libdmrconf.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Sun Aug 30 2026 Martin Pluskal <mpluskal@suse.com>
  - Drop the gcc13 workaround for Leap 15.x: the project has no
    15.x repo, and the guard matches nowhere else (Tumbleweed
    defines no sle_version, 16.0 defines it as 0).
  - Replace the chrpath hack with -DCMAKE_SKIP_INSTALL_RPATH=ON:
    qt6_standard_project_setup() gives every non-static target an
    $ORIGIN install RPATH and %cmake only strips it on
    suse_version <= 1500, so libdmrconf.so kept one; chrpath
    covered only the two binaries.
  - Run the upstream test suite: -DBUILD_TESTS=ON plus %ctest.
  - Drop Group tags.
* Sun Jun 21 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.15.1
    What's Changed
    * Relaxed AnyTone auto-repeater index linking.
    * Show error messages in status bar, if repeater database
      requests fail.
    * Fixed DM32UV interface detection.
    * Added missing DM32UV and DR1801 to cli verify.
    * Added frequency raster limit for GD-73.
    * Fixed handling of sparse contact definitions.
    * Disabled flow control, control signal lines explicitly.
    * Added encoding/decoding of channel encryption key reference.
    * Fixed error messages on detection issues.
    * Added status messages for database downloads.
    * Fix opengd77 settings.
    * Added TRACE level and use it for raw IO dumps in OpenGD77.
    * Store dialog sizes..
    * Fixed encoding/decoding of CTCSS frequencies for the DM32UV.
    * Relaxed linking of MD32UV channels.
    * Automatically enable fixed position for channel.
    * Added transmit QSY flag for OpenGD77 radios.
    * Implemented hidden zone flags for DMR6X2 and DMR6X2Pro.
    New Translation
    * Chinese
* Mon May 11 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.15.0
    What's Changed
    * Added AnyTone D168UV support
    * Updated AnyTone D878UV (II) support to FW version 4.0.
    * Fixes for DM-32UV detection and codeplug.
    * Added common audio settings.
    * Updated repeatermap API.
    * Added API token to repeaterbook request.
    * Added russian translation.
    * Enabled support for DMR6X2 PRO radio model.
    Minor changes
    * Added allocation of untouched memory sections.
    * Fixed encoding of APRS settings.
    * Added satellite name editing.
* Tue Apr 07 2026 Martin Hauke <mardnh@gmx.de>
  - Update to vesion 0.14.1
    * Fixed property delegate to edit levels.
    * Added satellite transponder editor.
    * Hide elements that are already in lists.
    * Fix inverted range check in RadioLimitLevel::verify().
    * DM-32UV: fix mic level range and FM decode asymmetry.
    * DM-32UV: clear APRS fields in ChannelElement::encode().
    * Fixed channel bank encoding/decoding for DM-32UV.
    * Updated translations.
* Thu Mar 26 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.14.0
    What's Changed
    * Added AM channels
    * Added support for the Baofeng DM-32UV
    * Added common GNSS settings.
    * Added common DMR settings extension.
    * Added common channel extension.
    Minor changes
    * Allow for separate log-levels for stdout and log file.
    * Set minimum window size to 800x600.
    * Fix encoding of some AnyTone extensions.
* Tue Jan 20 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.13.3
    What's Changed
    * Reworked parallel parsing of databases. Fixes random crashes
      at startup.
    Minor updates/fixes
    * Fixed decoding issue of AES keys for AnyTone devices.
    * Fix misleading error message in AnytoneInterface::ReadResponse.
    * Implemented mapping of ranges.
    * Fixed missing encoding of GPS toggle for D878UV.
    * Update translations.
* Sun Nov 30 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.13.2
    * Fixed crash when adding new channels.
    * Fixed out-of-bounds write when encoding call-sign DB.
    * Update and clean-up of AT-D587UV codeplug.
    * Fix encoding of back-light duration for all AnyTone like
      devices.
    * Fixed handling of modified signal.
    * Implemented filtering/sorting of all tables.
    * Update D578UV to add missing key functions.
    * Fix D578 issues with display colours.
    * Fixed call-sign DB for OpenUV380 etc.
    * Speed up startup.
    * Implemented hack to prevent crash of OpenGD77 FW.
    * Update frequency input matching.
    * Fixed spelling.
    * Completed Italian translation.
* Tue Oct 21 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.13.1
    Bugfix release including:
    * Fixed build of man-pages, also added docbook man-page XSLT
      file for OpenSuSE.
    * Fixed install of header files.
    * Fixed build and loading of translations.
  - Drop not longer needed patches:
    * 0001-Fixed-DocBook-man-page-build.patch
    * fix-docbook-xsl-path.patch
  - Force gcc13 on older Leap systems
* Mon Oct 20 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.13.0
    * Moved to QT6.
    * Added support for OpenMD9600 and OpenMD2017.
    * Add support for BTECH DMR-6x2 PRO.
    * Add support for AnyTone D578UVIII (alias for D578UV).
    GUI changes:
    * Fix #677 Add offset frequency indicator for repeaters.
    * Fixes #679 Theme updates when system switches to/from
      light/dark.
    * Reworked issue dialog to show tracebacks.
    Concerning OpenGD77 etc:
    * Updated OpenGD77 call-sign database implementation.
    * Theme settings for OpenUV380.
    * Fixed en/decoding of DTMF contact for OpenGD77.
    * Set date time during programming of OpenGD77 devices.
    * Finished encryption support.
    * Implemented missing tot transmit timeout for opengd77 devices.
    Concerning AnyTone devices (and alike)
    * Update DMR6X2 to FW Version 2.21.
    * Fixed encoding of volume change prompt setting.
    * Fixed en/decoding of backlight duration setting..
    * Fixed APRS PTT extension settings for AnyTone.
    * Added 8.33kHz VFO tuning step for D878UV.
    * Updated HW version strings for AnyTone devices.
    Concerning Radioddity devices:
    * Fixed channel type and power setting for GD73.
    * Fixed squelch encoding for GD73.
    Other changes / bugfixes
    * Fix desktop file.
    * Fixed RX/TX frequency for repeatermap.de sources.
    * Enforce DMR radio ID limit.
* Thu Oct 02 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.12.3
    * Fixed radiolimits prevent setting SelectedChannel as revert
      channel.
    * Fixed RT3S channel linking issues.
    * Fixed auto-completion swapping of RX/TX frequency for some
      sources.
* Fri May 30 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.12.2
    Bugfix release
    * Fixed linking and decoding of per-channel DMR IDs for OpenGD77.
    * Added support for satellite tracking function.
    * Fixed en/decoding of subtones in OpenGD77 firmwares.
    * Fixed location settings for OpenGD77 channels.
    * Fixed encoding of group list indices for OpenGD77 channels.
    * Fixed encoding of APRS settings.
    * Fixed bandwidth in CHIRP decoding.
    * Fixed enforcement of lower list limits.
    * Added channel extension, implemented TX CC encoding.
    * Fixed RX backlight duration settings documentation.
    * AnyTone default channel linking issue (fixed #563).
    * Fix AppStream metadata.
    * Fix OpenGD77 (UV380) codeplug encodings.
    * Include Norad IDs in satellite selection.
    * Made all dialogs minimum-expanding.
    * Fixed representation of selected revert channel (fixes #606).
    * Fix APRS transmit frequency handling in OpenGD77.
    * Implemented APRS PTT settings.
    * Added extension column to all table views.
    * Fixed encoding of second VHF auto-repeater frequency range.
* Fri Jan 03 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.12.1
    Larger changes:
    * Reworked CTCSS/DCS settings.
    * Reworked repeater database sources.
    * Updated OpenGD77 support to R20240908.
    Some minor changes and bug fixes:
    * Fixed SMS bank and message offset (#467).
    * Fixed possible crash when writing to BTECH DMR-6X2UV.
    * Enforces limit on SMS messages.
    * Fixed MD380Tools button settings.
    * Merge a lot of translations into master.
    * Fixes duplication of sms templates.
    * Fix modified and main-window-close signals.
    * Fixed TX contact encoding.
    * Updated translations.
  - Use %ldconfig_scriptlets
* Sat Oct 05 2024 Wojciech Kazubski <wk@ire.pw.edu.pl>
  - Update to version 0.12.0
    New Devices
    + Radioddity GD-73A/E
    + BTECH BF-1801UV (A6)
    New Features
    + Integer frequency type.
    + Implemented codeplug import/merge.
    + Implemented drag & drop move in lists and tables.
    + Implemented manual device interface & model selection. (#435)
    + Implemented SMS templates (#413)
    + Added CHIRP CSV file support.
    Bug fixes
    + Fixed encoding of settings extension for D578UV.
    + Fixed handling of signaling enum. (#399)
    + Fixed encoding of DMTF number length for AnyTone devices. (#425)
    + Implemented region selection for repeater book.
    + Fixed misleading error message on codeplug verification. (#387).
    + Added city, state and comment to TyT call-sign db.
    + Added column to roaming channel list, showing the roaming zones. (#378)
    + Fix D878UVII function-key decoding.
    + Fixed handling of missing default DMR IDs. (#458)
    + Changed verification dialog colors for dark mode. (#461)
* Sun Aug 27 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.11.3
    Rather huge bugfix release including:
    * Implementation of AnyTone device specific settings.
    * Show zones in channel list.
    * Flip APRS enabled analog/digital values.
    * Enable APRS RX only on the APRS revert channel.
    * Enabled call-sign DB for TyT MD2017, UV390.
    * Added TyT extension to set DMR squelch for TyT MD-UV390 and
      MD-2017.
    * Fixed dialog when deleting a roaming channel.
    * Fixed decoding of roaming channels.
    * Switch column labels.
    * Wrap c_str in QString when emiting QTextStream.
    * Allow for userdb file in CLI.
    * Fix crash on missing access rights to dfu device.
    * Added Swedish translation.
  - Update to version 0.11.2
    * Fixed detection of DMR-6X2UV.
    * Verified codeplug implementation for CPS version 1.5 and
      firmware version 2.3.
    * Swapped DMR admit criterion 'SameCC'->'Different CC'.
    * Avoid AnyTone DMR-APRS RX/SMS firmware bug.
    * Implements call-sign DB for BTECH DM-1701, Retevis RT84.
* Sat Jan 14 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.11.1
    * Added proper support for the BTech DMR-6X2UV.

Files

/usr/lib64/libdmrconf.so.0
/usr/lib64/libdmrconf.so.0.15.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 6 22:37:26 2026