Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kreport for openSUSE:Factory checked 
in at 2021-06-29 22:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kreport (Old)
 and      /work/SRC/openSUSE:Factory/.kreport.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kreport"

Tue Jun 29 22:42:52 2021 rev:9 rq:902879 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kreport/kreport.changes  2020-06-17 
14:57:30.554454570 +0200
+++ /work/SRC/openSUSE:Factory/.kreport.new.2625/kreport.changes        
2021-06-29 22:42:57.410849653 +0200
@@ -1,0 +2,21 @@
+Mon Jun 28 14:47:16 UTC 2021 - Wolfgang Bauer <wba...@tmo.at>
+
+- Add Requires: cmake(Qt5Qml) to the devel package to fix kexi's
+  build on ppc
+
+-------------------------------------------------------------------
+Mon Jun 28 07:13:37 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Remove the optional QtWebKit build dependency.
+
+-------------------------------------------------------------------
+Tue Apr 20 13:52:12 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Spec cleanup
+
+-------------------------------------------------------------------
+Thu Aug 27 12:50:01 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Spec cleanup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kreport.spec ++++++
--- /var/tmp/diff_new_pack.Rp1mdm/_old  2021-06-29 22:42:58.898851617 +0200
+++ /var/tmp/diff_new_pack.Rp1mdm/_new  2021-06-29 22:42:58.902851622 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kreport
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,19 +28,18 @@
 # PATCH-FIX-UPSTREAM
 Patch0:         Fix-kexi-build-with-GCC-10.patch
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kproperty-devel
 BuildRequires:  python-base
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KPropertyCore)
 BuildRequires:  cmake(Marble)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5WebKitWidgets)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
 Recommends:     %{name}-lang
@@ -59,7 +58,8 @@
 %package devel
 Summary:        Development package for KReport
 Group:          Development/Libraries/KDE
-Requires:       kproperty-devel
+Requires:       cmake(KPropertyCore)
+Requires:       cmake(Qt5Qml)
 Requires:       libKReport3-%{sover} = %{version}
 
 %description devel
@@ -68,19 +68,18 @@
 %lang_package
 
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build
-%make_jobs
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %find_lang %{name} %{name}.lang --all-name --with-qt
+%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
+# The pkgconfig files contain incorrect stuff
+rm %{buildroot}%{_libdir}/pkgconfig/KReport3.pc
 
 %post -n libKReport3-%{sover} -p /sbin/ldconfig
 %postun -n libKReport3-%{sover} -p /sbin/ldconfig
@@ -90,16 +89,15 @@
 %{_libdir}/libKReport3.so.*
 
 %files
-%{_datadir}/kreport3/
-%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
 %{_kf5_plugindir}/kreport3/
+%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
+%{_kf5_sharedir}/kreport3/
 
 %files devel
 %license COPYING*
 %{_includedir}/KReport3/
-%{_libdir}/cmake/KReport3/
-%{_libdir}/libKReport3.so
-#%%{_libdir}/pkgconfig/KReport3.pc
+%{_kf5_cmakedir}/KReport3/
+%{_kf5_libdir}/libKReport3.so
 %{_kf5_mkspecsdir}/qt_KReport3.pri
 
 %files lang -f %{name}.lang

Reply via email to