Accepting request 1178405 from network

- Update to version 3.2.0:
Added:
  * When qutebrowser receives a SIGHUP it will now reload any
    config.py file in use (same as the :config-source command does)
    gh#qutebrowser/qutebrowser#8108
  * The Chromium security patch version is now shown in the backend
    string in --version and :version. This reflects the latest
    Chromium version that security fixes have been backported to
    the base QtWebEngine version from.
    gh#qutebrowser/qutebrowser#7187
Changed:
  * With QtWebEngine 6.7+, the colors.webpage.darkmode.enabled
    setting can now be changed at runtime and supports URL patterns
    gh#qutebrowser/qutebrowser#8182
  * A few more completions will now match search terms in any
    order: :quickmark-*, :bookmark-*, :tab-take and :tab-select
    (for the quick and bookmark categories).
    gh#qutebrowser/qutebrowser#7955
  * Elements with an ARIA role="switch" now get hints (toggle
    switches like e.g. on cookie banners).
  * The tor_identity userscript now validates that the
    -c|--control-port argument value is an int.
    gh#qutebrowser/qutebrowser#8162
Fixed:
  * input.insert_mode.auto_load sometimes not triggering due to
    a race condition.
    gh#qutebrowser/qutebrowser#8145
  * Worked around qutebrowser quitting when closing a KDE file
    dialog due to a Qt bug.
    gh#qutebrowser/qutebrowser#8143

OBS-URL: https://build.opensuse.org/request/show/1178405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=65
This commit is contained in:
Ana Guerrero 2024-06-04 10:52:16 +00:00 committed by Git OBS Bridge
commit 0ec3b3deaf
6 changed files with 65 additions and 19 deletions

View File

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

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmVzNwYACgkQ737k0Dlp
C3uN6Av9GrLXH13anSPtwQcWbDFz/DcpIagKlY/ZUeOmu3/5PyK0yO6CH2BhLQbV
98zGYU5PneUHGv/6kGjhYYT/Alc2WdzwXxotn7NRZFcxDd7gkgdNj1Ct1Of93rEg
8bOlo9goF7FetIjvTXFTLgOxzbrg/SL5nJ+MMDl2ldBIuRG7vw3ArsRe7MdMad6i
fG2z+wssig7UhlXxaUB4LA0KIyPGbDMmphcHZ7RZbdKZz346rRGRDoacNSqQRi45
Ox5mIwlK10kOiTDmKWmYPOcupZuQvYJRc1azz0PxkHPK+9DAwkQx/F8pdfSY4KqS
29k/x4TNbxE82Yn0l9+qDQroUhY3HNkR9zjr4xtlVpdvFbwvJagpSHg/qwWIshlb
RqtbicZ+NzyYLKBD5eUCtvrdJUoHKUoDKsPMGQIB/Ygqw7WoGGf8D+dQEm8RuWgC
siuLMUfZtrEV26KPZnpmdImYNFXoSfDjsoznR9DCAfxf4/73TTLp5/Dk8Z2eBbPQ
XdfvuDzG
=he07
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEJ/O7T8IX7suFhXiu737k0DlpC3sFAmZd1psACgkQ737k0Dlp
C3tiBgwA4jugsK+E34Efyqd6X8QMnZ3zv6RTZkp5G9bpGinD9KXgCeaxxegGqjtB
s63tPdPbNvAGg0mA4iAq81i/aJ/gmHyKJ6GklGjbym4cbczL+eIAvsZ/LWUiZ62x
HdVIdwyu0kKq9AWUtaY+COnqiWM1Ffgns/9XCJwUhGJdeHdh/CAzHbj1GNJNW4/4
zf1kul5448Rd7qs3UE+1RzB0TR0LIrgGReKXE66CufGNnZbTzPHQgVigUJybxRVe
fIUWkgnoZ/2lPYLMuMDH9mKg0JTktlSTIMuMURS3lyMAKTrAonXVdiUSqqaXvSdG
mHSnezYQHndo+sadmHz2zkUz8NADOxj4RG0PI9Six75xE6cNiJwR9tZDFwe9rQlJ
9t75IgPK0CUz7YWzkXgoMUEolXRCT8NAkOeE7bFYCfzXNNpOu0bnFbe6HJGU4cOq
6mm3UOw6t4yedUypC3iMKmB8nFqU45OzDkZ4oPaH3fKgy64oCy/dhKSkgBDmSpGW
QHJdpNwt
=DVWg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Jun 4 00:31:01 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to version 3.2.0:
Added:
* When qutebrowser receives a SIGHUP it will now reload any
config.py file in use (same as the :config-source command does)
gh#qutebrowser/qutebrowser#8108
* The Chromium security patch version is now shown in the backend
string in --version and :version. This reflects the latest
Chromium version that security fixes have been backported to
the base QtWebEngine version from.
gh#qutebrowser/qutebrowser#7187
Changed:
* With QtWebEngine 6.7+, the colors.webpage.darkmode.enabled
setting can now be changed at runtime and supports URL patterns
gh#qutebrowser/qutebrowser#8182
* A few more completions will now match search terms in any
order: :quickmark-*, :bookmark-*, :tab-take and :tab-select
(for the quick and bookmark categories).
gh#qutebrowser/qutebrowser#7955
* Elements with an ARIA role="switch" now get hints (toggle
switches like e.g. on cookie banners).
* The tor_identity userscript now validates that the
-c|--control-port argument value is an int.
gh#qutebrowser/qutebrowser#8162
Fixed:
* input.insert_mode.auto_load sometimes not triggering due to
a race condition.
gh#qutebrowser/qutebrowser#8145
* Worked around qutebrowser quitting when closing a KDE file
dialog due to a Qt bug.
gh#qutebrowser/qutebrowser#8143
* Trying to use qutebrowser after its been deleted/moved on disk
(e.g. after a Python upgrade) should now not crash anymore.
* When the QtWebEngine resources dir couldnt be found,
qutebrowser now doesnt crash anymore (but QtWebEngine still
might).
* Fixed a rare crash in the completion widget when there was no
selection model when we went to clear that, probably when
leaving a mode.
gh#qutebrowser/qutebrowser#7901
* The latest PDF.js release (v4.2.67) is now supported when
backed by QtWebEngine 6.6+
gh#qutebrowser/qutebrowser#8170
-------------------------------------------------------------------
Mon Dec 11 13:29:26 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@ -1,7 +1,7 @@
#
# spec file for package qutebrowser
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: qutebrowser
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: Keyboard-driven vim-like browser based on Qt6
License: GPL-3.0-or-later