diff --git a/qhexedit.png b/qhexedit.png deleted file mode 100644 index f3cf3f5..0000000 --- a/qhexedit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e43511dd2305c9eb898466bfa79baf413268aef5a9cfb9c9be7969b4a0ff266 -size 19287 diff --git a/qhexedit2-0.7.5.tar.gz b/qhexedit2-0.7.5.tar.gz deleted file mode 100644 index 0ab9046..0000000 --- a/qhexedit2-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff90dec20a21be3b62d3233d69a44c5f70588de78e057261c136943222189ab9 -size 205283 diff --git a/qhexedit2-0.7.6.tar.gz b/qhexedit2-0.7.6.tar.gz new file mode 100644 index 0000000..b36f6a6 --- /dev/null +++ b/qhexedit2-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1156a7c4a7a25bce31f531cdf9d2f7fda1a8ba890f77b91672d476d905cdb3 +size 297171 diff --git a/qhexedit2.changes b/qhexedit2.changes index a31584e..decc36a 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 7 19:39:39 UTC 2016 - aloisio@gmx.com + +- Update to version 0.7.6 + * Miscalculation of the position of cursor when scrolling + horizontally corrected + +- Dropped icon file as source + ------------------------------------------------------------------- Thu Apr 7 14:34:47 UTC 2016 - aloisio@gmx.com diff --git a/qhexedit2.spec b/qhexedit2.spec index 40db536..ff41dd3 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -17,7 +17,7 @@ Name: qhexedit2 -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: Qt-based hex editor License: LGPL-2.0 @@ -25,7 +25,6 @@ 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 @@ -138,7 +137,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1} # Install icon install -d %{buildroot}%{_datadir}/pixmaps -install -m 0644 %{S:2} %{buildroot}%{_datadir}/pixmaps/qhexedit.png +convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png %if 0%{?suse_version} > 1110 %post