Hello community, here is the log from the commit of package kreport for openSUSE:Factory checked in at 2019-08-24 18:49:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kreport (Old) and /work/SRC/openSUSE:Factory/.kreport.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kreport" Sat Aug 24 18:49:55 2019 rev:7 rq:725804 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kreport/kreport.changes 2019-04-12 09:16:02.697737354 +0200 +++ /work/SRC/openSUSE:Factory/.kreport.new.7948/kreport.changes 2019-08-24 18:49:59.289736552 +0200 @@ -1,0 +2,6 @@ +Sat Aug 24 08:54:28 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Remove the pkg-config file from the -devel package. KReport3.pc contains + incorrect entries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kreport.spec ++++++ --- /var/tmp/diff_new_pack.NRZTYP/_old 2019-08-24 18:50:00.041736480 +0200 +++ /var/tmp/diff_new_pack.NRZTYP/_new 2019-08-24 18:50:00.041736480 +0200 @@ -26,22 +26,21 @@ URL: https://community.kde.org/KReport Source0: https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules -BuildRequires: kconfig-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kguiaddons-devel BuildRequires: kproperty-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: marble-devel -BuildRequires: pkgconfig BuildRequires: python-base BuildRequires: update-desktop-files +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5GuiAddons) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(Marble) +BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5LinguistTools) +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5WebKitWidgets) -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Xml) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5Xml) Recommends: %{name}-lang %description @@ -77,6 +76,9 @@ %kf5_makeinstall -C build %find_lang %{name} %{name}.lang --all-name --with-qt + # The pkgconfig files contain incorrect stuff + rm -f %{buildroot}%{_libdir}/pkgconfig/KReport3.pc + %post -n libKReport3-%{sover} -p /sbin/ldconfig %postun -n libKReport3-%{sover} -p /sbin/ldconfig @@ -94,7 +96,7 @@ %{_includedir}/KReport3/ %{_libdir}/cmake/KReport3/ %{_libdir}/libKReport3.so -%{_libdir}/pkgconfig/KReport3.pc +#%%{_libdir}/pkgconfig/KReport3.pc %{_kf5_mkspecsdir}/qt_KReport3.pri %files lang -f %{name}.lang
