- Update newsbeuter-makefile.patch
- Change services to manual from the deprecated disabled
- Remove deprecated cargo_config
- Update to 2.35:
Added:
* Support for Feedbin
* --queue-file, --search-history-file, and --cmdline-history-file
options to specify locations of the respective files. This,
along with the existing options --url-file, --config-file, and
--cache-file, lets the user fully customize the locations
instead of relying on XDG or dotfiles
* miniflux-flag-star setting, so articles flagged in Newsboat
appear as starred in Miniflux
* miniflux-show-special-feeds setting (enabled by default) which
adds a "Starred Items" feed to the feedlist for those two use
Miniflux
* Podboat: if --log-level is specified but --log-file isn't,
write the log to a file named after the template
podboat_%Y-%m-%d_%H.%M.%S.log, i.e. use the current date and
time. The same functionality was added to Newsboat proper in
2.31
* contrib: a bookmark plugin for Linkding
* contrib: a bookmark plugin for Wallabag
* contrib: a filter to turn twtxt protocol into RSS
* contrib: a filter to add newlines to Slashdot feed
Changed:
* Build in C++14 mode. This does not increase our requirements
for compilers, because the ones we require already provide
C++14 support
* Updated translations: Chinese, Dutch, German, Italian, Polish,
OBS-URL: https://build.opensuse.org/request/show/1161203
OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsboat?expand=0&rev=66
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">newsboat-*.tar.xz</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual"/>
|
|
</services>
|