SHA256
1
0
forked from pool/hobbits

Accepting request 924098 from home:mnhauke

- Update to version 0.52.0
  Bug Fixes
  * code quality improvements.
  * reimplementing the libusb-1.0 into the include statement.
  * removing trouble causing lines in USBreader.
  * resolve parser class names for kaitai specs with underscores.
  Features
  * add USB reader importer plugin.
  * UI for USB reader plugin is almost done.
  * USB reader plugin, device, interface, alternate setting, and
    endpoint selectors.

OBS-URL: https://build.opensuse.org/request/show/924098
OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=7
This commit is contained in:
Martin Pluskal
2021-10-11 08:35:43 +00:00
committed by Git OBS Bridge
parent ea5b36cc76
commit f80cca2baf
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff5c83a56d948f945237841c67dcf682597db035e3684745bd46dca838c69bb0
size 6205882

3
hobbits-0.52.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3332e02380ab46649f0ec2066b63b6e0fb04b55cdca973d28880f1607ebbf27e
size 6470117

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 7 19:40:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.52.0
Bug Fixes
* code quality improvements.
* reimplementing the libusb-1.0 into the include statement.
* removing trouble causing lines in USBreader.
* resolve parser class names for kaitai specs with underscores.
Features
* add USB reader importer plugin.
* UI for USB reader plugin is almost done.
* USB reader plugin, device, interface, alternate setting, and
endpoint selectors.
-------------------------------------------------------------------
Tue Aug 24 06:20:03 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -17,7 +17,7 @@
Name: hobbits
Version: 0.51.1
Version: 0.52.0
Release: 0
Summary: A GUI for bit-based analysis, processing, and visualization
License: MIT
@@ -34,6 +34,7 @@ BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(fftw3)
BuildRequires: fftw3-devel
BuildRequires: fftw3-threads-devel