Accepting request 657523 from home:alois:branches:X11:Utilities
- Update to version 0.8.5 * Dynamic bytesPerLine property * Russian translation * QDesigner plugin * Bug fixes OBS-URL: https://build.opensuse.org/request/show/657523 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=21
This commit is contained in:
parent
629edfeb2b
commit
2c336fc98b
@ -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
|
Tue May 2 12:48:42 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qhexedit2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define _libver 4
|
%define _libver 4
|
||||||
Name: qhexedit2
|
Name: qhexedit2
|
||||||
Version: 0.8.3
|
Version: 0.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based hex editor
|
Summary: Qt-based hex editor
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0-only
|
||||||
Group: Development/Tools/Other
|
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
|
Source0: https://github.com/Simsys/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: qhexedit.desktop
|
Source1: qhexedit.desktop
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
@ -126,23 +126,22 @@ convert -strip doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pi
|
|||||||
%postun -n libqhexedit%{_libver} -p /sbin/ldconfig
|
%postun -n libqhexedit%{_libver} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license src/license.txt
|
||||||
%doc readme.md src/license.txt
|
%doc readme.md
|
||||||
%{_bindir}/qhexedit
|
%{_bindir}/qhexedit
|
||||||
%{_datadir}/applications/qhexedit.desktop
|
%{_datadir}/applications/qhexedit.desktop
|
||||||
%{_datadir}/pixmaps/qhexedit.png
|
%{_datadir}/pixmaps/qhexedit.png
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%license src/license.txt
|
||||||
%doc doc/html readme.md src/license.txt
|
%doc doc/html readme.md
|
||||||
|
|
||||||
%files -n libqhexedit%{_libver}
|
%files -n libqhexedit%{_libver}
|
||||||
%defattr(-,root,root)
|
%license src/license.txt
|
||||||
%doc doc/release.txt src/license.txt
|
%doc doc/release.txt
|
||||||
%{_libdir}/libqhexedit.so.%{_libver}*
|
%{_libdir}/libqhexedit.so.%{_libver}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_libdir}/libqhexedit.so
|
%{_libdir}/libqhexedit.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user