SHA256
1
0
forked from pool/hobbits

Accepting request 913618 from home:mnhauke

- Update to version 0.51.1
  Bug Fixes
  * [core] BitArray fromString parsing error reports.
  * improve kaitai parser parser.
  Features
  * big fixes and improvements to kaitai
- Update patch:
  * hobbits-dont-hardcode-python3-version.patch

OBS-URL: https://build.opensuse.org/request/show/913618
OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=5
This commit is contained in:
Dirk Stoecker 2021-08-23 11:06:48 +00:00 committed by Git OBS Bridge
parent 3bdf9b155b
commit 72354bb886
5 changed files with 20 additions and 10 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c879237..6e2cecd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66df12c..0cc0a1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,7 @@ elseif( MANUAL_PYTHON_PATH )
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
endif()

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 22 19:03:23 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.51.1
Bug Fixes
* [core] BitArray fromString parsing error reports.
* improve kaitai parser parser.
Features
* big fixes and improvements to kaitai
- Update patch:
* hobbits-dont-hardcode-python3-version.patch
-------------------------------------------------------------------
Mon Jun 7 09:16:04 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: hobbits
Version: 0.50.0
Version: 0.51.0
Release: 0
Summary: A GUI for bit-based analysis, processing, and visualization
License: MIT
@ -58,12 +58,10 @@ This subpackage contains files for developing applications thatwant to make use
%patch0 -p1
%build
cd src
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF
%make_build
%install
cd src
%cmake_install
%files