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-09-08 21:36:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Wed Sep 8 21:36:52 2021 rev:29 rq:917546 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2021-09-03 21:27:04.914248251 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard.changes 2021-09-08 21:37:37.745959604 +0200 @@ -1,0 +2,27 @@ +Wed Sep 8 10:22:57 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 4.0.2 + Added: + * Documentation now contains section for DIY migration of data + from RSS Guard 3.x line. + * Updated localizations. + * Notification sounds now have adjustable volume. + * Searching in articles is now performed with delay after + search expression is typed. + * Big account "edit" dialogs now have scrollbars if they are + too big to fit on screen. + * Both built-in skins now use same Pico.css CSS library and + have unified look for both light and dark variants (except of + dark colors of course). + Fixed: + * Feedly now fetches messages correctly, no more message + disappearing, related algorithm for article DB storing was + also updated. + * AdBlock local Node.js-based server now has only really + needed dependencies. + * Fixed problem with linking "librssguard.so" on some Linux + distributions. +- Refresh rssguard-3.9.0-add_library_version.patch as + rssguard-4.0.2-add_library_version.patch + +------------------------------------------------------------------- Old: ---- rssguard-3.9.0-add_library_version.patch rssguard-4.0.1.tar.gz New: ---- rssguard-4.0.2-add_library_version.patch rssguard-4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.g8NPkT/_old 2021-09-08 21:37:38.337960297 +0200 +++ /var/tmp/diff_new_pack.g8NPkT/_new 2021-09-08 21:37:38.341960302 +0200 @@ -16,17 +16,17 @@ # -%define libver 4_0_1 +%define libver 4_0_2 Name: rssguard -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: RSS/ATOM/RDF feed reader License: AGPL-3.0-or-later AND GPL-3.0-only 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.9.0-add_library_version.patch [email protected] -- add version to shared library -Patch2: rssguard-3.9.0-add_library_version.patch +# PATCH-FIX-OPENSUSE rssguard-4.0.2-add_library_version.patch [email protected] -- add version to shared library +Patch2: rssguard-4.0.2-add_library_version.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ rssguard-3.9.0-add_library_version.patch -> rssguard-4.0.2-add_library_version.patch ++++++ --- /work/SRC/openSUSE:Factory/rssguard/rssguard-3.9.0-add_library_version.patch 2021-02-25 18:29:00.582241759 +0100 +++ /work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard-4.0.2-add_library_version.patch 2021-09-08 21:37:37.601959435 +0200 @@ -1,7 +1,7 @@ -Index: rssguard-3.9.0/src/librssguard/librssguard.pro +Index: rssguard-4.0.2/src/librssguard/librssguard.pro =================================================================== ---- rssguard-3.9.0.orig/src/librssguard/librssguard.pro -+++ rssguard-3.9.0/src/librssguard/librssguard.pro +--- rssguard-4.0.2.orig/src/librssguard/librssguard.pro ++++ rssguard-4.0.2/src/librssguard/librssguard.pro @@ -1,7 +1,10 @@ TEMPLATE = lib @@ -44,24 +44,24 @@ RESOURCES += ../../resources/sql.qrc \ ../../resources/rssguard.qrc -Index: rssguard-3.9.0/src/rssguard/rssguard.pro +Index: rssguard-4.0.2/src/rssguard/rssguard.pro =================================================================== ---- 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 +--- rssguard-4.0.2.orig/src/rssguard/rssguard.pro ++++ rssguard-4.0.2/src/rssguard/rssguard.pro +@@ -46,7 +46,7 @@ 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 + mac: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard +-unix:!mac: LIBS += $$OUT_PWD/../librssguard/librssguard.so ++unix:!mac: LIBS += $$OUT_PWD/../librssguard/librssguard-$${APP_VERSION}.so os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard win32 { -Index: rssguard-3.9.0/pri/install.pri +Index: rssguard-4.0.2/pri/install.pri =================================================================== ---- rssguard-3.9.0.orig/pri/install.pri -+++ rssguard-3.9.0/pri/install.pri -@@ -54,14 +54,17 @@ unix:!mac:!android { +--- rssguard-4.0.2.orig/pri/install.pri ++++ rssguard-4.0.2/pri/install.pri +@@ -57,14 +57,17 @@ unix:!mac:!android { appdata.files = ../../resources/desktop/$${APP_REVERSE_NAME}.appdata.xml appdata.path = $$quote($$PREFIX/share/metainfo/) ++++++ rssguard-4.0.1.tar.gz -> rssguard-4.0.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-4.0.1.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard-4.0.2.tar.gz differ: char 14, line 1
