commit qutebrowser for openSUSE:Factory
Hello community, here is the log from the commit of package qutebrowser for openSUSE:Factory checked in at 2018-10-31 13:15:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qutebrowser (Old) and /work/SRC/openSUSE:Factory/.qutebrowser.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "qutebrowser" Wed Oct 31 13:15:18 2018 rev:28 rq:645376 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes 2018-10-11 12:00:07.233667407 +0200 +++ /work/SRC/openSUSE:Factory/.qutebrowser.new/qutebrowser.changes 2018-10-31 13:18:52.459201778 +0100 @@ -1,0 +2,8 @@ +Mon Oct 29 22:23:40 UTC 2018 - Martin Herkt <9+suse@cirno.systems> + +- Update to version 1.5.2: + * The content.cookies.accept setting is now set to all instead + of no-3rdparty by default, as no-3rdparty breaks various pages + such as GMail. + +------------------------------------------------------------------- Old: ---- qutebrowser-1.5.1.tar.gz qutebrowser-1.5.1.tar.gz.asc New: ---- qutebrowser-1.5.2.tar.gz qutebrowser-1.5.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qutebrowser.spec ++++++ --- /var/tmp/diff_new_pack.P52Iig/_old 2018-10-31 13:19:00.179194538 +0100 +++ /var/tmp/diff_new_pack.P52Iig/_new 2018-10-31 13:19:00.183194535 +0100 @@ -17,7 +17,7 @@ Name: qutebrowser -Version: 1.5.1 +Version: 1.5.2 Release: 0 Summary: Keyboard-driven vim-like browser based on Qt5 License: GPL-3.0-or-later ++++++ qutebrowser-1.5.1.tar.gz -> qutebrowser-1.5.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/PKG-INFO new/qutebrowser-1.5.2/PKG-INFO --- old/qutebrowser-1.5.1/PKG-INFO 2018-10-10 08:25:26.000000000 +0200 +++ new/qutebrowser-1.5.2/PKG-INFO 2018-10-26 10:22:47.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: qutebrowser -Version: 1.5.1 +Version: 1.5.2 Summary: A keyboard-driven, vim-like browser based on PyQt5. Home-page: https://www.qutebrowser.org/ Author: Florian Bruhin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/doc/changelog.asciidoc new/qutebrowser-1.5.2/doc/changelog.asciidoc --- old/qutebrowser-1.5.1/doc/changelog.asciidoc 2018-10-10 08:24:13.000000000 +0200 +++ new/qutebrowser-1.5.2/doc/changelog.asciidoc 2018-10-26 10:22:22.000000000 +0200 @@ -15,6 +15,16 @@ // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. +v1.5.2 +------ + +Changed +~~~~~~~ + +- The `content.cookies.accept` setting is now set to `all` instead of + `no-3rdparty` by default, as `no-3rdparty` breaks various pages such as + GMail. + v1.5.1 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/doc/qutebrowser.1 new/qutebrowser-1.5.2/doc/qutebrowser.1 --- old/qutebrowser-1.5.1/doc/qutebrowser.1 2018-10-10 08:25:24.000000000 +0200 +++ new/qutebrowser-1.5.2/doc/qutebrowser.1 2018-10-26 10:22:45.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: qutebrowser .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 10/10/2018 +.\" Date: 10/26/2018 .\" Manual: qutebrowser manpage .\" Source: qutebrowser .\" Language: English .\" -.TH "QUTEBROWSER" "1" "10/10/2018" "qutebrowser" "qutebrowser manpage" +.TH "QUTEBROWSER" "1" "10/26/2018" "qutebrowser" "qutebrowser manpage" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/__init__.py new/qutebrowser-1.5.2/qutebrowser/__init__.py --- old/qutebrowser-1.5.1/qutebrowser/__init__.py 2018-10-10 08:24:08.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/__init__.py 2018-10-26 10:21:28.000000000 +0200 @@ -26,7 +26,7 @@ __license__ = "GPL" __maintainer__ = __author__ __email__ = "mail@qutebrowser.org" -__version_info__ = (1, 5, 1) +__version_info__ = (1, 5, 2) __version__ = '.'.join(str(e) for e in __version_info__) __description__ = "A keyboard-driven, vim-like browser based on PyQt5." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/config/configdata.yml new/qutebrowser-1.5.2/qutebrowser/config/configdata.yml --- old/qutebrowser-1.5.1/qutebrowser/config/configdata.yml 2018-10-10 08:24:13.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/config/configdata.yml 2018-10-26 10:22:22.000000000 +0200 @@ -327,7 +327,7 @@ ask the application cache for the contents, before hitting the network. content.cookies.accept: - default: no-3rdparty + default: all backend: QtWebKit: true QtWebEngine: Qt 5.11 @@ -335,7 +335,8 @@ name: String valid_values: - all: "Accept all cookies." - - no-3rdparty: "Accept cookies from the same origin only." + - no-3rdparty: "Accept cookies from the same origin only. This is known + to break some sites, such as GMail." - no-unknown-3rdparty: "Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/git-commit-id new/qutebrowser-1.5.2/qutebrowser/git-commit-id --- old/qutebrowser-1.5.1/qutebrowser/git-commit-id 2018-10-10 08:25:26.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/git-commit-id 2018-10-26 10:22:47.000000000 +0200 @@ -1 +1 @@ -c7a21b37e (2018-10-10 08:23:17 +0200) \ No newline at end of file +a42f37a0c (2018-10-26 10:20:24 +0200) \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/changelog.html new/qutebrowser-1.5.2/qutebrowser/html/doc/changelog.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/changelog.html 2018-10-10 08:25:06.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/changelog.html 2018-10-26 10:22:25.000000000 +0200 @@ -807,6 +807,23 @@ </div> </div> <div class="sect1"> +<h2 id="_v1_5_2">v1.5.2</h2> +<div class="sectionbody"> +<div class="sect2"> +<h3 id="_changed">Changed</h3> +<div class="ulist"><ul> +<li> +<p> +The <code>content.cookies.accept</code> setting is now set to <code>all</code> instead of + <code>no-3rdparty</code> by default, as <code>no-3rdparty</code> breaks various pages such as + GMail. +</p> +</li> +</ul></div> +</div> +</div> +</div> +<div class="sect1"> <h2 id="_v1_5_1">v1.5.1</h2> <div class="sectionbody"> <div class="sect2"> @@ -953,7 +970,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed">Changed</h3> +<h3 id="_changed_2">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -1157,7 +1174,7 @@ <h2 id="_v1_4_2">v1.4.2</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_2">Changed</h3> +<h3 id="_changed_3">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -1419,7 +1436,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_3">Changed</h3> +<h3 id="_changed_4">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -1799,7 +1816,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_4">Changed</h3> +<h3 id="_changed_5">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -2240,7 +2257,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_5">Changed</h3> +<h3 id="_changed_6">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -2546,7 +2563,7 @@ <h2 id="_v1_1_2">v1.1.2</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_6">Changed</h3> +<h3 id="_changed_7">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -2779,7 +2796,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_7">Changed</h3> +<h3 id="_changed_8">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -3117,7 +3134,7 @@ <h2 id="_v1_0_3">v1.0.3</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_8">Changed</h3> +<h3 id="_changed_9">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -3206,7 +3223,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_9">Changed</h3> +<h3 id="_changed_10">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -3421,7 +3438,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_10">Changed</h3> +<h3 id="_changed_11">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -3656,7 +3673,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_11">Changed</h3> +<h3 id="_changed_12">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -3982,7 +3999,7 @@ <h2 id="_v0_10_1">v0.10.1</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_12">Changed</h3> +<h3 id="_changed_13">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -4139,7 +4156,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_13">Changed</h3> +<h3 id="_changed_14">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -4514,7 +4531,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_14">Changed</h3> +<h3 id="_changed_15">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -5190,7 +5207,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_15">Changed</h3> +<h3 id="_changed_16">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -5370,7 +5387,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_16">Changed</h3> +<h3 id="_changed_17">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -5715,7 +5732,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_17">Changed</h3> +<h3 id="_changed_18">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -6063,7 +6080,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_18">Changed</h3> +<h3 id="_changed_19">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -6429,7 +6446,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_19">Changed</h3> +<h3 id="_changed_20">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -6735,7 +6752,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_20">Changed</h3> +<h3 id="_changed_21">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -7275,7 +7292,7 @@ </ul></div> </div> <div class="sect2"> -<h3 id="_changed_21">Changed</h3> +<h3 id="_changed_22">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -7596,7 +7613,7 @@ <h2 id="_a_href_https_github_com_qutebrowser_qutebrowser_releases_tag_v0_1_4_v0_1_4_a"><a href="https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.4">v0.1.4</a></h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_22">Changed</h3> +<h3 id="_changed_23">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -7746,7 +7763,7 @@ <h2 id="_a_href_https_github_com_qutebrowser_qutebrowser_releases_tag_v0_1_3_v0_1_3_a"><a href="https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.3">v0.1.3</a></h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_23">Changed</h3> +<h3 id="_changed_24">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -7861,7 +7878,7 @@ <h2 id="_a_href_https_github_com_qutebrowser_qutebrowser_releases_tag_v0_1_2_v0_1_2_a"><a href="https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.2">v0.1.2</a></h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_changed_24">Changed</h3> +<h3 id="_changed_25">Changed</h3> <div class="ulist"><ul> <li> <p> @@ -8188,7 +8205,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:05 CEST + 2018-10-26 10:22:23 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/commands.html new/qutebrowser-1.5.2/qutebrowser/html/doc/commands.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/commands.html 2018-10-10 08:25:12.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/commands.html 2018-10-26 10:22:31.000000000 +0200 @@ -4751,7 +4751,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:10 CEST + 2018-10-26 10:22:29 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/configuring.html new/qutebrowser-1.5.2/qutebrowser/html/doc/configuring.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/configuring.html 2018-10-10 08:25:18.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/configuring.html 2018-10-26 10:22:38.000000000 +0200 @@ -1265,7 +1265,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:12 CEST + 2018-10-26 10:22:31 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/contributing.html new/qutebrowser-1.5.2/qutebrowser/html/doc/contributing.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/contributing.html 2018-10-10 08:25:09.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/contributing.html 2018-10-26 10:22:28.000000000 +0200 @@ -2172,7 +2172,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:06 CEST + 2018-10-26 10:22:25 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/faq.html new/qutebrowser-1.5.2/qutebrowser/html/doc/faq.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/faq.html 2018-10-10 08:25:05.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/faq.html 2018-10-26 10:22:23.000000000 +0200 @@ -1288,7 +1288,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:04 CEST + 2018-10-26 10:22:23 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/index.html new/qutebrowser-1.5.2/qutebrowser/html/doc/index.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/index.html 2018-10-10 08:25:23.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/index.html 2018-10-26 10:22:44.000000000 +0200 @@ -905,7 +905,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:22 CEST + 2018-10-26 10:22:43 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/quickstart.html new/qutebrowser-1.5.2/qutebrowser/html/doc/quickstart.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/quickstart.html 2018-10-10 08:25:09.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/quickstart.html 2018-10-26 10:22:29.000000000 +0200 @@ -983,7 +983,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:09 CEST + 2018-10-26 10:22:28 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/settings.html new/qutebrowser-1.5.2/qutebrowser/html/doc/settings.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/settings.html 2018-10-10 08:25:22.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/settings.html 2018-10-26 10:22:43.000000000 +0200 @@ -4288,7 +4288,7 @@ </li> <li> <p> -<code>no-3rdparty</code>: Accept cookies from the same origin only. +<code>no-3rdparty</code>: Accept cookies from the same origin only. This is known to break some sites, such as GMail. </p> </li> <li> @@ -4302,7 +4302,7 @@ </p> </li> </ul></div> -<div class="paragraph"><p>Default: <code>no-3rdparty</code></p></div> +<div class="paragraph"><p>Default: <code>all</code></p></div> <div class="paragraph"><p>On QtWebEngine, this setting requires Qt 5.11 or newer.</p></div> </div> <div class="sect2"> @@ -7073,7 +7073,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:18 CEST + 2018-10-26 10:22:38 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser/html/doc/userscripts.html new/qutebrowser-1.5.2/qutebrowser/html/doc/userscripts.html --- old/qutebrowser-1.5.1/qutebrowser/html/doc/userscripts.html 2018-10-10 08:25:10.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser/html/doc/userscripts.html 2018-10-26 10:22:29.000000000 +0200 @@ -968,7 +968,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-10-10 08:25:09 CEST + 2018-10-26 10:22:29 CEST </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qutebrowser-1.5.1/qutebrowser.egg-info/PKG-INFO new/qutebrowser-1.5.2/qutebrowser.egg-info/PKG-INFO --- old/qutebrowser-1.5.1/qutebrowser.egg-info/PKG-INFO 2018-10-10 08:25:26.000000000 +0200 +++ new/qutebrowser-1.5.2/qutebrowser.egg-info/PKG-INFO 2018-10-26 10:22:47.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: qutebrowser -Version: 1.5.1 +Version: 1.5.2 Summary: A keyboard-driven, vim-like browser based on PyQt5. Home-page: https://www.qutebrowser.org/ Author: Florian Bruhin
participants (1)
-
root