From 89667da875b7119c27422b4203b5fb4177ead50dfdfd164332b217de75397514 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 24 Jun 2020 07:56:42 +0000 Subject: [PATCH] Accepting request 816795 from home:alois:branches:X11:Utilities - Update to version 0.8.7 * extend HexCaps check to address and edit text * use 'monospace' hint to improve font guess * fix build with qt < 5.11.0 * add icon pics to source * forward key press events to parent widget * limit undo stack to 1000 entries OBS-URL: https://build.opensuse.org/request/show/816795 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=25 --- qhexedit2-0.8.6.tar.gz | 3 --- qhexedit2-0.8.7.tar.gz | 3 +++ qhexedit2.changes | 11 +++++++++++ qhexedit2.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 qhexedit2-0.8.6.tar.gz create mode 100644 qhexedit2-0.8.7.tar.gz diff --git a/qhexedit2-0.8.6.tar.gz b/qhexedit2-0.8.6.tar.gz deleted file mode 100644 index c28255a..0000000 --- a/qhexedit2-0.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4949c3c226b9c4e68c98c51eb91ef68d2a43cc1c2fb9e3c89e815d897b8e8ca -size 354268 diff --git a/qhexedit2-0.8.7.tar.gz b/qhexedit2-0.8.7.tar.gz new file mode 100644 index 0000000..224d9c8 --- /dev/null +++ b/qhexedit2-0.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9c7bc9b41323b0b5355f92f332dcc933d23618d68b24783231297ab8953c29 +size 341289 diff --git a/qhexedit2.changes b/qhexedit2.changes index ca26630..ede1a8f 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jun 24 07:50:46 UTC 2020 - Luigi Baldoni + +- Update to version 0.8.7 + * extend HexCaps check to address and edit text + * use 'monospace' hint to improve font guess + * fix build with qt < 5.11.0 + * add icon pics to source + * forward key press events to parent widget + * limit undo stack to 1000 entries + ------------------------------------------------------------------- Sat Mar 16 17:09:27 UTC 2019 - Luigi Baldoni diff --git a/qhexedit2.spec b/qhexedit2.spec index 5da0606..bdc607d 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -1,7 +1,7 @@ # # spec file for package qhexedit2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _libver 4 Name: qhexedit2 -Version: 0.8.6 +Version: 0.8.7 Release: 0 Summary: Qt-based hex editor License: LGPL-2.0-only