Accepting request 944749 from home:jubalh:branches:editors

if you want you can add me as co-maintainer. but i would prefer if you would stay too :-)

- Update to 0.4.1:
  * Fix text rendering glitches that can occur when displaying
    control characters and some Unicode ones, depending which font
    is in use (worst affected is the default Windows font).

- Update to 0.4.0:
  * Add data types for common text encodings (Unicode, ISO-8859)
    text displayed or typed into the text view on the right will
    be decoded or encoded appropriately (#10).
  * Treat pasted text as text rather than a string of raw bytes.
  * Add 8-bit integer data types.
  * Don't mark new files as unsaved.
  * Store cursor position history and allow jumping backwards/forwards (#81).
  * Allow jumping to previous/next difference in data compare window (#131).
  * Collapse long ranges of identical data in data compare window (#85).
  * Added "Jump to offset in main window" to data compare window context menu.
  * Added shortcuts for comparing data (#103).
  * Add support for other encodings to strings tool (#106).
  * Add write protect flag to prevent accidental changes to file
    data during analysis (#130).
  * Respect system cursor blink speed setting (#112).

OBS-URL: https://build.opensuse.org/request/show/944749
OBS-URL: https://build.opensuse.org/package/show/editors/rehex?expand=0&rev=10
This commit is contained in:
Luigi Baldoni 2022-01-07 16:38:31 +00:00 committed by Git OBS Bridge
parent 8bdd473f3d
commit 5c1d203c73
4 changed files with 34 additions and 5 deletions

View File

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

3
rehex-0.4.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Jan 7 14:01:23 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.4.1:
* Fix text rendering glitches that can occur when displaying
control characters and some Unicode ones, depending which font
is in use (worst affected is the default Windows font).
-------------------------------------------------------------------
Fri Jan 7 14:00:22 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.4.0:
* Add data types for common text encodings (Unicode, ISO-8859)
text displayed or typed into the text view on the right will
be decoded or encoded appropriately (#10).
* Treat pasted text as text rather than a string of raw bytes.
* Add 8-bit integer data types.
* Don't mark new files as unsaved.
* Store cursor position history and allow jumping backwards/forwards (#81).
* Allow jumping to previous/next difference in data compare window (#131).
* Collapse long ranges of identical data in data compare window (#85).
* Added "Jump to offset in main window" to data compare window context menu.
* Added shortcuts for comparing data (#103).
* Add support for other encodings to strings tool (#106).
* Add write protect flag to prevent accidental changes to file
data during analysis (#130).
* Respect system cursor blink speed setting (#112).
-------------------------------------------------------------------
Thu Aug 26 16:28:32 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rehex
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rehex
Version: 0.3.92
Version: 0.4.1
Release: 0
Summary: Reverse Engineers' Hex Editor
License: GPL-2.0-only
@ -26,6 +26,7 @@ Source0: https://github.com/solemnwarning/rehex/archive/%{version}.tar.gz
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libunistring-devel
BuildRequires: update-desktop-files
%if 0%{?suse_version} > 1500
BuildRequires: wxWidgets-3_0-devel