forked from pool/qhexedit2
Accepting request 657524 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/657524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=8
This commit is contained in:
commit
814befb7f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:583fa3989e0aa28f54e91cd6a8d773138cfd7054792b462fa9c9d5a9485dc338
|
||||
size 336710
|
3
qhexedit2-0.8.5.tar.gz
Normal file
3
qhexedit2-0.8.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b90a5c939f1e0e5c1ba52ae34fda35d4699d39e50fe4b5eb42173a80117b72b
|
||||
size 353983
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 12:05:08 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
- Update to version 0.8.5
|
||||
* Dynamic bytesPerLine property
|
||||
* Russian translation
|
||||
* QDesigner plugin
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 12:48:42 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qhexedit2
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%define _libver 4
|
||||
Name: qhexedit2
|
||||
Version: 0.8.3
|
||||
Version: 0.8.5
|
||||
Release: 0
|
||||
Summary: Qt-based hex editor
|
||||
License: LGPL-2.0
|
||||
License: LGPL-2.0-only
|
||||
Group: Development/Tools/Other
|
||||
Url: https://github.com/Simsys/qhexedit2
|
||||
URL: https://github.com/Simsys/qhexedit2
|
||||
Source0: https://github.com/Simsys/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: qhexedit.desktop
|
||||
BuildRequires: ImageMagick
|
||||
@ -126,23 +126,22 @@ convert -strip doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pi
|
||||
%postun -n libqhexedit%{_libver} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc readme.md src/license.txt
|
||||
%license src/license.txt
|
||||
%doc readme.md
|
||||
%{_bindir}/qhexedit
|
||||
%{_datadir}/applications/qhexedit.desktop
|
||||
%{_datadir}/pixmaps/qhexedit.png
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc doc/html readme.md src/license.txt
|
||||
%license src/license.txt
|
||||
%doc doc/html readme.md
|
||||
|
||||
%files -n libqhexedit%{_libver}
|
||||
%defattr(-,root,root)
|
||||
%doc doc/release.txt src/license.txt
|
||||
%license src/license.txt
|
||||
%doc doc/release.txt
|
||||
%{_libdir}/libqhexedit.so.%{_libver}*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/libqhexedit.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
Loading…
Reference in New Issue
Block a user