Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2021-02-25 18:28:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Thu Feb 25 18:28:57 2021 rev:25 rq:874912 version:3.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2021-01-05 18:17:04.139559768 +0100 +++ /work/SRC/openSUSE:Factory/.rssguard.new.2378/rssguard.changes 2021-02-25 18:29:01.374242273 +0100 @@ -1,0 +2,53 @@ +Wed Feb 24 12:37:35 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 3.9.0 + Added: + * Feedly support. + https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#feedly + * Google Reader API support, tested with many services like + The Old Reader, Bazqux, Reedah, FreshRSS. + https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#google-reader-api + * Liferea-like Website scraping and feed post-processing. + https://github.com/martinrotter/rssguard/blob/master/resources/docs/Feed-formats.md#websites-scraping-and-related-advanced-features + * Internal web browser now offers a button which opens loaded + webpage in external web browser. + * Per account proxy support. + * Display feed's icon in "is read" message list column. This + is switchable in settings. + * User now can sort via "id" column in a numeric way in + message list. + * Minimum interval for feed auto-updates is now 1 minute, not + 3 minutes like before. + * Added some new localizations, "pt_BR" and others. Thank you, + translators, for your hard work. + Fixed/changed: + * This CHANGELOG is now written in Markdown. + * Simplified "account" dialogs. + * Use DuckDuckGo online favicon source as fallback when + fetching feed icons. + * Properly disable adding/editing/deleting of synchronized + tags/labels on some accounts. + * RSS Guard can now be added to "favorites" on Linux/Gnome. + * Remove "feed auto-update started" notification. + * Some improvements of network behavior in Inoreader plugin. + * OAuth listeners now has default post "14488". + * Fix some deployment issues on Windows. + * Follow HTTP/301 redirection more properly for some feeds. + * Fixed some weird behaviors of OAuth listener. + * All dirty account's not synchronized data are now + synchronized when editing account. + * All console output now sent to "std:err". Also new "-n" + switch to disable all console outputs. + * Some refactoring for deployment process, build packages now + have all names according to RSS Guard installers naming + convention. + * Some major refinements for AdBlock which now has: + + fixed of adding of custom rules, + + better UX in some dialogs, + + fully working site-wide blocking with proper error pages, + + working element hiding rules, + + removed some redundant and obsolete code. +- Refreshed rssguard-3.8.0-add_library_version.patch as + rssguard-3.9.0-add_library_version.patch + +------------------------------------------------------------------- Old: ---- rssguard-3.8.0-add_library_version.patch rssguard-3.8.4.tar.gz New: ---- rssguard-3.9.0-add_library_version.patch rssguard-3.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.l9Xe9j/_old 2021-02-25 18:29:02.806243203 +0100 +++ /var/tmp/diff_new_pack.l9Xe9j/_new 2021-02-25 18:29:02.806243203 +0100 @@ -16,17 +16,17 @@ # -%define libver 3_8_4 +%define libver 3_9_0 Name: rssguard -Version: 3.8.4 +Version: 3.9.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.8.0-add_library_version.patch [email protected] -- add version to shared library -Patch2: rssguard-3.8.0-add_library_version.patch +# PATCH-FIX-OPENSUSE rssguard-3.9.0-add_library_version.patch [email protected] -- add version to shared library +Patch2: rssguard-3.9.0-add_library_version.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ rssguard-3.8.0-add_library_version.patch -> rssguard-3.9.0-add_library_version.patch ++++++ --- /work/SRC/openSUSE:Factory/rssguard/rssguard-3.8.0-add_library_version.patch 2020-11-10 15:08:52.941498395 +0100 +++ /work/SRC/openSUSE:Factory/.rssguard.new.2378/rssguard-3.9.0-add_library_version.patch 2021-02-25 18:29:00.582241759 +0100 @@ -1,14 +1,14 @@ -Index: rssguard-3.8.0/src/librssguard/librssguard.pro +Index: rssguard-3.9.0/src/librssguard/librssguard.pro =================================================================== ---- rssguard-3.8.0.orig/src/librssguard/librssguard.pro -+++ rssguard-3.8.0/src/librssguard/librssguard.pro +--- rssguard-3.9.0.orig/src/librssguard/librssguard.pro ++++ rssguard-3.9.0/src/librssguard/librssguard.pro @@ -1,7 +1,10 @@ TEMPLATE = lib +include(../../pri/vars.pri) +include(../../pri/defs.pri) + - unix|mac { + unix|mac|os2 { - TARGET = rssguard + TARGET = rssguard-$$APP_VERSION } @@ -44,24 +44,24 @@ RESOURCES += ../../resources/sql.qrc \ ../../resources/rssguard.qrc -Index: rssguard-3.8.0/src/rssguard/rssguard.pro +Index: rssguard-3.9.0/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 \ +--- rssguard-3.9.0.orig/src/rssguard/rssguard.pro ++++ rssguard-3.9.0/src/rssguard/rssguard.pro +@@ -44,7 +44,7 @@ INCLUDEPATH += $$PWD/../librssguard \ DEPENDPATH += $$PWD/../librssguard win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard -unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard +unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard-$$APP_VERSION + os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard - # Create new "make 7zip" target and "make zip" target. win32 { -Index: rssguard-3.8.0/pri/install.pri +Index: rssguard-3.9.0/pri/install.pri =================================================================== ---- rssguard-3.8.0.orig/pri/install.pri -+++ rssguard-3.8.0/pri/install.pri -@@ -229,14 +229,17 @@ unix:!mac:!android { +--- rssguard-3.9.0.orig/pri/install.pri ++++ rssguard-3.9.0/pri/install.pri +@@ -54,14 +54,17 @@ unix:!mac:!android { appdata.files = ../../resources/desktop/$${APP_REVERSE_NAME}.appdata.xml appdata.path = $$quote($$PREFIX/share/metainfo/) ++++++ rssguard-3.8.4.tar.gz -> rssguard-3.9.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-3.8.4.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new.2378/rssguard-3.9.0.tar.gz differ: char 18, line 1
