Accepting request 385995 from home:alois:branches:X11:Utilities
Quick update (0.7.6) OBS-URL: https://build.opensuse.org/request/show/385995 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=3
This commit is contained in:
parent
09af2128ff
commit
8c6aca2180
@ -1,3 +0,0 @@
|
||||
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:ff90dec20a21be3b62d3233d69a44c5f70588de78e057261c136943222189ab9
|
||||
size 205283
|
3
qhexedit2-0.7.6.tar.gz
Normal file
3
qhexedit2-0.7.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b1156a7c4a7a25bce31f531cdf9d2f7fda1a8ba890f77b91672d476d905cdb3
|
||||
size 297171
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user