Hello community, here is the log from the commit of package falkon for openSUSE:Factory checked in at 2019-03-26 22:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/falkon (Old) and /work/SRC/openSUSE:Factory/.falkon.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "falkon" Tue Mar 26 22:32:48 2019 rev:5 rq:687995 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/falkon/falkon.changes 2019-03-11 11:15:51.833329615 +0100 +++ /work/SRC/openSUSE:Factory/.falkon.new.25356/falkon.changes 2019-03-26 22:33:18.429692973 +0100 @@ -1,0 +2,18 @@ +Sun Mar 24 10:20:44 UTC 2019 - Markus S <[email protected]> + +- Update to 3.1.0 + * add support for writing plugins in QML + * add MiddleClickLoader Python plugin + * add page sharing to KDE Frameworks Integration plugin + * add basic support for client certificates (QtWebEngine >= 5.12) + * add support for registering custom protocol handlers (QtWebEngine >= 5.12) + * change search bar appearance to match other KDE apps + * use DBus instead of lockfile/socket to check and communicate with other instances (Linux) #404494 + * whitelisted cookies are no longer deleted when deleting all cookies + * Python plugin support is now stable + * close entire tree after middle click on collapsed tabs in VerticalTabs plugin #399217 + * fix some compatibility issues with QtWebEngine up to 5.12 + * fix some possible crashes in AdBlock + * fix builds with standalone QtWebEngine releases + +------------------------------------------------------------------- @@ -7 +25 @@ -Wed May 9 12:52:42 UTC 2018 - [email protected] +Wed May 9 12:52:42 UTC 2018 - Markus S <[email protected]> @@ -29 +47 @@ -Sat Apr 21 15:10:42 UTC 2018 - [email protected] +Sat Apr 21 15:10:42 UTC 2018 - Markus S <[email protected]> @@ -43 +61 @@ -Sat Mar 10 16:12:19 UTC 2018 - [email protected] +Sat Mar 10 16:12:19 UTC 2018 - Markus S <[email protected]> @@ -56 +74 @@ -Tue Aug 29 15:45:36 UTC 2017 - [email protected] +Tue Aug 29 15:45:36 UTC 2017 - Markus S <[email protected]> Old: ---- falkon-3.0.1.tar.xz New: ---- falkon-3.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ falkon.spec ++++++ --- /var/tmp/diff_new_pack.uSSuwj/_old 2019-03-26 22:33:20.961692362 +0100 +++ /var/tmp/diff_new_pack.uSSuwj/_new 2019-03-26 22:33:20.993692354 +0100 @@ -1,8 +1,9 @@ # # spec file for package falkon # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2015 Mariusz Fik <[email protected]> +# Copyright © 2015 Mariusz Fik <[email protected]> +# Copyright © 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright © 2019 Markus S. <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ # Name: falkon -Version: 3.0.1 +Version: 3.1.0 Release: 0 Summary: Modern web browser License: GPL-3.0-or-later @@ -29,7 +30,11 @@ # Search engine favicons. Source2: obs.png Source3: opensusesoftware.png -BuildRequires: cmake(KF5Wallet) >= 5.27.0 +BuildRequires: cmake(KF5Crash) >= 5.54.0 +BuildRequires: cmake(KF5CoreAddons) >= 5.54.0 +BuildRequires: cmake(KF5KIO) >= 5.54.0 +BuildRequires: cmake(KF5Purpose) >= 5.54.0 +BuildRequires: cmake(KF5Wallet) >= 5.54.0 BuildRequires: cmake(Qt5Concurrent) >= 5.9.0 BuildRequires: cmake(Qt5Core) >= 5.9.0 BuildRequires: cmake(Qt5DBus) >= 5.9.0 @@ -48,7 +53,7 @@ BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.9.0 BuildRequires: cmake(Qt5Widgets) >= 5.9.0 BuildRequires: cmake(Qt5X11Extras) >= 5.9.0 -BuildRequires: extra-cmake-modules >= 5.27.0 +BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: ki18n-devel @@ -59,6 +64,7 @@ BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(xcb-atom) BuildRequires: update-desktop-files +Recommends: %{name}-kde Recommends: %{name}-lang # it doesn't start without it (boo#1067547) Requires: libQt5Sql5-sqlite @@ -70,7 +76,7 @@ %description Falkon is a web browser designed to well integrate with all -common Linux desktops like GNOME and KDE Plasma desktops. +common Linux desktops like GNOME and KDE Plasma. It supports current web standards and comes with many features, such as an integrated ad blocker. @@ -88,17 +94,20 @@ Plugin for the Falkon browser that allows storing passwords in GNOME Keyring. -%package kwallet -Summary: KWallet plugin for Falkon +%package kde +Summary: Plugin for tighter integration of KDE technologies Group: Productivity/Networking/Web/Browsers Requires: %{name} = %{version} Requires: kwalletd5 Supplements: packageand(%{name}:kwalletd5) +Provides: falkon-kwallet = %{version} +Obsoletes: falkon-kwallet < %{version} Provides: qupzilla-kwallet = %{version} Obsoletes: qupzilla-kwallet < %{version} -%description kwallet -Plugin for the Falkon browser that allows storing passwords in KWallet. +%description kde +Plugin for the Falkon browser that allows tighter integration of KDE technologies, +such as storing passwords in KWallet. %prep %setup -q -n %{name}-%{version} @@ -119,8 +128,9 @@ %kf5_makeinstall DESTDIR=%{buildroot} -C build # FIXME: Split library into a separate package and also create falkon-devel with libfalkon.so ??? rm -vf %{buildroot}%{_libdir}/libFalkonPrivate.so -# We don't need a test plugin that does nothing. +# We don't need two test plugins that do nothing. rm -vf %{buildroot}%{_libdir}/%{name}/libTestPlugin.so +rm -vrf %{buildroot}%{_kf5_plugindir}/falkon/qml/helloqml/ %suse_update_desktop_file org.kde.falkon %fdupes %{buildroot}%{_kf5_sharedir}/ @@ -140,7 +150,7 @@ %files %doc CHANGELOG COPYING README.md %exclude %{_kf5_plugindir}/falkon/GnomeKeyringPasswords.so -%exclude %{_kf5_plugindir}/falkon/KWalletPasswords.so +%exclude %{_kf5_plugindir}/falkon/KDEFrameworksIntegration.so %{_kf5_appstreamdir}/org.kde.falkon.appdata.xml %{_kf5_bindir}/falkon %{_kf5_libdir}/libFalkonPrivate.so.* @@ -154,8 +164,8 @@ %files gnome-keyring %{_kf5_plugindir}/falkon/GnomeKeyringPasswords.so -%files kwallet -%{_kf5_plugindir}/falkon/KWalletPasswords.so +%files kde +%{_kf5_plugindir}/falkon/KDEFrameworksIntegration.so %files lang -f %{name}.lang ++++++ falkon-3.0.1.tar.xz -> falkon-3.1.0.tar.xz ++++++ ++++ 177382 lines of diff (skipped)
