From 2c336fc98b3c5c0fb25dcd2a9f5cbff707346c0183a33d039229873e0c0b5bf6 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 12 Dec 2018 12:11:55 +0000 Subject: [PATCH] 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 --- qhexedit2-0.8.3.tar.gz | 3 --- qhexedit2-0.8.5.tar.gz | 3 +++ qhexedit2.changes | 9 +++++++++ qhexedit2.spec | 21 ++++++++++----------- 4 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 qhexedit2-0.8.3.tar.gz create mode 100644 qhexedit2-0.8.5.tar.gz diff --git a/qhexedit2-0.8.3.tar.gz b/qhexedit2-0.8.3.tar.gz deleted file mode 100644 index 713e95d..0000000 --- a/qhexedit2-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:583fa3989e0aa28f54e91cd6a8d773138cfd7054792b462fa9c9d5a9485dc338 -size 336710 diff --git a/qhexedit2-0.8.5.tar.gz b/qhexedit2-0.8.5.tar.gz new file mode 100644 index 0000000..f098978 --- /dev/null +++ b/qhexedit2-0.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b90a5c939f1e0e5c1ba52ae34fda35d4699d39e50fe4b5eb42173a80117b72b +size 353983 diff --git a/qhexedit2.changes b/qhexedit2.changes index 4b3e82d..24d0a36 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -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 diff --git a/qhexedit2.spec b/qhexedit2.spec index 85bc8be..d251e15 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -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