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:
parent
3bdf9b155b
commit
72354bb886
@ -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
3
hobbits-0.51.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04be8f4f3a64c9f215305ce53d01de6b33f9e5ab92db6de8fc043d8e1a14d369
|
||||||
|
size 6206150
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index c879237..6e2cecd 100644
|
index 66df12c..0cc0a1b 100644
|
||||||
--- a/src/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/src/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -120,7 +120,7 @@ elseif( MANUAL_PYTHON_PATH )
|
@@ -120,7 +120,7 @@ elseif( MANUAL_PYTHON_PATH )
|
||||||
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
||||||
endif()
|
endif()
|
||||||
|
@ -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>
|
Mon Jun 7 09:16:04 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hobbits
|
Name: hobbits
|
||||||
Version: 0.50.0
|
Version: 0.51.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GUI for bit-based analysis, processing, and visualization
|
Summary: A GUI for bit-based analysis, processing, and visualization
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -58,12 +58,10 @@ This subpackage contains files for developing applications thatwant to make use
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
|
||||||
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF
|
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd src
|
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user