Hello community, here is the log from the commit of package qupzilla for openSUSE:Factory checked in at 2014-05-17 21:44:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qupzilla (Old) and /work/SRC/openSUSE:Factory/.qupzilla.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qupzilla" Changes: -------- --- /work/SRC/openSUSE:Factory/qupzilla/qupzilla-qt5.changes 2014-03-01 07:47:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qupzilla.new/qupzilla-qt5.changes 2014-05-17 21:44:50.000000000 +0200 @@ -1,0 +2,41 @@ +Wed May 14 20:20:14 UTC 2014 - [email protected] + +- Update to 1.6.6 + * added new AutoScroll plugin + * added new F12 shortcut for Web Inspector + * fixed: correctly switching between tabbars when + closing tabs + * fixed: draw tabbar base even when there are no tabs in + main tabbar + * fixed: position of add tab button when there are no tabs + in main tabbar + * fixed: setting correct paths for portable mode + +------------------------------------------------------------------- +Sun Apr 20 18:19:23 UTC 2014 - [email protected] + +- Update to 1.6.5 + * fixed build issues on Mac + * fixed error handling when downloading CA certificates bundle + * fixed error handling when downloading AdBlock subscriptions + * fixed loading KWalletPasswords plugin + * Source tarballs are now compressed using xz. +- Changes since 1.6.4 + * enabled sending DoNotTrack header by default + * updated ca-bundle certificates + * use same session files with both Qt4 and Qt5 + * fixed: Click2Flash playing videos on YouTube with Qt5 + * fixed: hiding close button on current tab when dragging it with Qt5 + * fixed: double clicking on scroll buttons in tabbar with Qt5 + * fixed: text visibility in speeddial inputs with dark themes + * fixed: getting tab index with rtl layout + * fixed: ctrl+up shortcut in websearchbar correctly select first item + * fixed: correctly loading translations of all plugins +- Use %qmake5 macro for Qt5 build, as it exports optflags + +------------------------------------------------------------------- +Fri Apr 18 22:13:21 UTC 2014 - [email protected] + +- BuildRequire libqt5-qttools-devel instead of just libqt5-qttools + +------------------------------------------------------------------- qupzilla.changes: same change Old: ---- QupZilla-1.6.3.tar.gz New: ---- QupZilla-1.6.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qupzilla-qt5.spec ++++++ --- /var/tmp/diff_new_pack.ODDT7F/_old 2014-05-17 21:44:51.000000000 +0200 +++ /var/tmp/diff_new_pack.ODDT7F/_new 2014-05-17 21:44:51.000000000 +0200 @@ -24,13 +24,13 @@ %else Name: qupzilla-qt5 %endif -Version: 1.6.3 +Version: 1.6.6 Release: 0 Summary: A very fast open source browser based on WebKit core License: GPL-3.0+ Group: Productivity/Networking/Web/Browsers Url: http://qupzilla.com/ -Source: https://github.com/QupZilla/qupzilla/releases/download/v%{version}/QupZilla-%{version}.tar.gz +Source: https://github.com/QupZilla/qupzilla/releases/download/v%{version}/QupZilla-%{version}.tar.xz # WORKAROUND FOR QTBUG-34950 Patch0: qupzilla-gdb-workaround.patch BuildRequires: fdupes @@ -53,7 +53,7 @@ %else BuildRequires: libqt5-qtbase-private-headers-devel %endif -BuildRequires: libqt5-qttools +BuildRequires: libqt5-qttools-devel BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5WebKitWidgets) %else @@ -62,8 +62,8 @@ BuildRequires: pkgconfig(QtNetwork) >= 4.7 BuildRequires: pkgconfig(QtWebKit) %endif -BuildRequires: pkgconfig(openssl) BuildRequires: update-desktop-files +BuildRequires: pkgconfig(openssl) %if 0%{?qt5_build} Conflicts: qupzilla %endif @@ -117,7 +117,7 @@ # Debug config is needed for -debuginfo and -debugsource packages. qmake CONFIG+=debug %else -%{_libqt5_qmake} +%qmake5 %endif make %{?_smp_mflags} @@ -142,6 +142,7 @@ %{_libdir}/libQupZilla.so.* %dir %{_libdir}/qupzilla %{_libdir}/qupzilla/libAccessKeysNavigation.so +%{_libdir}/qupzilla/libAutoScroll.so %{_libdir}/qupzilla/libMouseGestures.so %{_libdir}/qupzilla/libGreaseMonkey.so %{_libdir}/qupzilla/libPIM.so ++++++ qupzilla.spec ++++++ --- /var/tmp/diff_new_pack.ODDT7F/_old 2014-05-17 21:44:51.000000000 +0200 +++ /var/tmp/diff_new_pack.ODDT7F/_new 2014-05-17 21:44:51.000000000 +0200 @@ -24,13 +24,13 @@ %else Name: qupzilla-qt5 %endif -Version: 1.6.3 +Version: 1.6.6 Release: 0 Summary: A very fast open source browser based on WebKit core License: GPL-3.0+ Group: Productivity/Networking/Web/Browsers Url: http://qupzilla.com/ -Source: https://github.com/QupZilla/qupzilla/releases/download/v%{version}/QupZilla-%{version}.tar.gz +Source: https://github.com/QupZilla/qupzilla/releases/download/v%{version}/QupZilla-%{version}.tar.xz # WORKAROUND FOR QTBUG-34950 Patch0: qupzilla-gdb-workaround.patch BuildRequires: fdupes @@ -53,7 +53,7 @@ %else BuildRequires: libqt5-qtbase-private-headers-devel %endif -BuildRequires: libqt5-qttools +BuildRequires: libqt5-qttools-devel BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5WebKitWidgets) %else @@ -62,8 +62,8 @@ BuildRequires: pkgconfig(QtNetwork) >= 4.7 BuildRequires: pkgconfig(QtWebKit) %endif -BuildRequires: pkgconfig(openssl) BuildRequires: update-desktop-files +BuildRequires: pkgconfig(openssl) %if 0%{?qt5_build} Conflicts: qupzilla %endif @@ -117,7 +117,7 @@ # Debug config is needed for -debuginfo and -debugsource packages. qmake CONFIG+=debug %else -%{_libqt5_qmake} +%qmake5 %endif make %{?_smp_mflags} @@ -142,6 +142,7 @@ %{_libdir}/libQupZilla.so.* %dir %{_libdir}/qupzilla %{_libdir}/qupzilla/libAccessKeysNavigation.so +%{_libdir}/qupzilla/libAutoScroll.so %{_libdir}/qupzilla/libMouseGestures.so %{_libdir}/qupzilla/libGreaseMonkey.so %{_libdir}/qupzilla/libPIM.so ++++++ qupzilla-gdb-workaround.patch ++++++ --- /var/tmp/diff_new_pack.ODDT7F/_old 2014-05-17 21:44:51.000000000 +0200 +++ /var/tmp/diff_new_pack.ODDT7F/_new 2014-05-17 21:44:51.000000000 +0200 @@ -1,13 +1,12 @@ ---- a/src/defines.pri 2014-01-26 21:16:22.000000000 +0100 -+++ b/src/defines.pri 2014-02-06 00:59:52.409166700 +0100 -@@ -7,6 +7,9 @@ +--- QupZilla-1.6.5.orig/src/defines.pri 2014-04-18 16:12:04.000000000 +0200 ++++ QupZilla-1.6.5/src/defines.pri 2014-04-20 20:25:46.988991269 +0200 +@@ -7,6 +7,9 @@ UI_DIR = $$PWD/../build # workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196 mocinclude.CONFIG *= fix_target +# workaround for https://bugreports.qt-project.org/browse/QTBUG-34950 +CONFIG -= gdb_dwarf_index + - unix: VERSION = 1.6.3 + unix: VERSION = 1.6.6 # Please read BUILD information # - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
