SHA256
1
0
forked from pool/hobbits

Accepting request 983603 from home:mnhauke

- Update to version 0.53.2
  Bug Fixes
  * correctly display kaitai value instances for #145
  * fix kaitai plugin byte and string array sizes.

- Update to version 0.53.0
  Features
  * add built-in batches.
  * add config setting for skipping delete confirmation.
  * replace FFTW with PFFFT and improve FFT UI and error reporting

OBS-URL: https://build.opensuse.org/request/show/983603
OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=8
This commit is contained in:
Martin Pluskal 2022-06-27 09:44:47 +00:00 committed by Git OBS Bridge
parent f80cca2baf
commit 2b1df74e5e
6 changed files with 37 additions and 12 deletions

View File

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

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

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

View File

@ -1,12 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66df12c..0cc0a1b 100644
index 5795a97..5f6803c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,7 @@ elseif( MANUAL_PYTHON_PATH )
@@ -167,7 +167,7 @@ elseif( MANUAL_PYTHON_PATH )
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
endif()
-find_package (Python3 3.9 EXACT COMPONENTS Interpreter Development REQUIRED)
-find_package (Python3 3.9 COMPONENTS Interpreter Development REQUIRED)
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
message("Python3 Libs: ${Python3_LIBRARIES}")

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jun 18 17:09:17 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.53.2
Bug Fixes
* correctly display kaitai value instances for #145
* fix kaitai plugin byte and string array sizes.
-------------------------------------------------------------------
Sat Nov 27 16:40:29 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.53.0
Features
* add built-in batches.
* add config setting for skipping delete confirmation.
* replace FFTW with PFFFT and improve FFT UI and error reporting
-------------------------------------------------------------------
Thu Oct 7 19:40:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package hobbits
#
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021-2022, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,16 @@
#
%define pffft_hash 7c3b5a7
Name: hobbits
Version: 0.52.0
Version: 0.53.2
Release: 0
Summary: A GUI for bit-based analysis, processing, and visualization
License: MIT
URL: https://github.com/Mahlet-Inc/hobbits
Source: https://github.com/Mahlet-Inc/hobbits/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://bitbucket.org/jpommier/pffft/get/%{pffft_hash}.zip#/pffft-%{pffft_hash}.zip
Patch0: hobbits-dont-hardcode-python3-version.patch
BuildRequires: cmake
BuildRequires: gcc-c++
@ -35,11 +38,9 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(fftw3)
BuildRequires: fftw3-devel
BuildRequires: fftw3-threads-devel
BuildRequires: unzip
BuildRequires: hicolor-icon-theme
Provides: bundled(pffft)
%description
A GUI for bit-based analysis, processing, and visualization.
@ -58,6 +59,10 @@ This subpackage contains files for developing applications thatwant to make use
%setup -q
%patch0 -p1
# 3rd party
cd external/pffft/
unzip -j %{SOURCE1}
%build
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF
%make_build

3
pffft-7c3b5a7.zip Normal file
View File

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