forked from pool/qhexedit2
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
This commit is contained in:
parent
05291383ac
commit
6503d029aa
@ -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
3
qhexedit2-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:766b26df8644c9c4bf190e88e28ec68743f17f9c6fff584cb5ab40d399c172e8
|
||||
size 297988
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user