forked from pool/qhexedit2
Accepting request 385908 from home:alois:branches:X11:Utilities
Update to version 0.7.5 OBS-URL: https://build.opensuse.org/request/show/385908 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=2
This commit is contained in:
parent
230682b41e
commit
09af2128ff
3
qhexedit.png
Normal file
3
qhexedit.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e43511dd2305c9eb898466bfa79baf413268aef5a9cfb9c9be7969b4a0ff266
|
||||
size 19287
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd0b4e209955d0fe96db00fd0fd042175b362eb7a89e063084091e636fd504b0
|
||||
size 300328
|
3
qhexedit2-0.7.5.tar.gz
Normal file
3
qhexedit2-0.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff90dec20a21be3b62d3233d69a44c5f70588de78e057261c136943222189ab9
|
||||
size 205283
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user