Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2017-03-14 10:06:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and      /work/SRC/openSUSE:Factory/.rssguard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rssguard"

Tue Mar 14 10:06:07 2017 rev:2 rq:479020 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes        2017-02-11 
01:40:19.332299489 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new/rssguard.changes   2017-03-14 
10:07:10.135093533 +0100
@@ -1,0 +2,31 @@
+Mon Mar 13 09:40:56 UTC 2017 - [email protected]
+
+- Update to version 3.4.0
+  Added:
+  * New icons (CC 3.0 BY) inspired by the work of Dave Gandy.
+  * "Cleanup database" action has now configurable shortcut. 
+    (issue #90)
+  * Fixed #76, now user can choose to "not show the dialog 
+    again" when opening hyperlink from message previewer. This 
+    only concerns the lite version of RSS Guard which uses 
+    simpler text component for message previewing.
+  Changed:
+  * (Linux only) Primary user data/config storage is now undex 
+    $HOME/.config/RSS Guard. XDG_CONFIG_HOME variable is 
+    respected. If old user data is detected, then old user data 
+    path is used. Note that the location of cache is now changed 
+    too to $XDG_{CACHE,DATA}_HOME/RSS Guard.
+  * RSS Guard now uses "_" character as localization file 
+    names separator. (issue #75)
+  * Localizations are now placed in "translations" subfolder 
+    instead of "l10n" subfolder. (issue #75)
+  version 3.3.8
+  Fixed:
+  * Percent HTML encoding is now decoded when messages are 
+    downloaded. (bug #83)
+
+- Dropped rssguard-locale.patch (integrated upstream)
+
+- Dropped rssguard-rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  rssguard-3.3.7.tar.gz
  rssguard-locale.patch
  rssguard-rpmlintrc

New:
----
  rssguard-3.4.0.tar.gz

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

Other differences:
------------------
++++++ rssguard.spec ++++++
--- /var/tmp/diff_new_pack.0J4Rc0/_old  2017-03-14 10:07:10.715011417 +0100
+++ /var/tmp/diff_new_pack.0J4Rc0/_new  2017-03-14 10:07:10.719010850 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rssguard
-Version:        3.3.7
+Version:        3.4.0
 Release:        0
 Summary:        RSS/ATOM/RDF feed reader
 License:        GPL-3.0
@@ -25,9 +25,6 @@
 Url:            https://github.com/martinrotter/rssguard
 Source0:        
https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}.changes
-Source2:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM rssguard-locale.patch (gh#martinrotter/rssguard#75)
-Patch0:         %{name}-locale.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -54,9 +51,6 @@
 
 %prep
 %setup -q
-# let's make %%find_lang happy
-%patch0 -p1
-for file in localization/*.ts; do mv -v -- "${file}" "${file/-/_}"; done
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')
@@ -64,8 +58,16 @@
 sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" -i src/gui/dialogs/formabout.cpp
 sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i src/gui/dialogs/formabout.cpp
 
-dos2unix resources/desktop/rssguard.desktop.autostart
-chmod -x resources/desktop/rssguard.desktop.autostart resources/text/CHANGELOG
+dos2unix resources/desktop/rssguard.desktop.autostart \
+         resources/skins/dark/html_single_message.html \
+         resources/skins/dark/html_wrapper.html \
+         resources/skins/dark/theme.css \
+         resources/skins/vergilius/theme.css \
+         resources/skins/vergilius/html_wrapper.html \
+         resources/skins/vergilius/html_single_message.html
+chmod -x resources/desktop/rssguard.desktop.autostart resources/text/CHANGELOG 
\
+         resources/misc/db_update*.sql resources/skins/*/*.html \
+         resources/skins/*/*.css resources/skins/*/*.xml
 
 %build
 %qmake5 LRELEASE_EXECUTABLE=lrelease-qt5 PREFIX=%{_prefix} USE_WEBENGINE=True
@@ -91,6 +93,6 @@
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
-%dir %{_datadir}/%{name}/lang
+%dir %{_datadir}/%{name}/translations
 
 %changelog

++++++ rssguard-3.3.7.tar.gz -> rssguard-3.4.0.tar.gz ++++++
++++ 230713 lines of diff (skipped)


Reply via email to