diff --git a/qhexedit.png b/qhexedit.png new file mode 100644 index 0000000..f3cf3f5 --- /dev/null +++ b/qhexedit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e43511dd2305c9eb898466bfa79baf413268aef5a9cfb9c9be7969b4a0ff266 +size 19287 diff --git a/qhexedit2-0.7.4.tar.gz b/qhexedit2-0.7.4.tar.gz deleted file mode 100644 index e0e67b7..0000000 --- a/qhexedit2-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0b4e209955d0fe96db00fd0fd042175b362eb7a89e063084091e636fd504b0 -size 300328 diff --git a/qhexedit2-0.7.5.tar.gz b/qhexedit2-0.7.5.tar.gz new file mode 100644 index 0000000..0ab9046 --- /dev/null +++ b/qhexedit2-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff90dec20a21be3b62d3233d69a44c5f70588de78e057261c136943222189ab9 +size 205283 diff --git a/qhexedit2.changes b/qhexedit2.changes index f614c63..a31584e 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 7 14:34:47 UTC 2016 - aloisio@gmx.com + +- Update to version 0.7.5 + * Cursor position in insert mode (when deleting last byte) + corrected + * resetSelection() now clips to max data size + * setSelection() now clips to max data size + +- Added icon file as source + ------------------------------------------------------------------- Sun Oct 11 17:38:51 UTC 2015 - aloisio@gmx.com diff --git a/qhexedit2.spec b/qhexedit2.spec index 756e338..40db536 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -1,7 +1,7 @@ # # spec file for package qhexedit2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: qhexedit2 -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: Qt-based hex editor License: LGPL-2.0 @@ -25,6 +25,7 @@ Group: Development/Tools/Other Url: https://github.com/Simsys/qhexedit2 Source0: https://github.com/Simsys/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: qhexedit.desktop +Source2: qhexedit.png BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: pkg-config @@ -135,9 +136,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1} # Fix docs %fdupes -s doc/html -# Create icon +# Install icon install -d %{buildroot}%{_datadir}/pixmaps -convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png +install -m 0644 %{S:2} %{buildroot}%{_datadir}/pixmaps/qhexedit.png %if 0%{?suse_version} > 1110 %post