Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2017-10-11 23:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and      /work/SRC/openSUSE:Factory/.rssguard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rssguard"

Wed Oct 11 23:01:48 2017 rev:5 rq:532980 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes        2017-09-09 
20:25:39.541496523 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new/rssguard.changes   2017-10-11 
23:01:49.775650371 +0200
@@ -1,0 +2,27 @@
+Tue Oct 10 06:47:53 UTC 2017 - [email protected]
+
+- Update to version 3.5.0
+  * All application resources (skins, icons, ...) are now compiled
+    into the executable file. This allows for easier deployment.
+  * "Add account" dialog is displayed when app is launched and no
+    accounts exist so far.
+  * New plugin for Inoreader. This is supported only in full RSS
+    Guard "web-engine" version, because of web OAuth 2.0. The new
+    plugins is in EXPERIMENTAL phase, expect errors and report them.
+  * NextCloud plugin now allows to persistently set max number of
+    messages to get downloaded per feed.
+  * Added support for arbitrary external tools (settings category
+    "Web browser & e-mail & proxy") which can open URLs of selected
+    messages. (#136)
+  * Standard account is now automatically added if RSS Guard is
+    started with empty database.
+  * Menu action "Select next unread message" in "Messages" menu
+    now works across all feeds, so user can navigate through all
+    unread messages with a sigle keyboard shortcut. (#132, #6)
+  * Added two bindable menu actions (in menu "Web browser & tabs")
+    which allow to cycle among tabs. (#6)
+
+- Drop -lang subpackage since localisation is embedded in the
+  executable now.
+
+-------------------------------------------------------------------

Old:
----
  rssguard-3.4.2.tar.gz

New:
----
  rssguard-3.5.0.tar.gz

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

Other differences:
------------------
++++++ rssguard.spec ++++++
--- /var/tmp/diff_new_pack.dApeIH/_old  2017-10-11 23:01:50.967598151 +0200
+++ /var/tmp/diff_new_pack.dApeIH/_new  2017-10-11 23:01:50.971597975 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rssguard
-Version:        3.4.2
+Version:        3.5.0
 Release:        0
 Summary:        RSS/ATOM/RDF feed reader
 License:        GPL-3.0
@@ -25,7 +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
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-linguist
@@ -33,22 +32,20 @@
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core) >= 5.6
+BuildRequires:  pkgconfig(Qt5Core) >= 5.8
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5WebEngine)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-Recommends:     %{name}-lang = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Obsoletes:      %{name}-lang < %{version}
+Provides:       %{name}-lang = %{version}
 
 %description
 RSS Guard is a RSS/ATOM feed aggregator developed using the Qt framework.
 It supports online feed synchronization.
 
-%lang_package
-
 %prep
 %setup -q
 
@@ -58,42 +55,22 @@
 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 \
-         resources/sql/db_update_sqlite_7_8.sql \
-         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/sql/db_update*.sql resources/skins/*/*.html \
-         resources/skins/*/*.css resources/skins/*/*.xml
-
 %build
 %qmake5 LRELEASE_EXECUTABLE=lrelease-qt5 PREFIX=%{_prefix} USE_WEBENGINE=True
 %make_jobs
 
 %install
 %qmake5_install
-%find_lang %{name} --all-name --with-qt --without-mo
+# install desktop icon & autostart
+mkdir -pv %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_datadir}/autostart
+install -m0644 resources/graphics/rssguard.png -t 
%{buildroot}%{_datadir}/pixmaps
+install -m0644 resources/desktop/rssguard.desktop.autostart -t 
%{buildroot}%{_datadir}/autostart
 %fdupes -s %{buildroot}
 
 %files
-%defattr(-,root,root,-)
-%dir %{_datadir}/%{name}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/rssguard.png
-%{_datadir}/%{name}/autostart
-%{_datadir}/%{name}/icons
-%{_datadir}/%{name}/information
-%{_datadir}/%{name}/initial_feeds
-%{_datadir}/%{name}/sql
-%{_datadir}/%{name}/skins
-
-%files lang -f %{name}.lang
-%defattr(-,root,root)
-%dir %{_datadir}/%{name}/translations
+%{_datadir}/autostart
 
 %changelog

++++++ rssguard-3.4.2.tar.gz -> rssguard-3.5.0.tar.gz ++++++
++++ 83925 lines of diff (skipped)


Reply via email to