Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2022-05-25 20:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Wed May 25 20:34:57 2022 rev:37 rq:979126 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2022-04-01 21:36:45.513067618 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.2254/rssguard.changes 2022-05-25 20:35:43.280324690 +0200 @@ -1,0 +2,33 @@ +Sat May 21 18:58:09 UTC 2022 - Jaime Marqu??nez Ferr??ndiz <[email protected]> + +- Update to version 4.2.2 + Added: + * Feedly now supports intelligent synchronization algorithm, resulting in + much faster sync. + * Feedly now decodes feed titles from HTML to plain text. + * New CLI "-w" option to force "nowebengine" behavior even in standard + "webengine" RSS Guard builds. + * Article viewers are greatly refactored and internally use sane C++ + interface - this allows this piece of RSS Guard to be expanded better in + the future. + * "nowebengine" text-based article viewer now can display images. (#583) + * "nowebengine" text-based article viewer now can act as VERY SIMPLE web browser. + It displays webpages in a simpler text-like fashion, it can follow hyperlinks, context menu offers more actions like downloading of links etc. + * Gmail plugin now has better e-mail viewer which also allows to "Forward" e-mails. + It will be extended in the future even more. Also, e-mails are now sent in "HTML" mode. + * Data can be optionally exported to OPML 2.0 without icons. (#685) + * Added button into tray icon context menu to allow show/hide of main RSS Guard window. (#679) + * Article list filtering button is now greatly enhanced. + Go to "Settings -> User interface -> Toolbars -> Toolbar for article list" + and add "Article list filter" button to the toolbar. + Fixed: + * If article does not provide sane date/time, replace with current date. + This particularly concerned Gmail plugin. + * Added some missing icons, some icons changed. + * Some UI strings updated, translations updated too. + * "Licenses" page in "About" dialog was redesigned. + * Other minor fixes. +- Replaced rssguard-4.2.0-add_library_version.patch with rssguard-4.2.2-add_library_version.patch: + Update the patch for the new version + +------------------------------------------------------------------- Old: ---- rssguard-4.2.0-add_library_version.patch rssguard-4.2.1.tar.gz New: ---- rssguard-4.2.2-add_library_version.patch rssguard-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.1I64Zl/_old 2022-05-25 20:35:44.004325700 +0200 +++ /var/tmp/diff_new_pack.1I64Zl/_new 2022-05-25 20:35:44.008325706 +0200 @@ -16,17 +16,17 @@ # -%define libver 4_2_1 +%define libver 4_2_2 Name: rssguard -Version: 4.2.1 +Version: 4.2.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-4.2.0-add_library_version.patch [email protected] -- add version to shared library -Patch2: rssguard-4.2.0-add_library_version.patch +# PATCH-FIX-OPENSUSE rssguard-4.2.2-add_library_version.patch [email protected] -- add version to shared library +Patch2: rssguard-4.2.2-add_library_version.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ rssguard-4.2.0-add_library_version.patch -> rssguard-4.2.2-add_library_version.patch ++++++ --- /work/SRC/openSUSE:Factory/rssguard/rssguard-4.2.0-add_library_version.patch 2022-03-22 22:14:29.430840809 +0100 +++ /work/SRC/openSUSE:Factory/.rssguard.new.2254/rssguard-4.2.2-add_library_version.patch 2022-05-25 20:35:43.000324299 +0200 @@ -1,8 +1,8 @@ -Index: rssguard-4.2.0/src/librssguard/CMakeLists.txt +Index: rssguard-4.2.2/src/librssguard/CMakeLists.txt =================================================================== ---- rssguard-4.2.0.orig/src/librssguard/CMakeLists.txt -+++ rssguard-4.2.0/src/librssguard/CMakeLists.txt -@@ -539,11 +539,11 @@ if(WIN32) +--- rssguard-4.2.2.orig/src/librssguard/CMakeLists.txt ++++ rssguard-4.2.2/src/librssguard/CMakeLists.txt +@@ -528,11 +528,11 @@ if(WIN32) list(APPEND SOURCES "${CMAKE_BINARY_DIR}/rssguard.rc") endif() @@ -16,7 +16,7 @@ PRIVATE FEEDLY_OFFICIAL_SUPPORT -@@ -557,7 +557,7 @@ else() +@@ -546,7 +546,7 @@ else() endif() if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "") @@ -25,7 +25,7 @@ PRIVATE GMAIL_OFFICIAL_SUPPORT -@@ -571,7 +571,7 @@ else() +@@ -560,7 +560,7 @@ else() endif() if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET STREQUAL "") @@ -34,7 +34,7 @@ PRIVATE INOREADER_OFFICIAL_SUPPORT -@@ -585,7 +585,7 @@ else() +@@ -574,7 +574,7 @@ else() endif() # Add specific definitions. @@ -43,7 +43,7 @@ PRIVATE RSSGUARD_DLLSPEC=Q_DECL_EXPORT -@@ -601,7 +601,7 @@ target_compile_definitions(rssguard +@@ -590,7 +590,7 @@ target_compile_definitions(rssguard APP_URL_ISSUES_NEW="${APP_URL_ISSUES_NEW}" APP_USERAGENT="${APP_NAME}/${CMAKE_PROJECT_VERSION}") @@ -52,16 +52,16 @@ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/gui -@@ -614,7 +614,7 @@ target_include_directories(rssguard - ${CMAKE_CURRENT_SOURCE_DIR}/gui/toolbars +@@ -604,7 +604,7 @@ target_include_directories(rssguard ) + # Qt. -target_link_libraries(rssguard PUBLIC +target_link_libraries(rssguard-${APP_VERSION} PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Gui Qt${QT_VERSION_MAJOR}::Network -@@ -625,13 +625,13 @@ target_link_libraries(rssguard PUBLIC +@@ -615,31 +615,31 @@ target_link_libraries(rssguard PUBLIC ) if(QT_VERSION_MAJOR EQUAL 6) @@ -77,7 +77,12 @@ Qt${QT_VERSION_MAJOR}::WebEngineWidgets ) endif() -@@ -643,13 +643,13 @@ if(WIN32 AND NOT BUILD_WITH_QT6) + + if(WIN32 AND NOT BUILD_WITH_QT6) +- target_link_libraries(rssguard PUBLIC ++ target_link_libraries(rssguard-${APP_VERSION} PUBLIC + Qt${QT_VERSION_MAJOR}::WinExtras + ) endif() if(NOT OS2) @@ -93,7 +98,7 @@ Qt${QT_VERSION_MAJOR}::DBus ) endif() -@@ -679,7 +679,7 @@ if(WIN32 OR OS2) +@@ -669,7 +669,7 @@ if(WIN32 OR OS2) ) elseif(UNIX AND NOT APPLE AND NOT ANDROID) include (GNUInstallDirs) @@ -102,10 +107,10 @@ DESTINATION ${CMAKE_INSTALL_LIBDIR} ) install(DIRECTORY services/abstract -Index: rssguard-4.2.0/localization/CMakeLists.txt +Index: rssguard-4.2.2/localization/CMakeLists.txt =================================================================== ---- rssguard-4.2.0.orig/localization/CMakeLists.txt -+++ rssguard-4.2.0/localization/CMakeLists.txt +--- rssguard-4.2.2.orig/localization/CMakeLists.txt ++++ rssguard-4.2.2/localization/CMakeLists.txt @@ -33,5 +33,5 @@ else() ) @@ -113,11 +118,11 @@ - add_dependencies(rssguard rssguard_lrelease) + add_dependencies(rssguard-${APP_VERSION} rssguard_lrelease) endif() -Index: rssguard-4.2.0/src/rssguard/CMakeLists.txt +Index: rssguard-4.2.2/src/rssguard/CMakeLists.txt =================================================================== ---- rssguard-4.2.0.orig/src/rssguard/CMakeLists.txt -+++ rssguard-4.2.0/src/rssguard/CMakeLists.txt -@@ -17,7 +17,7 @@ target_link_libraries(app PUBLIC +--- rssguard-4.2.2.orig/src/rssguard/CMakeLists.txt ++++ rssguard-4.2.2/src/rssguard/CMakeLists.txt +@@ -21,7 +21,7 @@ target_link_libraries(app PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Gui Qt${QT_VERSION_MAJOR}::Widgets ++++++ rssguard-4.2.1.tar.gz -> rssguard-4.2.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-4.2.1.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new.2254/rssguard-4.2.2.tar.gz differ: char 14, line 1
