wxWidgets v3.1.2. Following this, replace wxWidgets-3_0-devel with wxWidgets-devel BuildRequires. OBS-URL: https://build.opensuse.org/package/show/editors/wxhexeditor?expand=0&rev=36
219 lines
7.9 KiB
Plaintext
219 lines
7.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 27 14:08:46 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Add ebe2449fac22089825d124935a215fd1c0739403.patch: Fix build for
|
|
wxWidgets v3.1.2. Following this, replace wxWidgets-3_0-devel
|
|
with wxWidgets-devel BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 15:16:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 16 20:12:32 UTC 2020 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- Add wxhexeditor-appdata.patch for https://en.opensuse.org/openSUSE:AppStore
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 14 13:03:20 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Backport patch to fix build on Arm:
|
|
* wxhexeditor-fix-arm.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 4 08:16:55 UTC 2018 - davejplater@gmail.com
|
|
|
|
- Update to release 0.24 and modify wxhexeditor-0.23-mhash.patch.
|
|
- Use %license on license files.
|
|
- Upstream changes:
|
|
*Fixed many critical bugs and assertions. (Thanks Mikhail Kasimov
|
|
for Beta testing.)
|
|
*Fixed many compiler warnings.
|
|
*Added Wiki option to Help.
|
|
*Fixed language not supported error for English.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 29 11:34:40 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Make description relevant to the package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 28 15:50:06 UTC 2017 - jengelh@inai.de
|
|
|
|
- Trim filler wording from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 23 06:27:45 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Fix Factory build by explicitly specifying python3 binary for
|
|
udis86 build.
|
|
- Update to 0.23+git20170810
|
|
- Upstream changes:
|
|
Fixed TAG deletion behaviour while tag not selected.
|
|
Implemented tags redo/undo support.
|
|
Fixed part of #67, SEGV due Tags.
|
|
Fixed Forward Search SEGV. Fixed recent mem leak patch.
|
|
Delete existing buffers on allocation failure.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 24 08:03:00 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170316
|
|
- Upstream changes:
|
|
Fixed file cut/deletion tag issues. #67
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 12 05:57:22 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170312
|
|
- Upstream changes:
|
|
Fixed MinGW32 compatibility.
|
|
Fixed GIANT file size detection. (Can open /proc/kcore now)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 7 06:31:00 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170307
|
|
- Upstream changes:
|
|
Fixed read mode cosmetic issues and add some compare mode
|
|
restrictions. #59
|
|
Removed right click into search and compare panels. #48
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 6 04:46:14 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170306
|
|
- Upstream changes:
|
|
Fixed Assertion with zero sized files. #56
|
|
Fixed 0 sized file GoTo seek error #56
|
|
Fixed some operations with 0 sized files #56
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 05:21:48 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170228
|
|
- Upstream changes:
|
|
Added selection after paste for #44
|
|
Fixed deleted TAG live on taglist error.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 26 04:34:20 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170226
|
|
- Upstream changes:
|
|
Fixed typo & allow find dialog to hide.
|
|
Fixed last comma with CopyAs Special Hex 0x with ","
|
|
Fixed block deletion issue #50
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 24 07:57:40 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170224 to fix reopened boo#1022460
|
|
- Upstream changes:
|
|
Implemented Portable mode.
|
|
Replaced SF.net links with wxHexEditor.org
|
|
Fixed cosmetic typo
|
|
Fixed Find Backward Wraparound SEGV #48
|
|
Added support for Paste Hex with "\x00" notation. #44
|
|
Fixed FindAll double find cosmetic issue.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 23 05:48:25 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170223 to fix i586 build.
|
|
- Upstream changes:
|
|
Fixed find result for zero offset location bug #46.
|
|
Fixed non-SSE2 environment build.
|
|
Removed ":" from tag dialogs.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 07:01:18 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to 0.23+git20170221 to fix reopened boo#1022460
|
|
- Added wxhexeditor-fixdesktopfile.patch to fix desktop file.
|
|
- Upstream changes:
|
|
Added Cancel button to Tag Edit Dialog
|
|
Fixed FileSystemWatcher : operational right now.
|
|
Fixed more FileSystemWatcher issues.
|
|
Fixed FileWatcher for files open via CLI arg.
|
|
Replaced nullptr with old NULL for compatibility.
|
|
Fixed FindAll SEG fault and double find issues.
|
|
Fixed locale file.
|
|
Fixed thread kill on file close.
|
|
Fixed Disk Image Tools cosmetics
|
|
Refactored FIND functions with SSE2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 3 09:30:20 UTC 2017 - davejplater@gmail.com
|
|
|
|
- Update to git version 0.23+git20161226 (boo#1022460):
|
|
* See https://github.com/EUA/wxHexEditor/commits/master
|
|
- Removed wxhexeditor-0.23-func-return.patch: fixed upstream.
|
|
Rebased wxhexeditor-0.23-mhash.patch and
|
|
wxhexeditor-remove-debug.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 7 13:09:46 UTC 2017 - zaitor@opensuse.org
|
|
|
|
- Add wxhexeditor-remove-debug.patch: Remove some debug printed on
|
|
stdout, patch taken from debian.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 25 17:21:33 UTC 2016 - lazy.kent@opensuse.org
|
|
|
|
- Fix "find requires" (remove %wx_requires) (boo#1022637).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 20 18:24:31 UTC 2016 - jengelh@inai.de
|
|
|
|
- Build against wxWidgets 3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 10 10:02:12 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.23:
|
|
* Added many languages.
|
|
* Fixed many bugs that leads to crash and memory leaks.
|
|
* Implemented prefetched functions (SSD buster).
|
|
* Fixed some cosmetic errors.
|
|
* Fixed C::B compilation for all operating systems.
|
|
* Added Sorted Tag Saving / Loading.
|
|
* Fixed Injection function.
|
|
* Implemented file change detection reload (on wxWidgets > 2.9).
|
|
* Implemented file compare connector to scroll 2 files at once.
|
|
* Added remember last panel states.
|
|
* Fixed TagEdit enabling code for addesses > 0xFFFFFFFFh.
|
|
* Added MultiSearchAtBinary function, allows faster search on
|
|
FindAll.
|
|
* Fixed logical sectors start. Now starts from 0 instead of 1.
|
|
* Added AutoShowTag option to preferences menu.
|
|
* Added auto tag panel popup with Process RAM open.
|
|
* Fixed Process RAM seeking.
|
|
* Added Report a Bug & Donation menu items.
|
|
* "Find Some Bytes" button doesn't close find dialog anymore.
|
|
- Add missing %{optflags} and wxhexeditor-0.23-func-return.patch.
|
|
- Replace wxhexeditor-0.22-mhash.patch with
|
|
wxhexeditor-0.23-mhash.patch (rebased).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 15:20:47 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Add %desktop_database_post{,un}.
|
|
- Minor spec cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 26 14:06:06 UTC 2014 - lazy.kent@opensuse.org
|
|
|
|
- Add wxhexeditor-0.22-mhash.patch: use system mhash library.
|
|
- BuildRequires: mhash-devel.
|
|
- Use wxWidgets defines.
|
|
- BuildRequires: wxWidgets-wxcontainer-devel -> wxWidgets-devel.
|
|
- Remove unused BuildRequires: fdupes.
|
|
- Install docs.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 05:04:24 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Initial build.
|