Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2025-09-29 16:32:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Mon Sep 29 16:32:46 2025 rev:54 rq:1307590 version:4.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2025-06-01 21:37:19.067187551 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.11973/rssguard.changes 2025-09-29 16:34:56.981273646 +0200 @@ -0,0 +1,17 @@ + +------------------------------------------------------------------- +Sun Sep 28 14:35:01 UTC 2025 - Andrea Manzini <[email protected]> + +- Update to version 4.8.6 +This is (probably) the last release from 4.x line of RSS Guard. A new 5.x +version is under development + + * Added ability to turn off/on font anti-aliasing for the whole app + * Fixed random QThread-related crashes + * Fixed Article list/viewer behavior when feeds with very long descriptions + are selected. + +- dropped patch fix_missing_returns.patch as merged into upstream +- ran spec_cleaner + + Old: ---- fix_missing_returns.patch rssguard-4.8.5.tar.gz New: ---- rssguard-4.8.6.tar.gz ----------(Old B)---------- Old: - dropped patch fix_missing_returns.patch as merged into upstream - ran spec_cleaner ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.y66Baj/_old 2025-09-29 16:34:58.781349428 +0200 +++ /var/tmp/diff_new_pack.y66Baj/_new 2025-09-29 16:34:58.801350270 +0200 @@ -1,7 +1,7 @@ # # spec file for package rssguard # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,21 @@ # -%define libver 4_8_5 +%define libver 4_8_6 Name: rssguard -Version: 4.8.5 +Version: 4.8.6 Release: 0 Summary: RSS/ATOM/RDF feed reader -Group: Productivity/Networking/News/Clients License: AGPL-3.0-or-later AND GPL-3.0-only +Group: Productivity/Networking/News/Clients 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.8.1-add_library_version.patch [email protected] -- add version to shared library Patch0: rssguard-4.8.1-add_library_version.patch -# PATCH-FIX-OPENSUSE https://github.com/martinrotter/rssguard/pull/1740 -Patch1: fix_missing_returns.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig BuildRequires: cmake(Qt6Concurrent) BuildRequires: cmake(Qt6Core) >= 6.3.0 BuildRequires: cmake(Qt6Core5Compat) @@ -85,10 +84,10 @@ -DENABLE_MEDIAPLAYER_LIBMPV:BOOL=OFF \ %endif -DUSE_SYSTEM_SQLITE:BOOL=ON -%qt6_build +%{qt6_build} %install -%qt6_install +%{qt6_install} # install autostart mkdir -pv %{buildroot}%{_datadir}/autostart %fdupes -s %{buildroot} ++++++ rssguard-4.8.1-add_library_version.patch ++++++ --- /var/tmp/diff_new_pack.y66Baj/_old 2025-09-29 16:34:59.065361384 +0200 +++ /var/tmp/diff_new_pack.y66Baj/_new 2025-09-29 16:34:59.101362901 +0200 @@ -1,7 +1,7 @@ -Index: rssguard-4.8.1/localization/CMakeLists.txt +Index: rssguard-4.8.6/localization/CMakeLists.txt =================================================================== ---- rssguard-4.8.1.orig/localization/CMakeLists.txt -+++ rssguard-4.8.1/localization/CMakeLists.txt +--- rssguard-4.8.6.orig/localization/CMakeLists.txt ++++ rssguard-4.8.6/localization/CMakeLists.txt @@ -8,7 +8,7 @@ if(UPDATE_TRANSLATIONS AND BUILD_WITH_QT "${CMAKE_SOURCE_DIR}/src/librssguard*/*.h" "${CMAKE_SOURCE_DIR}/src/librssguard*/*.ui") @@ -27,11 +27,11 @@ - add_dependencies(rssguard rssguard_lrelease) + add_dependencies(rssguard-${APP_VERSION} rssguard_lrelease) endif() -Index: rssguard-4.8.1/src/librssguard/CMakeLists.txt +Index: rssguard-4.8.6/src/librssguard/CMakeLists.txt =================================================================== ---- rssguard-4.8.1.orig/src/librssguard/CMakeLists.txt -+++ rssguard-4.8.1/src/librssguard/CMakeLists.txt -@@ -503,11 +503,11 @@ if(WIN32) +--- rssguard-4.8.6.orig/src/librssguard/CMakeLists.txt ++++ rssguard-4.8.6/src/librssguard/CMakeLists.txt +@@ -506,11 +506,11 @@ if(WIN32) list(APPEND SOURCES "${CMAKE_BINARY_DIR}/rssguard.rc") endif() @@ -45,7 +45,7 @@ PRIVATE FORCE_BUNDLE_ICONS ) -@@ -515,7 +515,7 @@ if(FORCE_BUNDLE_ICONS) +@@ -518,7 +518,7 @@ if(FORCE_BUNDLE_ICONS) message(STATUS "Forcibly bundling icon themes.") endif() @@ -54,7 +54,7 @@ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/gui -@@ -531,24 +531,24 @@ target_include_directories(rssguard +@@ -534,24 +534,24 @@ target_include_directories(rssguard ) if(SQLite3_FOUND) @@ -83,7 +83,7 @@ Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Gui Qt${QT_VERSION_MAJOR}::Network -@@ -560,97 +560,97 @@ target_link_libraries(rssguard PUBLIC +@@ -563,97 +563,97 @@ target_link_libraries(rssguard PUBLIC ) if(QT_VERSION_MAJOR EQUAL 6) @@ -198,10 +198,10 @@ PRIVATE RSSGUARD_DLLSPEC=Q_DECL_EXPORT RSSGUARD_LIBDIR="${CMAKE_INSTALL_LIBDIR}" -Index: rssguard-4.8.1/src/rssguard/CMakeLists.txt +Index: rssguard-4.8.6/src/rssguard/CMakeLists.txt =================================================================== ---- rssguard-4.8.1.orig/src/rssguard/CMakeLists.txt -+++ rssguard-4.8.1/src/rssguard/CMakeLists.txt +--- rssguard-4.8.6.orig/src/rssguard/CMakeLists.txt ++++ rssguard-4.8.6/src/rssguard/CMakeLists.txt @@ -21,7 +21,7 @@ target_link_libraries(app PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Gui @@ -211,10 +211,10 @@ ) if(QT_VERSION_MAJOR EQUAL 6) -Index: rssguard-4.8.1/src/cmake_plugins.cmake +Index: rssguard-4.8.6/src/cmake_plugins.cmake =================================================================== ---- rssguard-4.8.1.orig/src/cmake_plugins.cmake -+++ rssguard-4.8.1/src/cmake_plugins.cmake +--- rssguard-4.8.6.orig/src/cmake_plugins.cmake ++++ rssguard-4.8.6/src/cmake_plugins.cmake @@ -15,7 +15,7 @@ function(prepare_rssguard_plugin plugin_ add_library(${PLUGIN_TARGET} SHARED ${SOURCES} ${QM_FILES}) ++++++ rssguard-4.8.5.tar.gz -> rssguard-4.8.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-4.8.5.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new.11973/rssguard-4.8.6.tar.gz differ: char 14, line 1
