Accepting request 440277 from X11:Utilities

1

OBS-URL: https://build.opensuse.org/request/show/440277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-11-15 17:01:23 +00:00 committed by Git OBS Bridge
commit d30a9a8a41
4 changed files with 23 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 14 17:53:39 UTC 2016 - aloisio@gmx.com
- Fixed dependency in devel package
-------------------------------------------------------------------
Tue Nov 8 20:21:15 UTC 2016 - aloisio@gmx.com
- Update to version 0.8.1
* Bump lib version to 3.0.0
-------------------------------------------------------------------
Mon Nov 7 20:15:35 UTC 2016 - aloisio@gmx.com

View File

@ -16,8 +16,9 @@
#
%define _libver 3
Name: qhexedit2
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Qt-based hex editor
License: LGPL-2.0
@ -46,7 +47,7 @@ data.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Requires: lib%{name} = %{version}-%{release}
Requires: libqhexedit%{_libver} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
@ -62,7 +63,7 @@ BuildArch: noarch
%description doc
The %{name}-doc package contains the documentation and examples for %{name}.
%package -n lib%{name}
%package -n libqhexedit%{_libver}
%if 0%{?suse_version} > 1110
Summary: Qt5 %{name} library
Group: System/Libraries
@ -71,7 +72,7 @@ Summary: Qt %{name} library
Group: System/Libraries
%endif
%description -n lib%{name}
%description -n libqhexedit%{_libver}
%if 0%{?suse_version} > 1110
Qt5 library for %{name}.
%else
@ -145,9 +146,9 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q
%desktop_database_postun
%endif
%post -n lib%{name} -p /sbin/ldconfig
%post -n libqhexedit%{_libver} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%postun -n libqhexedit%{_libver} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -160,10 +161,10 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q
%defattr(-,root,root)
%doc doc/html readme.md src/license.txt
%files -n lib%{name}
%files -n libqhexedit%{_libver}
%defattr(-,root,root)
%doc doc/release.txt src/license.txt
%{_libdir}/libqhexedit.so.2*
%{_libdir}/libqhexedit.so.%{_libver}*
%files devel
%defattr(-,root,root)