Hello community,

here is the log from the commit of package kwebkitpart for openSUSE:Factory 
checked in at 2018-01-25 12:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwebkitpart (Old)
 and      /work/SRC/openSUSE:Factory/.kwebkitpart.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwebkitpart"

Thu Jan 25 12:34:48 2018 rev:34 rq:567905 
version:1.3.4git.20171117T115813~cca571d

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwebkitpart/kwebkitpart.changes  2017-06-01 
16:24:28.461006251 +0200
+++ /work/SRC/openSUSE:Factory/.kwebkitpart.new/kwebkitpart.changes     
2018-01-25 12:34:49.718662990 +0100
@@ -1,0 +2,16 @@
+Thu Jan 18 17:29:27 UTC 2018 - wba...@tmo.at
+
+- Update to latest git master
+  * ported away from kdelibs4support
+  * fix translation of the search bar
+  * use the KSslInfoDialog provided by kio
+  * ported to categorized logging
+- Update translations to the latest versions from svn
+- Adjust build requirements
+- Use the ki18n_install() cmake macro to build/install the
+  translations instead of relying on some old cmake files
+- Change package version to reflect the fact that it's a git
+  snapshot (boo#1076525)
+- Update Url
+
+-------------------------------------------------------------------

Old:
----
  kwebkitpart-1.3.4.tar.gz
  kwebkitpart-lang.tar.bz2

New:
----
  kwebkitpart-1.3.4git.20171117T115813~cca571d.tar.xz
  kwebkitpart-lang.tar.xz

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

Other differences:
------------------
++++++ kwebkitpart.spec ++++++
--- /var/tmp/diff_new_pack.j9dR2I/_old  2018-01-25 12:34:50.386631808 +0100
+++ /var/tmp/diff_new_pack.j9dR2I/_new  2018-01-25 12:34:50.386631808 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwebkitpart
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,32 +17,29 @@
 
 
 Name:           kwebkitpart
-Version:        1.3.4
+Version:        1.3.4git.20171117T115813~cca571d
 Release:        0
 Summary:        KDE Webkit web browser component
 License:        LGPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/KDE
-Url:            https://projects.kde.org/projects/extragear/base/kwebkitpart
-Source:         %{name}-%{version}.tar.gz
-Source1:        %{name}-lang.tar.bz2
+Url:            https://cgit.kde.org/kwebkitpart.git
+Source:         %{name}-%{version}.tar.xz
+Source1:        %{name}-lang.tar.xz
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kactivities5-devel
-BuildRequires:  karchive-devel
-BuildRequires:  kbookmarks-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
 BuildRequires:  kcoreaddons-devel
 BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  kdewebkit-devel
 BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kio-devel
 BuildRequires:  kparts-devel
 BuildRequires:  pkgconfig
-BuildRequires:  sqlite-devel
+BuildRequires:  sonnet-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
@@ -62,12 +59,8 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{version}
-tar xjf $RPM_SOURCE_DIR/%{name}-lang.tar.bz2
-echo "add_subdirectory(lang)" >> CMakeLists.txt
-# don't look for Msgfmt, it has been removed in Frameworks as its 
functionality is part of cmake's own Gettext module
-# replace it with cmake_policy(SET CMP0002 OLD) to make the translations build
-sed -i "s/find_package(Msgfmt REQUIRED)/cmake_policy(SET CMP0002 OLD)/" 
lang/CMakeLists.txt
+%setup -q -n %{name}-%{version} -a 1
+echo "ki18n_install(po)" >> CMakeLists.txt
 
 %build
 %cmake_kf5 -d build
@@ -85,6 +78,7 @@
 
 %files
 %defattr(-,root,root)
+%{_kf5_debugdir}/kwebkitpart.categories
 %{_kf5_plugindir}
 %{_kf5_servicesdir}/kwebkitpart.desktop
 %{_kf5_appsdir}/kwebkitpart


Reply via email to