diff --git a/hobbits-0.51.1.tar.gz b/hobbits-0.51.1.tar.gz deleted file mode 100644 index 893ac69..0000000 --- a/hobbits-0.51.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff5c83a56d948f945237841c67dcf682597db035e3684745bd46dca838c69bb0 -size 6205882 diff --git a/hobbits-0.52.0.tar.gz b/hobbits-0.52.0.tar.gz new file mode 100644 index 0000000..52cb865 --- /dev/null +++ b/hobbits-0.52.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3332e02380ab46649f0ec2066b63b6e0fb04b55cdca973d28880f1607ebbf27e +size 6470117 diff --git a/hobbits.changes b/hobbits.changes index ff34fdd..38fe144 100644 --- a/hobbits.changes +++ b/hobbits.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Oct 7 19:40:51 UTC 2021 - Martin Hauke + +- 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 diff --git a/hobbits.spec b/hobbits.spec index 4318416..09f1628 100644 --- a/hobbits.spec +++ b/hobbits.spec @@ -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