Accepting request 616627 from network

- Update to version 1.3.2:
  * QtWebEngine: Improved workaround for a bug in Qt 5.11 where
    only the top/bottom half of the window is used.
  * QtWebEngine: Work around a bug in Qt 5.11 where an endless
    loading-loop is triggered when clicking a link with an unknown
    scheme.
  * QtWebEngine: When switching between pages with changed
    settings, less unnecessary reloads are done now.
  * QtWebEngine: It's now possible to open external links such as
    magnet:// or mailto: via hints.

OBS-URL: https://build.opensuse.org/request/show/616627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=20
This commit is contained in:
Yuchen Lin 2018-06-19 09:59:37 +00:00 committed by Git OBS Bridge
commit 058536967e
6 changed files with 35 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e860d35b0c5acc1b726dae5dd9425e3a14ed2d8a6330ab856add39d48f92e88
size 3533949

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAlsNGpoACgkQkW6wyP1V
oHJdOg//SAL8kbzzFwu1U38yubRi1b8AZqd4TLGHVBGqb1YICzVipxpyjRmCSg3b
uVmUNsLVsTH6HFjgxNQdMk4RMIf3HAUvEroTtYOSJ4vCEdkfu4N01oZOqNREEit2
+1lTX0gMwFLLE9/YRoAih/tfhyGPWgHIBQTZxioQ11ENdmg1+M//9Zx9wFlGLfoq
ZnqK1+heJn5lHA3IxcaVOha9DBRzsr5B1vOKhVQWZvJKPbU7/rIP6MzasD+AjE7f
6Y2cnQDBVAtJmPf5wiItj+IGSUaix/2hfaOLtfeC1x5Zys+OyKk7+jyRkNLeoJ7j
ygamVFNvtdnMyCFLoecCtWZtiWNyvC6C+AzKW6S4s0e6MgokW5SHacUMTz9w/d3V
H3ELSszBatkIOVC12wURlo2QfpsnxmLVrVbwEL56WrDzFO0o8L3ucv4QnTFu+kCc
MJEPe4mBjYFBAputlkisDEYFGZQ7dj5qqYGfYjh0y5R7Hnet+Wb/FuvXqBrWlgYU
vYcqWvo7qXtC7bYVBCj3BVSL634JLSMze7OM7QbTqX0jBLxNhvWJ4V+/VV0Ed151
gcJkYJ9mKUMPbU52K1l7gMbAJh+T8N0S5+KIF+OrNlZnobTCIKiEi6RjBDMScVQm
WPg/T3bhXLPoE2ng6rIFjxgaEnb8wwzcTxkb0bDRPVe98Frue/0=
=iqVT
-----END PGP SIGNATURE-----

3
qutebrowser-1.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f
size 3535391

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAlsdL0EACgkQkW6wyP1V
oHIdTQ//ae/W7QGOSSBf5zXG32CIhtLCa+/tojppz0K85EFPFO4VQQAcJ9uukTEx
vbcKzEBNAwsTx2e0rhiN9kLl3xTv5ha7i2Y+oUXUl7YfxVYoCDcNcgvqD4r5gVgk
H6puPYOzYtCX8i/+h7OUFLepOlrF6EbX2Y6KNT4YZCNwVINmqtrJWJt7Yhl3vkGp
6ql/1aBC2U3El0qvbN8qeVx+8uEXbpA919q7072ig3pxjBmuj1fWdyJA+4q/zamC
wHeLfwdHFFaw099eI8SsT35q2SwKv8UXBoqEmRC0qb+8aVask0E+kca9YwHPBvJU
EmDO+Tt/B28DfGt7CNvOoBquZhSTIDhCDWCgSmwOkUkbcfJOVMhFQ2xPP2QE1/U9
CjiyN/5CF3STAfcNo1vQD+ce9KwlDxvfkXYYTcM0ANryri0PU6B4noa7mVoUYLAM
ELS9I/4VU3/cMfMjynSF3PfbZUwS5wTzaYxqcVWoLeluFRwF8etNY4943o2hJwBu
nYv1mPnLmJnZnrkb3L/x8K8KXtLm5Pbvj3anWYmH99jPnyC94CHm7H+QeC6VxmaG
MtfYI2cRvrew0ka0wq81+C1/Yj243IIrL0z5kz015xwRANge+VDcttuUE/rEBqN9
hKLnlhHK6eq+7HWHCYoHb10yhHCDp86KWIyMKaEAV0b6JlB+93s=
=nwdu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 13 21:56:04 UTC 2018 - 9+suse@cirno.systems
- Update to version 1.3.2:
* QtWebEngine: Improved workaround for a bug in Qt 5.11 where
only the top/bottom half of the window is used.
* QtWebEngine: Work around a bug in Qt 5.11 where an endless
loading-loop is triggered when clicking a link with an unknown
scheme.
* QtWebEngine: When switching between pages with changed
settings, less unnecessary reloads are done now.
* QtWebEngine: It's now possible to open external links such as
magnet:// or mailto: via hints.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 29 09:23:43 UTC 2018 - 9+suse@cirno.systems Tue May 29 09:23:43 UTC 2018 - 9+suse@cirno.systems

View File

@ -17,9 +17,9 @@
Name: qutebrowser Name: qutebrowser
Version: 1.3.1 Version: 1.3.2
Release: 0 Release: 0
Summary: Keyboard-driven vim-like browser on Qt5 Summary: Keyboard-driven vim-like browser based on Qt5
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
URL: https://qutebrowser.org/ URL: https://qutebrowser.org/