Hello community, here is the log from the commit of package kchmviewer for openSUSE:Factory checked in at 2017-12-18 08:57:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kchmviewer (Old) and /work/SRC/openSUSE:Factory/.kchmviewer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kchmviewer" Mon Dec 18 08:57:36 2017 rev:33 rq:556918 version:7.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kchmviewer/kchmviewer.changes 2016-12-01 10:26:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kchmviewer.new/kchmviewer.changes 2017-12-18 08:57:37.436255797 +0100 @@ -1,0 +2,10 @@ +Thu Dec 14 10:15:11 UTC 2017 - [email protected] + +- Build with Qt5, Qt4's QtWebKit is about to be dropped + +------------------------------------------------------------------- +Thu Dec 8 19:57:53 UTC 2016 - [email protected] + +- Revert kde4_runtime_requires change + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kchmviewer.spec ++++++ --- /var/tmp/diff_new_pack.YajbNT/_old 2017-12-18 08:57:38.108223359 +0100 +++ /var/tmp/diff_new_pack.YajbNT/_new 2017-12-18 08:57:38.112223165 +0100 @@ -1,7 +1,7 @@ # # spec file for package kchmviewer # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,7 +18,13 @@ Name: kchmviewer BuildRequires: chmlib-devel -BuildRequires: libkde4-devel +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5PrintSupport) +BuildRequires: pkgconfig(Qt5WebKit) +BuildRequires: pkgconfig(Qt5WebKitWidgets) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(libzip) Summary: KDE CHM Viewer License: GPL-3.0 @@ -28,7 +34,6 @@ Url: http://www.kchmviewer.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: http://downloads.sourceforge.net/%name/%version/%name-%version.tar.gz -%{?kde4_runtime_requires} %description This is a viewer for the CHM files which are used for end user @@ -39,22 +44,21 @@ %setup -q -n %{name}-7.2 %build - %cmake_kde4 -d build - %make_jobs +%qmake5 +%make_jobs %install -pushd build - make DESTDIR=%{buildroot} install -popd +%{__mkdir_p} %{buildroot}%{_bindir} +install bin/kchmviewer %{buildroot}%{_bindir} +%{__mkdir_p} %{buildroot}%{_datadir}/applications +install packages/kchmviewer.desktop %{buildroot}%{_datadir}/applications %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps -install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps -%kde_post_install -%find_lang %name +install packages/kchmviewer.png %{buildroot}%{_datadir}/pixmaps -%files -f %name.lang +%files %defattr(-,root,root) %{_bindir}/kchmviewer -%{_datadir}/applications/kde4/kchmviewer.desktop +%{_datadir}/applications/kchmviewer.desktop %{_datadir}/pixmaps/kchmviewer.* %changelog
