Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2020-11-10 15:08:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Tue Nov 10 15:08:51 2020 rev:20 rq:847496 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2020-09-01 20:11:05.720696003 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.11331/rssguard.changes 2020-11-10 15:09:02.537478527 +0100 @@ -1,0 +2,61 @@ +Tue Nov 10 12:01:28 UTC 2020 - aloi...@gmx.com + +- Update to version 3.8.0 + Added: + * Support for labels: + + Labels are even synchronizable for Inoreader and TT-RSS. + + Each message can have assigned multiple labels. + + Feed's view now offers "Labels" folder with handy + per-label filtering. + + Labels assigned in message are now even available in + message filtering. + + You can assign arbitrary color to each of your labels. + * Numix is now default icon theme. + * Built-in web-base message viewer now uses mini.css + (https://minicss.org) instead of Bootstrap. This will make + viewing of messages quite faster while being more + lightweight. + * Message body now has "auto" reading direction - enhances + support for RTL messages. + * JSON feeds (https://www.jsonfeed.org) are now supported. + * Added basic CLI interface, run "rssguard --help" to see its + API overview. + * Message view header context menu now uses non-closable menu + for column show/hide operations. + * Background color of rows in feed/message list can now be + alternated. + * Message titles are now properly sanitized before messages + are processed by message filters. + * There is a new documentation + (https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#documentation) + Fixed/changed: + * Correct icons are now downloaded when fetching metadata for + RSS/ATOM/JSON feeds. + * Fixed crash when clearing contents of statusbar. + * Translations synchronized. + * Message previwers were completely overhauled to support + displaying of (active) labels. + * Codebase of web-based and text-based message previwers was + unified, they now share all common code. + * Some fixes for message filtering mechanism. + * Scroll position within message viewer is now remembered if + message gets reloaded. + * Text-based message viewer now handles newlines better. + * Fixed OPML export/import for some feeds/categories which + could be skipped due to various specific errors. + * Synchronization logic for "feeds" is now more universal, + resulting in better behavior when running "Sync in" actions. + * Obsolete Qt-related code removed/replaced. + * Source code does not use hardcoded GUI colors anymore. They + are fetched from active skin instead, making some texts more + readable and GUI more consistent. + * Fixed various MySQL-related problems and errors which + rendered MySQL DB backend unusable for many users. + * Icon themes are not bundled on Linux anymore, RSS Guard + fully relies on system-wide themes now. + * Big thanks to ttrss.info for providing Tiny Tiny RSS account + for testing. +- Rebased rssguard-3.6.3-add_library_version.patch as + rssguard-3.8.0-add_library_version.patch + +------------------------------------------------------------------- Old: ---- rssguard-3.6.3-add_library_version.patch rssguard-3.7.2.tar.gz New: ---- rssguard-3.8.0-add_library_version.patch rssguard-3.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.sPHfx6/_old 2020-11-10 15:09:03.361476821 +0100 +++ /var/tmp/diff_new_pack.sPHfx6/_new 2020-11-10 15:09:03.365476813 +0100 @@ -16,17 +16,17 @@ # -%define libver 3_7_2 +%define libver 3_8_0 Name: rssguard -Version: 3.7.2 +Version: 3.8.0 Release: 0 Summary: RSS/ATOM/RDF feed reader License: GPL-3.0-only AND AGPL-3.0-or-later URL: https://github.com/martinrotter/rssguard Source0: https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.changes -# PATCH-FIX-OPENSUSE rssguard-3.6.3-add_library_version.patch aloi...@gmx.com -- add version to shared library -Patch2: rssguard-3.6.3-add_library_version.patch +# PATCH-FIX-OPENSUSE rssguard-3.8.0-add_library_version.patch aloi...@gmx.com -- add version to shared library +Patch2: rssguard-3.8.0-add_library_version.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ rssguard-3.6.3-add_library_version.patch -> rssguard-3.8.0-add_library_version.patch ++++++ --- /work/SRC/openSUSE:Factory/rssguard/rssguard-3.6.3-add_library_version.patch 2020-06-03 20:36:10.237858704 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.11331/rssguard-3.8.0-add_library_version.patch 2020-11-10 15:08:52.941498395 +0100 @@ -1,7 +1,7 @@ -Index: rssguard-3.6.3/src/librssguard/librssguard.pro +Index: rssguard-3.8.0/src/librssguard/librssguard.pro =================================================================== ---- rssguard-3.6.3.orig/src/librssguard/librssguard.pro -+++ rssguard-3.6.3/src/librssguard/librssguard.pro +--- rssguard-3.8.0.orig/src/librssguard/librssguard.pro ++++ rssguard-3.8.0/src/librssguard/librssguard.pro @@ -1,7 +1,10 @@ TEMPLATE = lib @@ -42,12 +42,12 @@ +} + RESOURCES += ../../resources/sql.qrc \ - ../../resources/rssguard.qrc \ - ../../resources/icons.qrc -Index: rssguard-3.6.3/src/rssguard/rssguard.pro + ../../resources/rssguard.qrc + +Index: rssguard-3.8.0/src/rssguard/rssguard.pro =================================================================== ---- rssguard-3.6.3.orig/src/rssguard/rssguard.pro -+++ rssguard-3.6.3/src/rssguard/rssguard.pro +--- rssguard-3.8.0.orig/src/rssguard/rssguard.pro ++++ rssguard-3.8.0/src/rssguard/rssguard.pro @@ -47,7 +47,7 @@ INCLUDEPATH += $$PWD/../librssguard \ DEPENDPATH += $$PWD/../librssguard @@ -57,11 +57,11 @@ # Create new "make 7zip" target and "make zip" target. win32 { -Index: rssguard-3.6.3/pri/install.pri +Index: rssguard-3.8.0/pri/install.pri =================================================================== ---- rssguard-3.6.3.orig/pri/install.pri -+++ rssguard-3.6.3/pri/install.pri -@@ -190,14 +190,17 @@ unix:!mac:!android { +--- rssguard-3.8.0.orig/pri/install.pri ++++ rssguard-3.8.0/pri/install.pri +@@ -229,14 +229,17 @@ unix:!mac:!android { appdata.files = ../../resources/desktop/$${APP_REVERSE_NAME}.appdata.xml appdata.path = $$quote($$PREFIX/share/metainfo/) ++++++ rssguard-3.7.2.tar.gz -> rssguard-3.8.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-3.7.2.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new.11331/rssguard-3.8.0.tar.gz differ: char 14, line 1