commit rssguard for openSUSE:Factory

2023-11-07 Thread Source-Sync
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-11-07 21:26:07

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.17445 (New)


Package is "rssguard"

Tue Nov  7 21:26:07 2023 rev:43 rq:1123674 version:4.5.3

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2023-05-01 
18:51:17.93565 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.17445/rssguard.changes 
2023-11-07 21:26:45.344391316 +0100
@@ -1,0 +2,165 @@
+Thu Nov  2 17:54:57 UTC 2023 - Jaime Marquínez Ferrándiz 

+- Update to version 4.5.3
+  + Added:
+- Article and feed toolbar heights are now normalized to same values.
+  + Fixed:
+- Fixed couple of cases where feed multi-selection and/or batch operations
+  were not taking multi-selection properly into account.
+- Fixed some unnecessary prompts to restart app in settings dialog.
+- Updated translations and readme.
+- Update to version 4.5.2
+  + Added:
+- Added new "Discover feeds" dialog which is automatically opened when user
+  hits "Add new feed" button. In this dialog, use does not have to input
+  exact feed address but can enter just regular website address and RSS
+  Guard will try to discover all available feeds possible.
+  (gh#martinrotter/rssguard#1134)
+- ATOM/RSS/JSON/Sitemap feeds now automatically use "ETag" HTTP headers
+  which has potential speedup when fetching feeds with no new messages.
+  This can bring 10-80 % speedup if user uses more feeds which do support
+  "ETag". (gh#martinrotter/rssguard#1136)
+- Support for Sitemap "sitemap.xml" files is added! Vast majority of
+  websites have sitemaps and RSS Guard now can read them in the same way it
+  does with RSS/ATOM formats. "Discover feeds" dialog has Sitemaps support
+  integrated and it even is able to traverse sitemap indexes. GZipped
+  sitemaps are supported too. (gh#martinrotter/rssguard#1129)
+- Added multiple/extended selection to feeds list! Now it is possible to
+  select multiple items at once (feeds, categories, etc.) and perform batch
+  actions on them - batch editing, deleting, marking read/unread,
+  re-sorting - when some feeds are selected it is now in "Edit selected
+  items" dialog possible to batch change only some properties in a very
+  clean and universal way. (gh#martinrotter/rssguard#1010,
+  gh#martinrotter/rssguard#89)
+- Localizations updated.
+- Documentation updated.
+- Arguments parsing is now totally overhauled. It is now possible to use
+  both double and single quotes to quote arguments. Read "Scraping
+  Websites" chapter in docs to know more.
+- Local files can now be used directly as sources for feeds, just select
+  "Local file" in add/edit feed dialog.
+  + Fixed:
+- Fixed OPML import/export when some feeds use custom script as source.
+  (gh#martinrotter/rssguard#1133)
+- RSS/ATOM parsing is now greatly enhanced.
+- Update to version 4.5.1
+  + Added:
+- Completely new, custom "toast" notifications:
+  - Configurable position on screen.
+  - Can be displayed on secondary screens.
+  - Automatically adopts look of currently active RSS Guard skin.
+  - Can be close via close corner button or via Esc keyboard button.
+  - When hovered with mouse, notification stays shown, when not hovered,
+it is automatically hidden after 15 seconds.
+  - Displays list of newly fetched articles and offers some basic actions
+like marking as read, showing in article list or in web browser.
+  - These notifications do not need "tray icon" to be activated.
+  - Can be tweaked in Notifications section of settings.
+- pdb debugging file is now distributed with RSS Guard on Windows.
+- NPM packages updated to latest versions.
+  + Fixed:
+- AppData file now does not contain  tags.
+- HTTP redirection cycles are now solved.
+- Web cache is now stored in correct directory on Linux.
+  (gh#martinrotter/rssguard#1098)
+- Fixed behavior of Google-based phrase suggestion in web browser
+  navigation text box.
+- Many different features of RSS Guard got minor fixes, some parts of
+  source code were refactored. Particularly, one nasty "semi-bug" was fixed
+  which influenced speed of article switching in article list. It should
+  now be faster. Much faster.
+- Article counting for "regex queries" is now disabled because this was
+  very performance-hungry even with small number of regex queries, sadly.
+- Translations of some languages are now more complete.
+- Some unused source code was removed.
+- Some unused deps we

commit rssguard for openSUSE:Factory

2023-05-01 Thread Source-Sync
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-05-01 18:51:15

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1533 (New)


Package is "rssguard"

Mon May  1 18:51:15 2023 rev:42 rq:1083780 version:4.3.4

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2023-04-10 
20:16:53.576927336 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1533/rssguard.changes  
2023-05-01 18:51:17.93565 +0200
@@ -1,0 +2,34 @@
+Wed Apr 26 20:17:04 UTC 2023 - Jaime Marquínez Ferrándiz 

+
+- Update to version 4.3.4
+  + Added:
+- Persistent article/item viewer. By default it is on. If no article is
+  selected but feed/category is, then miscellaneous information about
+  selected feed list item is displayed. (gh#martinrotter/rssguard#424)
+- Reworked logic of determining which article states
+  (read/unread/starred/unstarred) have changed when synchronizing states to
+  remote feed servers. This concerns all synchronized plugins like Gmail,
+  Greader, Feedly, etc. and show in theory lead to much better performance
+  when you mark many articles as read or unread.
+- Couple of extra QoL enhancements for Gmail like proper encoding of
+  attachment filenames, turned off displaying of "enclosures" as these are
+  displayed in other way, etc.
+  + Fixed:
+- Deadlock when fetching feeds in some corner situations is now resolved.
+  (gh#martinrotter/rssguard#910)
+- URLs of articles are now sanitized from leading and trailing spaces.
+  (gh#martinrotter/rssguard#914)
+- ATOM feeds were mistakenly changed to RSS feeds during OPML import.
+  (gh#martinrotter/rssguard#913)
+- Now compiles with GCC 13. (gh#martinrotter/rssguard#911)
+- Freezing of GUI when fetching feeds should now be gone even on newer Qt
+  library.
+- Correct account-wide proxy is used when importing feeds.
+- Article duplicity checks are now much more useful and actually working in
+  article filters.
+- Translations synced.
+- All buttons from article toolbar now correctly follow tool button style.
+- Add rssguard-4.3.4-fix-build.patch
+- Drop rssguard-4.3.3-fix-build.patch
+
+---

Old:

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

New:

  rssguard-4.3.4-fix-build.patch
  rssguard-4.3.4.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.YXvCFa/_old  2023-05-01 18:51:18.389399833 +0200
+++ /var/tmp/diff_new_pack.YXvCFa/_new  2023-05-01 18:51:18.397399880 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_3_3
+%define libver  4_3_4
 Name:   rssguard
-Version:4.3.3
+Version:4.3.4
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only
@@ -27,8 +27,8 @@
 Source1:%{name}.changes
 # PATCH-FIX-OPENSUSE rssguard-4.2.2-add_library_version.patch aloi...@gmx.com 
-- add version to shared library
 Patch0: rssguard-4.2.2-add_library_version.patch
-# PATCH-FIX-UPSTREAM rssguard-4.3.3-fix-build.patch a...@mizerski.pl -- 
https://github.com/martinrotter/rssguard/issues/911
-Patch1: rssguard-4.3.3-fix-build.patch
+# PATCH-FIX-UPSTREAM rssguard-4.3.4-fix-build.patch 
jaime.marquinez.ferran...@fastmail.net -- 
https://github.com/martinrotter/rssguard/pull/928
+Patch1: rssguard-4.3.4-fix-build.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme

++ rssguard-4.3.3-fix-build.patch -> rssguard-4.3.4-fix-build.patch ++
--- /work/SRC/openSUSE:Factory/rssguard/rssguard-4.3.3-fix-build.patch  
2023-04-10 20:16:53.308925769 +0200
+++ 
/work/SRC/openSUSE:Factory/.rssguard.new.1533/rssguard-4.3.4-fix-build.patch
2023-05-01 18:51:17.065391973 +0200
@@ -1,13 +1,29 @@
-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 
-+
- using namespace std;
- 
- string quoted_printable_decode(string_view in) {
+From 0fe76799f4bed92aea4fe38ac29e52879af63266 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?=
+ 
+Date: Wed, 26 Apr 2023 21:54:25 +0200
+Subject: [PATCH] Fix build error with the -Werror=return-type flag
+
+---
+ src/librssguard/core/messageobject.c

commit rssguard for openSUSE:Factory

2023-04-10 Thread Source-Sync
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.changes2023-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 
+
+- 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.41293 +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 aloi...@gmx.com 
-- 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 a...@mizerski.pl -- 
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_defi

commit rssguard for openSUSE:Factory

2023-02-12 Thread Source-Sync
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-02-12 19:14:34

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1848 (New)


Package is "rssguard"

Sun Feb 12 19:14:34 2023 rev:40 rq:1064496 version:4.3.2

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-11-23 
09:48:29.895164121 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1848/rssguard.changes  
2023-02-12 19:14:37.709153627 +0100
@@ -1,0 +2,88 @@
+Wed Feb  8 20:35:40 UTC 2023 - Jaime Marquínez Ferrándiz 

+
+- Update to version 4.3.2:
+  + Added:
+- Display total number of underlying feeds/categories in account's tooltip
+  in feed list. (gh#martinrotter/rssguard#881)
+- Press "CTRL+F" when article script textbox is highlighted in "Article
+  filters" dialog to allow for text searching. 
(gh#martinrotter/rssguard#889)
+- Filtering option in article list toolbar are now inclusive with checkbox
+  like appearance. You can now thus select multiple filtering conditions
+  and if article meets atleast one of them, it is displayed. 
(gh#martinrotter/rssguard#468)
+- WebEngine disk cache now can be disabled in settings. If it is "disabled"
+  then RSS Guard will use memory-based cache which is automatically
+  destroyed when RSS Guard exits. (gh#martinrotter/rssguard#725)
+- Help spoilers now can display HTML help with clickable hyperlinks.
+- Skins are now able to load custom TTF and OTF fonts and also skins now
+  are able to specify application-wide font. You can see sample usage of
+  this feature in sample skin.
+  + Fixed:
+- Fixed crash when importing OPML files.
+- Fixed long-standing hidden bug which could cause that labels
+  DEassigned from filters were not synchronized back to feed service if
+  supported.
+- Enhanced information about "resources" in "About" dialog.
+- Update to version 4.3.1:
+  + Fixed:
+- Reverted to Qt 6.3 for Windows 10+ builds due to some regressions AGAIN.
+- Fixed TT-RSS icons downloading when obtaining list of feeds/folders.
+- RSS Guard now converts all placeholders (for example "%data%") to native
+  path folder separators.
+- Update to version 4.3.0:
+  + Added:
+- Massive update for feed fetching mechanism. It is now very parallelized
+  and performance gain should be brutal. On my development PC with 4 cores
+  (Intel i5) I observed 800 % performance boost. Note that this feature
+  required huge number of changes on source code so there could be some
+  corner case regressions or not so polished situations. File bug report
+  when that happens. Also, number of threads used by this feature is
+  configurable via --threads command line switch. This parallelization
+  approach will also be applied to some other parts of application in the
+  future, particularly for some massive batched network operations in some
+  plugin - TT-RSS, Greader or Gmail - which will result in massive
+  performance boost too.
+- RSS Guard is now available on Flathub in two distinct variants - "full"
+  and "lite" (same as "nonwebengine").
+- Suffix ".xml" is also accepted for OPML 2.0 files.
+- Brutal speed enhancements when importing OPML 2.0 files. Whole
+  functionality is now properly parallelized and performance boost is
+  potentially massive, depending on number of your CPU cores/threads.
+- Qt 6 bumped to 6.4.2 version - this fixes some regressions.
+  + Fixed:
+- Some random Mac OS X crash. (gh#martinrotter/rssguard#866)
+- Update to version 4.2.6:
+  + Added:
+- Bunch of premade sample article filters added to "Article filters" 
window.
+- Placeholders in external tools definitions can be now arbitrarily placed.
+- Article RSS enclosures can now be added from within article filters.
+- Added customizable skin color for feeds with NEW articles. So now it is
+  possible to distinguish between NEW and UNREAD (but old) articles. 
(gh#martinrotter/rssguard#850)
+- Added application debug log dialog. See "Help" menu for more.
+- Too big fetched feed icons are now automatically scaled down to fixed
+  size (48x48).
+- Now it is possible to run post-process script when importing OPML. 
(gh#martinrotter/rssguard#848)
+- Now it is possible to change "User-Agent" HTTP header. 
(gh#martinrotter/rssguard#835)
+- Added now column into article list which shows labels for each article. 
(gh#martinrotter/rssguard#768)
+- Now it is possible to "suppress" feed. Suppressed feeds do not trigger
+  notifications. (gh#martinrotter/rssguard#745)
+  + Fixed:
+- HTML detection on the QText

commit rssguard for openSUSE:Factory

2022-11-23 Thread Source-Sync
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-11-23 09:48:03

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1597 (New)


Package is "rssguard"

Wed Nov 23 09:48:03 2022 rev:39 rq:1037359 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-06-06 
16:12:28.096724439 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1597/rssguard.changes  
2022-11-23 09:48:29.895164121 +0100
@@ -1,0 +2,19 @@
+Mon Nov 21 13:15:53 UTC 2022 - Dominique Leuenberger 
+
+- Update to version 4.2.5:
+  + Added:
+- RSS Guard now can use super fast feed/article refresh rates.
+  At this point it is possible to set refresh interval even to
+  1 second to allow super fast checking for content changes.
+  + Fixed:
+- Newspaper mode caused some GUI glitches.
+- Feedly crashed whole application when performing folder/feed
+  synchronization.
+- Some specific feeds are faulty but some adjustments were made
+  to make RSS/ATOM parsing more loose.
+- Fixed HTML/plain article content auto-detection for some
+  specific HTML cases.
+- Lessened severity of some debug messages.
+- Rebase rssguard-4.2.2-add_library_version.patch.
+
+---

Old:

  rssguard-4.2.3.tar.gz

New:

  rssguard-4.2.5.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.KXBoNz/_old  2022-11-23 09:48:30.495167251 +0100
+++ /var/tmp/diff_new_pack.KXBoNz/_new  2022-11-23 09:48:30.503167293 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_2_3
+%define libver  4_2_5
 Name:   rssguard
-Version:4.2.3
+Version:4.2.5
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.2.2-add_library_version.patch ++
--- /var/tmp/diff_new_pack.KXBoNz/_old  2022-11-23 09:48:30.523167397 +0100
+++ /var/tmp/diff_new_pack.KXBoNz/_new  2022-11-23 09:48:30.527167418 +0100
@@ -1,14 +1,23 @@
-Index: rssguard-4.2.2/src/librssguard/CMakeLists.txt
+Index: rssguard-4.2.5/src/librssguard/CMakeLists.txt
 ===
 rssguard-4.2.2.orig/src/librssguard/CMakeLists.txt
-+++ rssguard-4.2.2/src/librssguard/CMakeLists.txt
-@@ -528,11 +528,11 @@ if(WIN32)
+--- rssguard-4.2.5.orig/src/librssguard/CMakeLists.txt
 rssguard-4.2.5/src/librssguard/CMakeLists.txt
+@@ -527,11 +527,11 @@ if(WIN32)
list(APPEND SOURCES "${CMAKE_BINARY_DIR}/rssguard.rc")
  endif()
  
 -add_library(rssguard SHARED ${SOURCES} ${QM_FILES})
 +add_library(rssguard-${APP_VERSION} SHARED ${SOURCES} ${QM_FILES})
  
+ # Bundle icons on some platforms which do not provide system-wide icon themes.
+ if(FORCE_BUNDLE_ICONS)
+-  target_compile_definitions(rssguard
++  target_compile_definitions(rssguard-${APP_VERSION}
+ PRIVATE
+ 
+ FORCE_BUNDLE_ICONS
+@@ -542,7 +542,7 @@ endif()
+ 
  # Add OAuth services definitions.
  if(NOT FEEDLY_CLIENT_ID STREQUAL "" AND NOT FEEDLY_CLIENT_SECRET STREQUAL "")
 -  target_compile_definitions(rssguard
@@ -16,7 +25,7 @@
  PRIVATE
  
  FEEDLY_OFFICIAL_SUPPORT
-@@ -546,7 +546,7 @@ else()
+@@ -556,7 +556,7 @@ else()
  endif()
  
  if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "")
@@ -25,7 +34,7 @@
  PRIVATE
  
  GMAIL_OFFICIAL_SUPPORT
-@@ -560,7 +560,7 @@ else()
+@@ -570,7 +570,7 @@ else()
  endif()
  
  if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET 
STREQUAL "")
@@ -34,7 +43,7 @@
  PRIVATE
  
  INOREADER_OFFICIAL_SUPPORT
-@@ -574,7 +574,7 @@ else()
+@@ -584,7 +584,7 @@ else()
  endif()
  
  # Add specific definitions.
@@ -43,7 +52,7 @@
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_EXPORT
  
-@@ -590,7 +590,7 @@ target_compile_definitions(rssguard
+@@ -600,7 +600,7 @@ target_compile_definitions(rssguard
APP_URL_ISSUES_NEW="${APP_URL_ISSUES_NEW}"
APP_USERAGENT="${APP_NAME}/${CMAKE_PROJECT_VERSION}")
  
@@ -52,7 +61,7 @@
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/gui
-@@ -604,7 +604,7 @@ target_include_directories(rssguard
+@@ -614,7 +614,7 @@ target_include_directories(rssguard
  )
  
  # Qt.
@@ -61,7 +70,7 @@
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::Gui
Qt${QT_VERSION_MAJOR}::Network
-@@ -615,31 +615,31 @@ target_link_libraries(rssguard PUBLIC
+@@ -625,31 +625,31 @@ target_link_libraries(rssguard PUBLIC
  )
  
  if(QT_VERSION_MAJOR EQUAL 6)
@@ -98,7 +107,7 @@
  Qt${QT_VERSION_MAJOR}::DBus
)
  endif()
-@@ -669,7 +669,7 @@ if(WIN32

commit rssguard for openSUSE:Factory

2022-06-06 Thread Source-Sync
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-06-06 16:12:27

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1548 (New)


Package is "rssguard"

Mon Jun  6 16:12:27 2022 rev:38 rq:980986 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-05-25 
20:35:43.280324690 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1548/rssguard.changes  
2022-06-06 16:12:28.096724439 +0200
@@ -1,0 +2,13 @@
+Thu Jun  2 15:30:18 UTC 2022 - Jaime Marqu??nez Ferr??ndiz 

+
+- Update to version 4.2.3
+  Added:
+  * Autostart feature is now overally better and works with Flatpak build too.
+  * Added a switch to automatically reject all incoming HTTP cookies 
application-wide.
+  * Gmail: Display proper "To" e-mail header when displaying e-mails.
+  Fixed:
+  * Feedly: Correct article URLs are now fetched if possible.
+  * Mac OS X: Fixed launching with error "invalid application".
+  * External resources for non-web-engine article viewer are now resolved more 
correctly.
+
+---

Old:

  rssguard-4.2.2.tar.gz

New:

  rssguard-4.2.3.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.MhrVEo/_old  2022-06-06 16:12:28.940725286 +0200
+++ /var/tmp/diff_new_pack.MhrVEo/_new  2022-06-06 16:12:28.944725289 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_2_2
+%define libver  4_2_3
 Name:   rssguard
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.2.2.tar.gz -> rssguard-4.2.3.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1548/rssguard-4.2.3.tar.gz differ: 
char 15, line 1


commit rssguard for openSUSE:Factory

2022-05-25 Thread Source-Sync
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.changes2022-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 

+
+- 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 aloi...@gmx.com 
-- 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 aloi...@gmx.com 
-- 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 

commit rssguard for openSUSE:Factory

2022-04-01 Thread Source-Sync
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-04-01 21:35:37

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1900 (New)


Package is "rssguard"

Fri Apr  1 21:35:37 2022 rev:36 rq:966389 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-03-23 
20:20:44.814543160 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1900/rssguard.changes  
2022-04-01 21:36:45.513067618 +0200
@@ -1,0 +2,5 @@
+Thu Mar 31 17:21:48 UTC 2022 - Luigi Baldoni 
+
+- Recommend nodejs and npm (fixes boo#1197561)
+
+---



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.bCSr2a/_old  2022-04-01 21:36:46.153060599 +0200
+++ /var/tmp/diff_new_pack.bCSr2a/_new  2022-04-01 21:36:46.157060555 +0200
@@ -43,6 +43,8 @@
 BuildRequires:  cmake(Qt5WebEngine)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
+Recommends: nodejs
+Recommends: npm
 Obsoletes:  %{name}-lang < %{version}
 Provides:   %{name}-lang = %{version}
 


commit rssguard for openSUSE:Factory

2022-03-23 Thread Source-Sync
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-03-23 20:18:57

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.25692 (New)


Package is "rssguard"

Wed Mar 23 20:18:57 2022 rev:35 rq:964265 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-03-22 
22:14:31.646842668 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.25692/rssguard.changes 
2022-03-23 20:20:44.814543160 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 11:15:38 UTC 2022 - Luigi Baldoni 
+
+- Update to version 4.2.1
+  Added:
+  * Number format of unread counts in task bar icon and tray
+icon is now enhanced. It shows format "%1k" for number
+bigger than 999, for example 16 000 of unread articles will
+be displayed as "16k".
+
+---

Old:

  rssguard-4.2.0.tar.gz

New:

  rssguard-4.2.1.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.lnwWXC/_old  2022-03-23 20:20:45.550543576 +0100
+++ /var/tmp/diff_new_pack.lnwWXC/_new  2022-03-23 20:20:45.554543579 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_2_0
+%define libver  4_2_1
 Name:   rssguard
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.2.0.tar.gz -> rssguard-4.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.25692/rssguard-4.2.1.tar.gz differ: 
char 13, line 1


commit rssguard for openSUSE:Factory

2022-03-22 Thread Source-Sync
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-03-22 22:14:28

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.25692 (New)


Package is "rssguard"

Tue Mar 22 22:14:28 2022 rev:34 rq:964096 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-01-13 
00:23:31.523980119 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.25692/rssguard.changes 
2022-03-22 22:14:31.646842668 +0100
@@ -1,0 +2,67 @@
+Tue Mar 22 11:21:46 UTC 2022 - Luigi Baldoni 
+
+- Update to version 4.2.0
+  Added:
+  * Items in feed list
+  * Article list now can display full article titles with
+multiline layout. Switch the feature in "Settings -> Feeds &
+articles -> Articles list".
+  * Date/time format of articles in article list is now VERY
+customizable, you can set to display e. g. time only for today's
+items, or show relative dates for recent items etc.
+  * RSS Guard now builds with cmake.
+  * "Add feed" and "Edit feed" dialogs were redesigned a bit for
+better UX.
+  * New action "Open main menu" can now be added to toolbars.
+  * If feed does not provide date/time for its articles, then
+current date/time is used and now this artificial date/time is
+iterated to achieve consistent sorting for those articles.
+  * Individual feeds can now be turned off. Turning feed "off"
+disables it and it won't get any new articles. See "Edit feed"
+dialog, specifically "Miscellaneous" tab.
+  * Gmail: Synchronization of e-mails is now MUCH faster,
+especially subsequent synchronizations. Also, some Gmail-related
+fixes were added.
+  * TT-RSS: Added "share to published" feature which allows user
+to save custom notes to TT-RSS. Can be used with context menu on
+"[SYSTEM] User-published articles" feed list item.
+  * Count of unread articles in taskbar is now switchable.
+  * Documentation was updated.
+  * All modal dialogs now should have "maximize" button.
+  * Context menu of article list now offers action "Copy links".
+  * Articles downloaded from single feed are now de-duplicated
+before they are processed and saved into RSS Guard DB.
+  * Node.js integration was polished and generalized and will be
+used for more optional features in the future.
+  * Firefox-inspired "reader mode" is now available in WebEngine
+version of RSS Guard. Check internal web browser toolbar for the
+relevant "Open in reader mode" button.
+  * New action "Open in internal browser
+  * Polishing of feed import feature.
+  * Updated built-in "nudus-*" skins. Thanks to akinokonomi for
+this.
+  * RSS Guard is now aware of "qt5/6-ct" style used by "qtct"
+tool.
+  * Handling of skins, Qt stylesheets and Qt styles is now
+rewritten quite a lot to achieve more consistent UX and allow
+for much greater flexibility for skin creators.
+  Fixed:
+  * Feedly: HTML entities/code in article titles were not
+encoded and displayed correctly.
+  * GUI separators were resetting their positions to middle,
+hopefully fixed.
+  * Inaccurate reporting of new articles when there are no new
+articles, due to DB layer error.
+  * "New messages" feed status is now more persistent.
+  * Handling of character set in MariaDB backend is now
+improved, all UTF-8 characters should now work correctly.
+  * Loading of skins/themes is now done more early to avoid some
+clashes with GUI initialization.
+  * Fixed displaying of special characters in RSS/RDF/ATOM
+account name.
+  * No separators in custom source specification are needed now.
+- Refresh rssguard-4.0.2-add_library_version.patch as
+  rssguard-4.2.0-add_library_version.patch
+- Drop rssguard-4.1.2-Qt512.patch (too much hassle)
+
+---

Old:

  rssguard-4.0.2-add_library_version.patch
  rssguard-4.1.2-Qt512.patch
  rssguard-4.1.2.tar.gz

New:

  rssguard-4.2.0-add_library_version.patch
  rssguard-4.2.0.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.eumRHQ/_old  2022-03-22 22:14:32.518843399 +0100
+++ /var/tmp/diff_new_pack.eumRHQ/_new  2022-03-22 22:14:32.522843403 +0100
@@ -16,35 +16,33 @@
 #
 
 
-%define libver  4_1_2
+%define libver  4_2_0
 Name:   rssguard
-Version:4.1.2
+Version:4.2.0
 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}.t

commit rssguard for openSUSE:Factory

2022-01-12 Thread Source-Sync
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-01-13 00:22:33

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1892 (New)


Package is "rssguard"

Thu Jan 13 00:22:33 2022 rev:33 rq:945872 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2022-01-08 
23:24:29.638274487 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard.changes  
2022-01-13 00:23:31.523980119 +0100
@@ -1,0 +2,14 @@
+Tue Jan 11 08:29:23 UTC 2022 - Luigi Baldoni 
+
+- Update to version 4.1.2
+  Fixed:
+  * Make webengine cookies synchronization one-way because it
+was crashing in some instances. This is likely temporary fix.
+  * Fixed RSS Guard crashing when using MariaDB backend. Problem
+was in buggy runtime generation of DDL SQL scripts.
+  * Expanding/collapsing of categories is now EVEN MORE properly
+persistent and behaves more correctly when filtering feed
+list in some way.
+- Add rssguard-4.1.2-Qt512.patch
+
+---

Old:

  rssguard-4.1.1.tar.gz

New:

  rssguard-4.1.2-Qt512.patch
  rssguard-4.1.2.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.9IgmVe/_old  2022-01-13 00:23:31.979980447 +0100
+++ /var/tmp/diff_new_pack.9IgmVe/_new  2022-01-13 00:23:31.983980451 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_1_1
+%define libver  4_1_2
 Name:   rssguard
-Version:4.1.1
+Version:4.1.2
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only
@@ -27,6 +27,8 @@
 Source1:%{name}.changes
 # PATCH-FIX-OPENSUSE rssguard-4.0.2-add_library_version.patch aloi...@gmx.com 
-- add version to shared library
 Patch2: rssguard-4.0.2-add_library_version.patch
+# PATCH-FIX-UPSTREAM rssguard-4.1.2-Qt512.patch
+Patch3: rssguard-4.1.2-Qt512.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme

++ rssguard-4.1.2-Qt512.patch ++
>From b1d4bd93ec3172fb8886fdcb12af246de65bccf3 Mon Sep 17 00:00:00 2001
From: Martin Rotter 
Date: Wed, 12 Jan 2022 09:11:21 +0100
Subject: [PATCH] fix 5.12 build

---
 src/librssguard/gui/feedsview.cpp | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/librssguard/gui/feedsview.cpp 
b/src/librssguard/gui/feedsview.cpp
index 971204006..667184567 100644
--- a/src/librssguard/gui/feedsview.cpp
+++ b/src/librssguard/gui/feedsview.cpp
@@ -609,7 +609,13 @@ void FeedsView::expandItemDelayed(const QModelIndex& 
source_idx) {
   // NOTE: These changes are caused by filtering mechanisms
   // and we don't want to store the values.
   m_dontSaveExpandState = true;
+
+#if QT_VERSION >= 0x050D00 // Qt >= 5.13.0
   expandRecursively(pidx);
+#else
+  setExpanded(pidx, true);
+#endif
+
   m_dontSaveExpandState = false;
 
   //});

++ rssguard-4.1.1.tar.gz -> rssguard-4.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard-4.1.2.tar.gz differ: 
char 12, line 1


commit rssguard for openSUSE:Factory

2022-01-08 Thread Source-Sync
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-01-08 23:23:45

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1892 (New)


Package is "rssguard"

Sat Jan  8 23:23:45 2022 rev:32 rq:944811 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-10-15 
23:04:58.922141028 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard.changes  
2022-01-08 23:24:29.638274487 +0100
@@ -1,0 +2,45 @@
+Fri Jan  7 16:44:55 UTC 2022 - Luigi Baldoni 
+
+- Update to version 4.1.1:
+  * Fixing crash when syncing cookies.
+  version 4.1.0:
+  Added:
+  * Network communication of RSS Guard now shares cookies and
+user-agent with bundled WebEngine. You can thus access
+cookie-protected resources in RSS Guard, including feeds.
+  * Confirmation dialog is displayed when removing article
+filter.
+  * Use "QSoundPlayer" for better support when playing
+notification sounds, no GStreamer required now.
+  * New default skins with light/dark variants, Nudus. Note all
+other skins will be removed in next release as it is
+difficult to provide reasonable support for them.
+  * Optionally display only time
+  * Icon size of toolbars is now configurable.
+  * More web attributes added to web viewer context menu.
+  * Use more standard user-agent.
+  * Tens of minor tweaks added.
+  Fixed:
+  * Expanding/collapsing of categories is now properly
+persistent and behaves more correctly when filtering feed
+list in some way.
+  * No more crashing after "mark item as read" action.
+  * Deal with spaces in feed URLs.
+  * Fix crash in Greader plugin.
+  * Fix cleaning up of database when clearing articles older
+than 0 days.
+  * Finally solving issues with remembering article list/viewer
+splitter position.
+  * Update some hyperlinks, use correct terminology.
+  * Make "article list row height" work as intended.
+  * Localizations synced.
+  * Application now closes correctly, if tray area is not
+available and tray icon is mistakenly still "enabled".
+  * Server JavaScript file of Adblock is now copied to
+destination properly.
+  * Regex filtering and "show unread only" features now work
+together in feed list.
+  * Node.js "NODE_PATH" value is now determined in runtime, not
+hardcoded.
+
+---

Old:

  rssguard-4.0.4.tar.gz

New:

  rssguard-4.1.1.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.orkdJ0/_old  2022-01-08 23:24:30.566275245 +0100
+++ /var/tmp/diff_new_pack.orkdJ0/_new  2022-01-08 23:24:30.574275251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rssguard
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_0_4
+%define libver  4_1_1
 Name:   rssguard
-Version:4.0.4
+Version:4.1.1
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.0.4.tar.gz -> rssguard-4.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.0.4.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard-4.1.1.tar.gz differ: 
char 12, line 1


commit rssguard for openSUSE:Factory

2021-10-15 Thread Source-Sync
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-10-15 23:04:26

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1890 (New)


Package is "rssguard"

Fri Oct 15 23:04:26 2021 rev:31 rq:925435 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-09-25 
00:36:10.915178704 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1890/rssguard.changes  
2021-10-15 23:04:58.922141028 +0200
@@ -1,0 +2,29 @@
+Fri Oct 15 12:47:41 UTC 2021 - Luigi Baldoni 
+
+- Update to version 4.0.4
+  Added:
+  * Updated documentation.
+  * Sizes of horizontal/vertical width/height of article preview
+are now kept separately. User can thus have different sizes
+of article preview in each layout.
+  * Added new simplistic skin "nudus".
+  * Article filters now can determine "uniqueness" of article
+according to article's "id".
+  * Some columns in article list now also display respective
+values in tooltips.
+  * Columns "read" and "important" in article list are now
+resizable.
+  Fixed:
+  * Avoid unwanted displays of article previewer.
+  * "Automatically expand item when selected" now behaves
+consistently when launched with keyboard shortcut.
+  * Fixed multiple issues regarding article "focus" or
+"selection".
+  * Fixed some problems with recognizing filenames when
+downloading files.
+  * Fixed crash when repeatedly downloading some files.
+  * Tweaked some icons.
+  * Fixed executable bits on some deployed files.
+  * Updated skin "API".
+
+---

Old:

  rssguard-4.0.3.tar.gz

New:

  rssguard-4.0.4.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.acuOhn/_old  2021-10-15 23:04:59.374141350 +0200
+++ /var/tmp/diff_new_pack.acuOhn/_new  2021-10-15 23:04:59.378141353 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_0_3
+%define libver  4_0_4
 Name:   rssguard
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.0.3.tar.gz -> rssguard-4.0.4.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1890/rssguard-4.0.4.tar.gz differ: 
char 13, line 1


commit rssguard for openSUSE:Factory

2021-09-24 Thread Source-Sync
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-25 00:35:25

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1899 (New)


Package is "rssguard"

Sat Sep 25 00:35:25 2021 rev:30 rq:921221 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-09-08 
21:37:37.745959604 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard.changes  
2021-09-25 00:36:10.915178704 +0200
@@ -1,0 +2,27 @@
+Fri Sep 24 06:38:09 UTC 2021 - Luigi Baldoni 
+
+- Update to version 4.0.3
+  Added:
+  * Now it is possible to disable hardcoded keyboard shortcuts
+in feed/article lists so that user-defined single-stroke
+shortcuts can work properly.
+  * Skins were reverted to 4.0.1 as they were very buggy.
+Previous skins were stable and will be used for time to come.
+I will make brand new polished skin in some next release
+which will not replace existing skins but will be added.
+  Fixed:
+  * Settings dialog now remembers its size and also adds
+scrollbars where needed. Also was polished a bit.
+  * Icon of "standard RSS/ATOM/..." service/account was updated
+to be "RSS" icon, not "RSS Guard" icon and also is
+preselected in "Add account" dialog.
+  * Updated documentation and translations.
+  * "Written by" bottom section of article preview now uses same
+date/time format as article list.
+  * Code refactored.
+  * Icons are now properly loaded when fetching list of feeds in
+Tiny Tiny RSS.
+  * Inline article searching now uses much smaller delay after
+typing search phrase.
+
+---

Old:

  rssguard-4.0.2.tar.gz

New:

  rssguard-4.0.3.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.OVIDVR/_old  2021-09-25 00:36:11.587179406 +0200
+++ /var/tmp/diff_new_pack.OVIDVR/_new  2021-09-25 00:36:11.591179410 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_0_2
+%define libver  4_0_3
 Name:   rssguard
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.0.2.tar.gz -> rssguard-4.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard-4.0.3.tar.gz differ: 
char 12, line 1


commit rssguard for openSUSE:Factory

2021-09-08 Thread Source-Sync
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.changes2021-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 
+
+- 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 aloi...@gmx.com 
-- 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 aloi...@gmx.com 
-- 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
 

commit rssguard for openSUSE:Factory

2021-09-03 Thread Source-Sync
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-03 21:26:14

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1899 (New)


Package is "rssguard"

Fri Sep  3 21:26:14 2021 rev:28 rq:916734 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-04-12 
15:49:59.553281426 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1899/rssguard.changes  
2021-09-03 21:27:04.914248251 +0200
@@ -1,0 +2,117 @@
+Fri Sep  3 11:00:04 UTC 2021 - Luigi Baldoni 
+
+- Update to version 4.0.1
+  * Fix build regression with Qt < 5.13.0. No other changes.
+  version 4.0.0:
+  * RSS Guard 4.x is NOT backwards compatible with 3.x line.
++ configuration file "config.ini" IS fully backwards
+  compatible.
++ database file "database.db" is NOT backwards compatible.
+  Added:
+  * Brand new notifications subsystem added. It can play sounds,
+individual events are independently configurable in
+application settings.
+  * "MessageObject" class now exposes "rawContents" property for
+message filtering. Property contains raw RSS/ATOM/JSON
+contents of the message.
+  * URL-embedded cookies are now supported, as well as classic
+cookies, which are now saved in non-persistent cookie jar.
+  * "Next-gen" synchronization algorithms which may, in some
+cases, dramatically speed-up two-way synchronization of
+articles. This new synchronization algorithm is right now
+implemented and enabled for Google Reader API plugin as PoC
+and is called "Intelligent synchronization algorithm" within
+RSS Guard. The algorithm will be also implemented for other
+plugins in the future.
+  * Google Reader API plugin supports "ot" option.
+  * Documentation was completely rewritten.
+  * Optional notification for login failures.
+  * Improved bug report templates
+  * Properly implement "feed://" scheme to be able to "open"
+feeds from web browsers etc.
+  * Added "Unread messages" node to feeds list which now
+centralizes access to all unread messages.
+  * New search box for feeds list toolbar which now allows users
+to search/filter feeds list.
+  * Ability to show nothing instead of message count in feeds
+list if count is 0.
+  * Added button to feeds list context menu to expand or
+collapse items (recursively).
+  * Message/feeds list tooltips are now switchable.
+  * Old AdBlock implementation was replaced by new modern
+JS/NPM-based solution "Adblocker".
+  * RSS/ATOM/JSON parsers were updated to avoid some parsing
+errors.
+  * Google Reader API plugin is greatly enhanced, has better
+support for TheOldReader.
+  * Inoreader plugin was merged into Google Reader API plugin as
+Inoreader too uses Google Reader API.
+  * Toolbar search boxes have now dynamic width.
+  * Visual state of some dialogs is now remembered, for example
+"Cleanup database".
+  * Some GUI texts and terms were unified and changed (message
+-> article, download feed -> fetch feed, etc.).
+  * There is now some default filename set when exporting feeds
+to file.
+  * Number of unread messages is now shown also in taskbar (not
+just tray icon).
+  * Unified minimize/maximize/close window buttons in all RSS
+Guard dialogs.
+  * Most of text boxes now have "clear text" button.
+  * Feeds with disable auto-fetch policy now do not update on
+application start-up.
+  * Notifications with new messages is now only launched if
+there are NEW UNREAD messages.
+  Fixed/changed:
+  * RSS Guard can be correctly "killed.
+  * Database file "database.db" now not stored in redundant
+"local" subfolder.
+  * Expand state of "Labels" item is now remembered.
+  * Example scraper "translate-feed.py" now can translate ATOM
+feeds too.
+  * External tools now can be used with any hyperlink.
+  * Account's folders/feeds are resynchronized when "Edit"
+dialog exits only when really needed.
+  * Fixed problems related to custom order (and sorting) of
+columns in article list.
+  * Qt stylesheet from skins is now not loaded if there is
+already loaded some external stylesheet.
+  * Local-only labels/tags are now note removed when performing
+folder synchronization of the account.
+  * Progress bar in "Import/Export feeds" dialog was misleading
+and show invalid progress.
+  * Feeds were not correctly re-sorted by titles after some feed
+is renamed.
+  * "Select next unread message" feature produces some exotic
+message list scrolling.
+  * Application was not able to synchronize unread messages with
+Reedah.
+  * Fixed some repeated notifications when feed gets new
+articles.
+  * Fixed some article format

commit rssguard for openSUSE:Factory

2021-04-12 Thread Source-Sync
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-04-12 15:49:45

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.2401 (New)


Package is "rssguard"

Mon Apr 12 15:49:45 2021 rev:27 rq:884631 version:3.9.2

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-04-06 
17:32:49.783330615 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.2401/rssguard.changes  
2021-04-12 15:49:59.553281426 +0200
@@ -1,0 +2,10 @@
+Mon Apr 12 11:29:45 UTC 2021 - Luigi Baldoni 
+
+- Update to version 3.9.2
+  Fixed/changed:
+  * Fixed main app window behavior when it is maximized and
+article is opened in external web browser.
+  * Google Reader API plugin now correctly synchronizes changed
+messages back to server.
+
+---

Old:

  rssguard-3.9.1.tar.gz

New:

  rssguard-3.9.2.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.lyjxzX/_old  2021-04-12 15:50:00.413282467 +0200
+++ /var/tmp/diff_new_pack.lyjxzX/_new  2021-04-12 15:50:00.417282471 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  3_9_1
+%define libver  3_9_2
 Name:   rssguard
-Version:3.9.1
+Version:3.9.2
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-3.9.1.tar.gz -> rssguard-3.9.2.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.2401/rssguard-3.9.2.tar.gz differ: 
char 31, line 1


commit rssguard for openSUSE:Factory

2021-04-06 Thread Source-Sync
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-04-06 17:31:14

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.2401 (New)


Package is "rssguard"

Tue Apr  6 17:31:14 2021 rev:26 rq:883278 version:3.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-02-25 
18:29:01.374242273 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.2401/rssguard.changes  
2021-04-06 17:32:49.783330615 +0200
@@ -1,0 +2,18 @@
+Tue Apr  6 09:04:07 UTC 2021 - Luigi Baldoni 
+
+- Update to version 3.9.1
+  Fixed/changed:
+  * Properly accept all HTTP redirections, this was regression
+and is now fixed.
+  * Fix repeated overwriting of messages due to bad
+UTC/localtime article timezone handling.
+  * Alternating list background colors are now better suited for
+foreground text visibility.
+  * Re-gaining focus after external browser was opened is now
+optional.
+  * Small fixes for  "Message filters" dialog.
+  * Fixed windows hiding problem when tray icon is enabled.
+  * Better favicon downloading strategy which works much much
+better than previous one.
+
+---

Old:

  rssguard-3.9.0.tar.gz

New:

  rssguard-3.9.1.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.sh6aIp/_old  2021-04-06 17:32:50.523331452 +0200
+++ /var/tmp/diff_new_pack.sh6aIp/_new  2021-04-06 17:32:50.523331452 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define libver  3_9_0
+%define libver  3_9_1
 Name:   rssguard
-Version:3.9.0
+Version:3.9.1
 Release:0
 Summary:RSS/ATOM/RDF feed reader
-License:GPL-3.0-only AND AGPL-3.0-or-later
+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

++ rssguard-3.9.0.tar.gz -> rssguard-3.9.1.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.2401/rssguard-3.9.1.tar.gz differ: 
char 18, line 1


commit rssguard for openSUSE:Factory

2021-02-25 Thread Source-Sync
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.changes2021-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 
+
+- 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 aloi...@gmx.com 
-- 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 aloi...@gmx.com 
-- 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.pat

commit rssguard for openSUSE:Factory

2020-12-01 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2020-12-01 14:22:30

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.5913 (New)


Package is "rssguard"

Tue Dec  1 14:22:30 2020 rev:23 rq:851821 version:3.8.3

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2020-11-23 
15:50:56.280863529 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard.changes  
2020-12-01 14:22:37.857583214 +0100
@@ -1,0 +2,11 @@
+Mon Nov 30 11:23:28 UTC 2020 - aloi...@gmx.com
+
+- Update to version 3.8.3
+  Added:
+  * Initial Qt 6 support.
+  * When you run "open source article externally" action, then
+RSS Guard window regains focus again.
+  Fixed/changed:
+  * Fixed URL not passed to custom external web browser.
+
+---

Old:

  rssguard-3.8.2.tar.gz

New:

  rssguard-3.8.3.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.K77xWU/_old  2020-12-01 14:22:38.469583876 +0100
+++ /var/tmp/diff_new_pack.K77xWU/_new  2020-12-01 14:22:38.473583881 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  3_8_2
+%define libver  3_8_3
 Name:   rssguard
-Version:3.8.2
+Version:3.8.3
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:GPL-3.0-only AND AGPL-3.0-or-later

++ rssguard-3.8.2.tar.gz -> rssguard-3.8.3.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.8.2.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard-3.8.3.tar.gz differ: 
char 30, line 1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit rssguard for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2020-11-23 15:41:46

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.5913 (New)


Package is "rssguard"

Mon Nov 23 15:41:46 2020 rev:22 rq:849857 version:3.8.2

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2020-11-23 
10:48:02.466455282 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard.changes  
2020-11-23 15:50:56.280863529 +0100
@@ -1,0 +2,7 @@
+Sat Nov 21 14:17:03 UTC 2020 - Luigi Baldoni 
+
+- Update to version 3.8.2
+  * Fixed "reset" notification signal when editing toolbars in
+settings.
+
+---

Old:

  rssguard-3.8.1.tar.gz

New:

  rssguard-3.8.2.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.qcbATA/_old  2020-11-23 15:50:56.944864201 +0100
+++ /var/tmp/diff_new_pack.qcbATA/_new  2020-11-23 15:50:56.948864205 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  3_8_1
+%define libver  3_8_2
 Name:   rssguard
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:GPL-3.0-only AND AGPL-3.0-or-later

++ rssguard-3.8.1.tar.gz -> rssguard-3.8.2.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard-3.8.2.tar.gz differ: 
char 14, line 1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit rssguard for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2020-11-21 12:43:23

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.5913 (New)


Package is "rssguard"

Sat Nov 21 12:43:23 2020 rev:21 rq:849692 version:3.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2020-11-10 
15:09:02.537478527 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard.changes  
2020-11-23 10:48:02.466455282 +0100
@@ -1,0 +2,34 @@
+Fri Nov 20 13:58:38 UTC 2020 - Luigi Baldoni 
+
+- Update to version 3.8.1
+Added:
+  * New applications icons.
+  * Added some documentation related to message filters and some
+other parts of the application:
+
https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#documentation
+  * Add switchable action to automatically expand categories
+when selected.
+  * Added basic CLI with some basic options, run "rssguard
+--help" to see them.
+  * Ability to run multiple instance of RSS Guard at the same
+time, can be activated via CLI.
+  * Ability to specify custom user data folder, can be activated
+via CLI.
+  * Finnish translation.
+  * Greatly enhanced user experience for authors of message
+filters. See the documentation: enums for accepting/rejecting
+of messages are now directly calleable via their names.
+  Fixed/changed:
+  * Handles separating feeds list, messages list and message
+viewer has now better color in default skin.
+  * Now only titles of messages are sanitized before they are
+passed to message filters. Message content is left intact.
+  * Nextcloud News: Do not use obsolete API endpints.
+  * Nextcloud News: Support newest API breaking changes
+regarding "parent categories".
+  * Partially fixed behavior of statusbar, which did not respect
+new settings for order of its buttons.
+  * Use "cout" instead of "wcout" for debugging outputs.
+  * Do not escape empty strings when sanitizing messages.
+
+---

Old:

  rssguard-3.8.0.tar.gz

New:

  rssguard-3.8.1.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.m19TsJ/_old  2020-11-23 10:48:03.094455911 +0100
+++ /var/tmp/diff_new_pack.m19TsJ/_new  2020-11-23 10:48:03.098455915 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  3_8_0
+%define libver  3_8_1
 Name:   rssguard
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:GPL-3.0-only AND AGPL-3.0-or-later

++ rssguard-3.8.0.tar.gz -> rssguard-3.8.1.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.8.0.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.5913/rssguard-3.8.1.tar.gz differ: 
char 30, line 1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org