Accepting request 439098 from X11:Utilities

1

OBS-URL: https://build.opensuse.org/request/show/439098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2016-11-08 17:28:02 +00:00 committed by Git OBS Bridge
commit 4fe5e08cc0
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:995e7ffb6b29747c1737b48d08342ff3785a9e233d65ce86436ed7a2e7995fab
size 297416

3
qhexedit2-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:766b26df8644c9c4bf190e88e28ec68743f17f9c6fff584cb5ab40d399c172e8
size 297988

View File

@ -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

View File

@ -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