Hello community, here is the log from the commit of package newsboat for openSUSE:Factory checked in at 2020-03-23 12:52:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/newsboat (Old) and /work/SRC/openSUSE:Factory/.newsboat.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newsboat" Mon Mar 23 12:52:02 2020 rev:9 rq:787373 version:2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/newsboat/newsboat.changes 2020-01-03 17:34:10.267209866 +0100 +++ /work/SRC/openSUSE:Factory/.newsboat.new.3160/newsboat.changes 2020-03-23 12:53:12.996056490 +0100 @@ -1,0 +2,86 @@ +Mon Mar 23 08:59:21 UTC 2020 - Michael Vetter <[email protected]> + +- Update to 2.19: + Added: + * contrib/urls-maintenance.sh: a script that converts HTTP to HTTPS, updates + URLs according to HTTP redirects etc. (velaja) + * `delete-played-files` setting (#669) (Dennis van der Schagt) + * `%K` format for `podlist-format`. This format specifier is replaced by the + human readable download speed (automatically switches between KB/s, MB/s, and + GB/s) (Dennis van der Schagt) + * Docs on how to synchronize with Bazqux (Jonathan Siddle, Alexander Batischev) + * Document that regexes use POSIX extended regular expressions + * Document that regexes in filter language are case-insensitive + Changed: + * Dependency: we now use Asciidoctor instead of Asciidoc + * Dependency on Rust: we now have a schedule for bumping the minimum supported + Rust version (#709) + * Update vendored version of Catch2 to 2.11.3 + * Display `<audio>` and `<video>` tags in article view (Ignacio Losiggio) + * Update translations: Dutch (Dennis van der Schagt), German (Lysander + Trischler), Russian, Ukrainian (Alexander Batischev) + * `podlist-format` now uses `%K` instead of `%k` by default (shows human + readable speed instead of always using KB/s) (#727) (Dennis van der Schagt) + * contrib/pinboard.pl: save description of the article (Donald Merand) + * The EOT markers ("~" characters below blocks of text) no longer inherit their + style (colors + attributes) from the "article" style. Instead, they can be + configured separately, allowing to hide them without hiding the article text + (example config line: `color end-of-text-marker default default invis`) (#507) + (Dennis van der Schagt) + Fixed: + * **Breaking change**: `bind-key` context `podbeuter` renamed to `podboat` + (Alexander Batischev) (Kudos to Marcos Cruz) + * Garbage displayed in empty lines turned out to be a bug in libstfl. Dennis van + der Schagt created a patch and submitted it upstream on 7 March 2020, but + the upstream maintainer haven't responded. Please apply the patch yourself: + https://github.com/newsboat/newsboat/issues/506#issuecomment-596091556 + (#273, #506) (Dennis van der Schagt) + * Podboat now saves and restores "finished" state of the podcast (#714) (Dennis + van der Schagt) + * Command-line options that take paths as arguments (--cache-file, --url-file + etc.) now resolve tilde as path to the home directory (#524) (Alexander + Batischev) + * `--execute print-unread` now takes `ignore-article` into account (#484) + (@Brn9hrd7) + * Podboat no longer spuriously creates .part directories (#725) (Dennis van der + Schagt) + * Incorrect paths in filebrowser and dirbrowser when navigating with arrow keys + and Enter (#547) (Dennis van der Schagt) + * Incorrect dates parsing on macOS 10.15 Catalina (Alexander Batischev) + * `--help` now displays paths to config, urls file, and cache file (#294) + (Alexander Batischev) + * Documentation now correctly explains that positive padding values add padding + on the left (Dennis van der Schagt) + * Newsboat not displaying titles of empty feeds (#732) (Dennis van der Schagt) + * Newsboat forgetting feed titles if reload brought no new items (#748) + (Alexander Batischev) + * filebrowser and dirbrowser displaying ".." instead of an actual directory path + (#731) (Dennis van der Schagt) + * `make -jN` now *really* limits the number of jobs to N (#768) (Anatoly Sablin, + Alexander Batischev) + * `pb-purge` (`P` in Podboat) no longer removes played files, just as + documentation claims (Dennis van der Schagt) + * `highlight` in feedlist being overridden after reload (#37) (Dennis van der + Schagt) + * `highlight` regexes unable to match beginning-of-line (#242, #535) (Dennis van + der Schagt) + * Search not extending into and across hyperlinks (#331) (Dennis van der Schagt) + * `highlight` in articles extending beyond the text that the regex matched + (#488) (Dennis van der Schagt) + * `highlight` that matches beginning-of-line matching again after the first + match (#796) (Dennis van der Schagt) + * Feed/article titles are now sanitized, to prevent HTML markup from breaking + formatting (#796) (Dennis van der Schagt) + * Plain-text rendition of an article no longer contains STFL markup (Dennis van + der Schagt) + * "Filler sequence" (`%>`) not working in format strings for articlelist, + dialogs, help, select-tag, select-filter and urls dialogs (#88) (Dennis van + der Schagt) + * Cursor in Podboat is hidden (Dennis van der Schagt) + * Crash when displaying an article that has double-closed `<ol>` tags (#659) + (Dennis van der Schagt) + * Alignment of feed- and articlelist broken by wide characters like CJK and + emojis (#139, #683) (Dennis van der Schagt) + * Whitespace ignored if followed by an HTML tag (#512) (Dennis van der Schagt) + +------------------------------------------------------------------- Old: ---- newsboat-2.18.tar.xz newsboat-2.18.tar.xz.asc New: ---- newsboat-2.19.tar.xz newsboat-2.19.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ newsboat.spec ++++++ --- /var/tmp/diff_new_pack.7uAOoR/_old 2020-03-23 12:53:15.016057759 +0100 +++ /var/tmp/diff_new_pack.7uAOoR/_new 2020-03-23 12:53:15.020057761 +0100 @@ -1,7 +1,7 @@ # # spec file for package newsboat # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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: newsboat -Version: 2.18 +Version: 2.19 Release: 0 Summary: RSS/Atom Feed Reader for Text Terminals License: MIT @@ -29,7 +29,6 @@ Source3: vendor.tar.xz # pbleser: introduce OPTFLAGS make variable, instead of hard-coded -ggdb Patch0: newsbeuter-makefile.patch -BuildRequires: asciidoc BuildRequires: cargo BuildRequires: gcc-c++ BuildRequires: gettext-devel @@ -44,6 +43,7 @@ BuildRequires: rust >= 1.25.0 BuildRequires: sqlite3-devel >= 3.5 BuildRequires: zlib-devel +BuildRequires: rubygem(asciidoctor) Recommends: %{name}-lang Recommends: web_browser Provides: newsbeuter = %{version} @@ -74,7 +74,7 @@ export CARGO_HOME=`pwd`/cargo-home/ ./config.sh -make %{?_smp_mflags} \ +%make_build \ OPTFLAGS="%{optflags}" %install @@ -94,7 +94,6 @@ %{_bindir}/podboat %dir %{_docdir}/%{name}/examples %{_docdir}/%{name}/examples -%{_docdir}/%{name}/docbook-xsl.css %{_docdir}/%{name}/faq.html %{_docdir}/%{name}/%{name}.html %{_docdir}/%{name}/contrib/ ++++++ newsboat-2.18.tar.xz -> newsboat-2.19.tar.xz ++++++ ++++ 36457 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/newsboat/vendor.tar.xz /work/SRC/openSUSE:Factory/.newsboat.new.3160/vendor.tar.xz differ: char 26, line 1
