Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2023-04-10 20:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and      /work/SRC/openSUSE:Factory/.rssguard.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rssguard"

Mon Apr 10 20:16:51 2023 rev:41 rq:1078183 version:4.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes        2023-02-12 
19:14:37.709153627 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.19717/rssguard.changes     
2023-04-10 20:16:53.576927336 +0200
@@ -1,0 +2,24 @@
+Thu Mar 30 20:35:46 UTC 2023 - Adam Mizerski <[email protected]>
+
+- Update to version 4.3.3
+  + Added:
+    - Article searching was greatly improved - now you can use either text or
+      regexp or wildcard as search phrase and you can choose whether to search
+      just in titles or in whole article. (#886)
+    - Added option to focus feed/article lists with keyboard shortcuts. (545)
+    - Uninstaller now should detect if RSS Guard is running or not. (#529)
+    - Gmail: Original e-mail body is now appended to response.
+    - Gmail: E-mail preview now uses styling from skin for unified UX.
+    - Minor enhancements for OPML importing.
+  + Fixed:
+    - Showing pictures from authenticated feeds now should work. (#909)
+    - Word-wrap is now correctly used for plain-text articles. (#900)
+    - Some memory leaks were patched and also SQLite database connections now
+      share "cache" across all threads, resulting in drastically better RAM
+      usage of the app.
+    - Feedly: Article state synchronization now works.
+    - Updated docs, updated translations.
+- Added patch rssguard-4.3.3-fix-build.patch
+- Refreshed patch rssguard-4.2.2-add_library_version.patch
+
+-------------------------------------------------------------------

Old:
----
  rssguard-4.3.2.tar.gz

New:
----
  rssguard-4.3.3-fix-build.patch
  rssguard-4.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rssguard.spec ++++++
--- /var/tmp/diff_new_pack.umu56f/_old  2023-04-10 20:16:54.408932199 +0200
+++ /var/tmp/diff_new_pack.umu56f/_new  2023-04-10 20:16:54.412932222 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_3_2
+%define libver  4_3_3
 Name:           rssguard
-Version:        4.3.2
+Version:        4.3.3
 Release:        0
 Summary:        RSS/ATOM/RDF feed reader
 License:        AGPL-3.0-or-later AND GPL-3.0-only
@@ -26,7 +26,9 @@
 Source0:        
https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}.changes
 # 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
+Patch0:         rssguard-4.2.2-add_library_version.patch
+# PATCH-FIX-UPSTREAM rssguard-4.3.3-fix-build.patch [email protected] -- 
https://github.com/martinrotter/rssguard/issues/911
+Patch1:         rssguard-4.3.3-fix-build.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme

++++++ rssguard-4.2.2-add_library_version.patch ++++++
--- /var/tmp/diff_new_pack.umu56f/_old  2023-04-10 20:16:54.440932385 +0200
+++ /var/tmp/diff_new_pack.umu56f/_new  2023-04-10 20:16:54.444932409 +0200
@@ -1,8 +1,8 @@
-Index: rssguard-4.2.5/src/librssguard/CMakeLists.txt
+Index: rssguard-4.3.3/src/librssguard/CMakeLists.txt
 ===================================================================
---- rssguard-4.2.5.orig/src/librssguard/CMakeLists.txt
-+++ rssguard-4.2.5/src/librssguard/CMakeLists.txt
-@@ -527,11 +527,11 @@ if(WIN32)
+--- rssguard-4.3.3.orig/src/librssguard/CMakeLists.txt
++++ rssguard-4.3.3/src/librssguard/CMakeLists.txt
+@@ -534,11 +534,11 @@ if(WIN32)
    list(APPEND SOURCES "${CMAKE_BINARY_DIR}/rssguard.rc")
  endif()
  
@@ -16,7 +16,7 @@
      PRIVATE
  
      FORCE_BUNDLE_ICONS
-@@ -542,7 +542,7 @@ endif()
+@@ -549,7 +549,7 @@ endif()
  
  # Add OAuth services definitions.
  if(NOT FEEDLY_CLIENT_ID STREQUAL "" AND NOT FEEDLY_CLIENT_SECRET STREQUAL "")
@@ -25,7 +25,7 @@
      PRIVATE
  
      FEEDLY_OFFICIAL_SUPPORT
-@@ -556,7 +556,7 @@ else()
+@@ -563,7 +563,7 @@ else()
  endif()
  
  if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "")
@@ -34,7 +34,7 @@
      PRIVATE
  
      GMAIL_OFFICIAL_SUPPORT
-@@ -570,7 +570,7 @@ else()
+@@ -577,7 +577,7 @@ else()
  endif()
  
  if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET 
STREQUAL "")
@@ -43,7 +43,7 @@
      PRIVATE
  
      INOREADER_OFFICIAL_SUPPORT
-@@ -584,7 +584,7 @@ else()
+@@ -591,7 +591,7 @@ else()
  endif()
  
  # Add specific definitions.
@@ -52,7 +52,7 @@
    PRIVATE
    RSSGUARD_DLLSPEC=Q_DECL_EXPORT
  
-@@ -600,7 +600,7 @@ target_compile_definitions(rssguard
+@@ -607,7 +607,7 @@ target_compile_definitions(rssguard
    APP_URL_ISSUES_NEW="${APP_URL_ISSUES_NEW}"
    APP_USERAGENT="${APP_NAME}/${CMAKE_PROJECT_VERSION}")
  
@@ -61,7 +61,7 @@
    PUBLIC
    ${CMAKE_CURRENT_SOURCE_DIR}
    ${CMAKE_CURRENT_SOURCE_DIR}/gui
-@@ -614,7 +614,7 @@ target_include_directories(rssguard
+@@ -621,7 +621,7 @@ target_include_directories(rssguard
  )
  
  # Qt.
@@ -70,7 +70,7 @@
    Qt${QT_VERSION_MAJOR}::Core
    Qt${QT_VERSION_MAJOR}::Gui
    Qt${QT_VERSION_MAJOR}::Network
-@@ -625,31 +625,31 @@ target_link_libraries(rssguard PUBLIC
+@@ -633,31 +633,31 @@ target_link_libraries(rssguard PUBLIC
  )
  
  if(QT_VERSION_MAJOR EQUAL 6)
@@ -107,7 +107,7 @@
      Qt${QT_VERSION_MAJOR}::DBus
    )
  endif()
-@@ -679,7 +679,7 @@ if(WIN32 OR OS2)
+@@ -687,7 +687,7 @@ if(WIN32 OR OS2)
    )
  elseif(UNIX AND NOT APPLE AND NOT ANDROID)
    include (GNUInstallDirs)
@@ -116,10 +116,10 @@
      DESTINATION ${CMAKE_INSTALL_LIBDIR}
    )
    install(DIRECTORY services/abstract
-Index: rssguard-4.2.5/localization/CMakeLists.txt
+Index: rssguard-4.3.3/localization/CMakeLists.txt
 ===================================================================
---- rssguard-4.2.5.orig/localization/CMakeLists.txt
-+++ rssguard-4.2.5/localization/CMakeLists.txt
+--- rssguard-4.3.3.orig/localization/CMakeLists.txt
++++ rssguard-4.3.3/localization/CMakeLists.txt
 @@ -33,5 +33,5 @@ else()
    )
  
@@ -127,10 +127,10 @@
 -  add_dependencies(rssguard rssguard_lrelease)
 +  add_dependencies(rssguard-${APP_VERSION} rssguard_lrelease)
  endif()
-Index: rssguard-4.2.5/src/rssguard/CMakeLists.txt
+Index: rssguard-4.3.3/src/rssguard/CMakeLists.txt
 ===================================================================
---- rssguard-4.2.5.orig/src/rssguard/CMakeLists.txt
-+++ rssguard-4.2.5/src/rssguard/CMakeLists.txt
+--- rssguard-4.3.3.orig/src/rssguard/CMakeLists.txt
++++ rssguard-4.3.3/src/rssguard/CMakeLists.txt
 @@ -21,7 +21,7 @@ target_link_libraries(app PUBLIC
    Qt${QT_VERSION_MAJOR}::Core
    Qt${QT_VERSION_MAJOR}::Gui

++++++ rssguard-4.3.3-fix-build.patch ++++++
Index: rssguard-4.3.3/src/librssguard/3rd-party/mimesis/quoted-printable.cpp
===================================================================
--- rssguard-4.3.3.orig/src/librssguard/3rd-party/mimesis/quoted-printable.cpp
+++ rssguard-4.3.3/src/librssguard/3rd-party/mimesis/quoted-printable.cpp
@@ -19,6 +19,8 @@
 
 #include "quoted-printable.hpp"
 
+#include <cstdint>
+
 using namespace std;
 
 string quoted_printable_decode(string_view in) {

++++++ rssguard-4.3.2.tar.gz -> rssguard-4.3.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.19717/rssguard-4.3.3.tar.gz differ: 
char 13, line 1

Reply via email to