Hello community, here is the log from the commit of package falkon for openSUSE:Factory checked in at 2018-05-11 09:15:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/falkon (Old) and /work/SRC/openSUSE:Factory/.falkon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "falkon" Fri May 11 09:15:17 2018 rev:3 rq:605765 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/falkon/falkon.changes 2018-04-11 14:03:55.950593754 +0200 +++ /work/SRC/openSUSE:Factory/.falkon.new/falkon.changes 2018-05-11 09:15:28.660596293 +0200 @@ -1,0 +2,30 @@ +Wed May 9 12:52:42 UTC 2018 - [email protected] + +- Update 3.0.1 + * added profile migration from QupZilla + * fix incorrectly completing form data on some sites #391327 + * fix showing incorrect state of back and forward buttons #391331 + * fix loading urls containing %20 from location bar #392445 + * fix save page action for downloading text files #391300 + * fix download manager trying to closing not restored tabs #392565 + * fix updating location bar site icon after using paste and go action #392747 + * fix various issues with QtWebEngine 5.11 #392885, #393398 + * fix speed dial sometimes loading with no pages #391875 + * fix leaving html fullscreen after closing tab #393797 + * fix saving speed dial settings when there are no configured pages + * fix restoring nested crashed sessions + * fix setting minimum height of bookmarks toolbar + * VerticalTabs: fix preserving expanded state of times inside collapsed parent #393567 + * VerticalTabs: don’t force open sidebar when opening new window #393629 +- Remove falkon-defaults.patch because the speeddial and bookmarks bar handling + has been completely rewritten and must be totally reworked (to do). + +------------------------------------------------------------------- +Sat Apr 21 15:10:42 UTC 2018 - [email protected] + +- Minor housekeeping + * Change qupzilla.com URLs to falkon.org + * Make the package description a bit more informative w/o using jargon + * Clean up specfile from leftover stuff from older versions + +------------------------------------------------------------------- Old: ---- falkon-3.0.0.tar.xz falkon-defaults.patch New: ---- falkon-3.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ falkon.spec ++++++ --- /var/tmp/diff_new_pack.KKKnBP/_old 2018-05-11 09:15:31.088508336 +0200 +++ /var/tmp/diff_new_pack.KKKnBP/_new 2018-05-11 09:15:31.092508191 +0200 @@ -17,20 +17,18 @@ # Name: falkon -Version: 3.0.0 +Version: 3.0.1 Release: 0 -Summary: Qt-based web browser +Summary: Modern web browser License: GPL-3.0-or-later Group: Productivity/Networking/Web/Browsers -Url: http://qupzilla.com/ +Url: https://www.falkon.org/ Source: %{name}-%{version}.tar.xz # Used to get a timestamp to override __DATE__ and __TIME__ with Source1: %{name}.changes # Search engine favicons. Source2: obs.png Source3: opensusesoftware.png -# PATCH-FEATURE-OPENSUSE falkon-defaults.patch -- Falkon defaults. -Patch0: %{name}-defaults.patch BuildRequires: cmake(KF5Wallet) >= 5.27.0 BuildRequires: cmake(Qt5Concurrent) >= 5.9.0 BuildRequires: cmake(Qt5Core) >= 5.9.0 @@ -53,12 +51,12 @@ BuildRequires: extra-cmake-modules >= 5.27.0 BuildRequires: fdupes BuildRequires: hicolor-icon-theme +BuildRequires: ki18n-devel BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libqt5-qttools-devel +BuildRequires: libressl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gnome-keyring-1) -BuildRequires: pkgconfig(hunspell) -BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xcb-atom) BuildRequires: update-desktop-files Recommends: %{name}-lang @@ -66,29 +64,28 @@ Requires: libQt5Sql5-sqlite Provides: qupzilla = %{version} Obsoletes: qupzilla < %{version} -# qupzilla-qt5 was last seen in openSUSE Leap 42.1. -Provides: qupzilla-qt5 = %{version} -Obsoletes: qupzilla-qt5 < %{version} %lang_package %description -Falkon is a web browser based on the Qt Framework. +Falkon is a web browser designed to well integrate with all +common Linux desktops like GNOME and KDE Plasma desktops. +It supports current web standards and comes with many features, +such as an integrated ad blocker. + +It was previously known as QupZilla. %package gnome-keyring -Summary: GNOME keyring plugin for Falkon +Summary: GNOME Keyring plugin for Falkon Group: Productivity/Networking/Web/Browsers Requires: %{name} = %{version} Supplements: packageand(%{name}:gnome-keyring) Provides: qupzilla-gnome-keyring = %{version} Obsoletes: qupzilla-gnome-keyring < %{version} -# qupzilla-qt5-gnome-keyring was last seen in openSUSE Leap 42.1. -Provides: qupzilla-qt5-gnome-keyring = %{version} -Obsoletes: qupzilla-qt5-gnome-keyring < %{version} %description gnome-keyring Plugin for the Falkon browser that allows storing passwords in -the GNOME keyring. +GNOME Keyring. %package kwallet Summary: KWallet plugin for Falkon @@ -98,13 +95,9 @@ Supplements: packageand(%{name}:kwalletd5) Provides: qupzilla-kwallet = %{version} Obsoletes: qupzilla-kwallet < %{version} -# qupzilla-qt5-kwallet was last seen in openSUSE Leap 42.1. -Provides: qupzilla-qt5-kwallet = %{version} -Obsoletes: qupzilla-qt5-kwallet < %{version} %description kwallet -Plugin for the Falkon browser that allows storing passwords in -KWallet. +Plugin for the Falkon browser that allows storing passwords in KWallet. %prep %setup -q -n %{name}-%{version} @@ -113,7 +106,6 @@ FAKE_TIME="\"$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')\"" find . -type f -regex '.*\.\(h\|c\|cpp\)' | xargs sed -i "s/__DATE__/${FAKE_DATE}/g;s/__TIME__/${FAKE_TIME}/g" -%patch0 -p1 # openSUSE icons. cp -f %{SOURCE2} %{SOURCE3} src/lib/data/icons/sites/ ++++++ falkon-3.0.0.tar.xz -> falkon-3.0.1.tar.xz ++++++ ++++ 575237 lines of diff (skipped)
