From 6503d029aa9667835c2b99ba7da498568d7a9bec6e4a8280220d353ebae0c429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 7 Nov 2016 22:40:56 +0000 Subject: [PATCH] Accepting request 439076 from home:alois:branches:X11:Utilities Update to 0.8.0 OBS-URL: https://build.opensuse.org/request/show/439076 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=10 --- qhexedit2-0.7.8.tar.gz | 3 --- qhexedit2-0.8.0.tar.gz | 3 +++ qhexedit2.changes | 10 ++++++++++ qhexedit2.spec | 7 +++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 qhexedit2-0.7.8.tar.gz create mode 100644 qhexedit2-0.8.0.tar.gz diff --git a/qhexedit2-0.7.8.tar.gz b/qhexedit2-0.7.8.tar.gz deleted file mode 100644 index d2eec15..0000000 --- a/qhexedit2-0.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:995e7ffb6b29747c1737b48d08342ff3785a9e233d65ce86436ed7a2e7995fab -size 297416 diff --git a/qhexedit2-0.8.0.tar.gz b/qhexedit2-0.8.0.tar.gz new file mode 100644 index 0000000..7b75354 --- /dev/null +++ b/qhexedit2-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766b26df8644c9c4bf190e88e28ec68743f17f9c6fff584cb5ab40d399c172e8 +size 297988 diff --git a/qhexedit2.changes b/qhexedit2.changes index 72ad05e..a39db2c 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 7 20:15:35 UTC 2016 - aloisio@gmx.com + +- Update to version 0.8.0 + * Add copyright and license statement + * Make python example work (binary read) + * setFont() ist not longer 'virtual' (minimal change in + lib interface) + * Fix leak memory issue + ------------------------------------------------------------------- Mon Aug 1 21:44:40 UTC 2016 - aloisio@gmx.com diff --git a/qhexedit2.spec b/qhexedit2.spec index 92db00b..cc881ab 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -17,7 +17,7 @@ Name: qhexedit2 -Version: 0.7.8 +Version: 0.8.0 Release: 0 Summary: Qt-based hex editor License: LGPL-2.0 @@ -65,10 +65,11 @@ The %{name}-doc package contains the documentation and examples for %{name}. %package -n lib%{name} %if 0%{?suse_version} > 1110 Summary: Qt5 %{name} library +Group: System/Libraries %else Summary: Qt %{name} library -%endif Group: System/Libraries +%endif %description -n lib%{name} %if 0%{?suse_version} > 1110 @@ -102,7 +103,6 @@ qmake QMAKE_CXXFLAGS="%{optflags}" ../example/qhexedit.pro make %{?_smp_mflags} popd - %install # Library and headers install -d %{buildroot}%{_includedir}/%{name} @@ -149,7 +149,6 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q %postun -n lib%{name} -p /sbin/ldconfig - %files %defattr(-,root,root) %doc readme.md src/license.txt