Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2019-08-06 15:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/remmina (Old)
 and      /work/SRC/openSUSE:Factory/.remmina.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "remmina"

Tue Aug  6 15:11:07 2019 rev:39 rq:721012 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2019-03-20 
13:20:05.769332121 +0100
+++ /work/SRC/openSUSE:Factory/.remmina.new.4126/remmina.changes        
2019-08-06 15:11:09.535752850 +0200
@@ -1,0 +2,27 @@
+Mon Aug  5 08:14:34 UTC 2019 - Johannes Weberhofer <jweberho...@weberhofer.at>
+
+- Removed dependency to NX for remmina-plugin-kwallet.
+
+-------------------------------------------------------------------
+Wed Jul 31 07:21:50 UTC 2019 - Johannes Weberhofer <jweberho...@weberhofer.at>
+
+- Update to new upstream release 1.3.5
+  * Configurable, human readable profile file names
+  * A KDE Wallte plugin, that can be used instead of the GNOME Keyring
+  * Many notable and subtle bugs fixed by Giovanni Panozzo.
+  * Null pointer reference, RDP issues, remmina connection window fixes and 
refactoring and many more!!
+  * Remmina news (and announcements) widget
+  * Periodically (sporadically) a widget will be shown with news and 
announcements related to your Remmina version.
+  * Master password, to protect settings and profiles from unauthorized 
modifications
+  * WWW plugin (web browser with authentication for Remmina)
+  * New color schemes for the SSH plugin.
+  * Preferences cleaning
+  * Profile saving bug fixed
+  * Remmina main UI improvements
+  * Typographic and wording corrections
+
+- Removed broken telepathy plugin
+- New kwallet plugin will be built only on openSUSE and SLE backport
+  releases.
+
+-------------------------------------------------------------------

Old:
----
  Remmina-v1.3.4.tar.bz2

New:
----
  Remmina-v1.3.5.tar.bz2

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

Other differences:
------------------
++++++ remmina.spec ++++++
--- /var/tmp/diff_new_pack.upbFVB/_old  2019-08-06 15:11:10.047752613 +0200
+++ /var/tmp/diff_new_pack.upbFVB/_new  2019-08-06 15:11:10.051752611 +0200
@@ -18,19 +18,21 @@
 
 %bcond_with nx
 Name:           remmina
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 Summary:        Versatile Remote Desktop Client
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
-Url:            http://www.remmina.org/
+URL:            http://www.remmina.org/
 Source0:        
https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  ed
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  libsodium-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(atk)
@@ -46,10 +48,10 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libssh)
 BuildRequires:  pkgconfig(libvncserver)
-BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(spice-client-gtk-3.0)
-BuildRequires:  pkgconfig(telepathy-glib)
+#BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
+BuildRequires:  pkgconfig(webkit2gtk-4.0)
 BuildRequires:  pkgconfig(winpr2)
 BuildRequires:  pkgconfig(xkbfile)
 Recommends:     %{name}-lang
@@ -58,6 +60,9 @@
 Recommends:     %{name}-plugin-vnc
 Provides:       %{name}-plugins-common = %{version}
 Obsoletes:      %{name}-plugins-common < 1.0.0
+%if 0%{?is_opensuse} || 0%{?is_backports}
+BuildRequires:  cmake(KF5Wallet)
+%endif
 %if 0%{?suse_version} > 1500
 BuildRequires:  pkgconfig(wayland-client)
 %endif
@@ -126,6 +131,16 @@
 This package provides the NX protocol plugin for Remmina.
 %endif
 
+%if 0%{?is_opensuse} || 0%{?is_backports}
+%package plugin-kwallet
+Summary:        Remmina plugin to support the KDE Wallet
+Group:          Productivity/Networking/Other
+Requires:       remmina = %{version}
+
+%description plugin-kwallet
+KDE Wallet plugin, that can be used instead of the GNOME Keyring
+%endif
+
 %package plugin-rdp
 Summary:        RDP Protocol Plugin for Remmina
 Group:          Productivity/Networking/Other
@@ -143,7 +158,6 @@
 %description plugin-st
 This package provides the simple terminal plugin for Remmina.
 
-
 %package plugin-vnc
 Summary:        VNC Protocol Plugin for Remmina
 Group:          Productivity/Networking/Other
@@ -152,13 +166,22 @@
 %description plugin-vnc
 This package provides the RDP protocol plugin for Remmina.
 
-%package plugin-telepathy
-Summary:        Telepathy Protocol Plugin for Remmina
+%package plugin-www
+Summary:        WWW Protocol Plugin for Remmina
 Group:          Productivity/Networking/Other
 Requires:       remmina = %{version}
 
-%description plugin-telepathy
-This package provides the Telepathy plugin for Remmina.
+%description plugin-www
+This package provides the a plugin for Remmina which allows to login and
+to browse a page.
+
+#%%package plugin-telepathy
+#Summary:        Telepathy Protocol Plugin for Remmina
+#Group:          Productivity/Networking/Other
+#Requires:       remmina = %%{version}
+
+#%%description plugin-telepathy
+#This package provides the Telepathy plugin for Remmina.
 
 %package plugin-secret
 Summary:        Gnome Keyring Pasword Manager Plugin for Remmina
@@ -254,12 +277,18 @@
 %postun plugin-vnc
 %icon_theme_cache_postun
 
-%post plugin-telepathy
+%post  plugin-www
 %icon_theme_cache_post
 
-%postun plugin-telepathy
+%postun plugin-www
 %icon_theme_cache_postun
 
+#%%post plugin-telepathy
+#%%icon_theme_cache_post
+#
+#%%postun plugin-telepathy
+#%%icon_theme_cache_postun
+
 # end: only for suse < 1500
 %endif
 
@@ -267,6 +296,7 @@
 %license LICENSE LICENSE.OpenSSL
 %doc AUTHORS CHANGELOG.md README.md
 %{_bindir}/%{name}
+%{_bindir}/%{name}-file-wrapper.sh
 %{_datadir}/applications/%{name}-file.desktop
 %{_datadir}/applications/org.remmina.Remmina.desktop
 %{_datadir}/icons/hicolor/*/actions/*
@@ -282,7 +312,7 @@
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files kiosk
-%{_datadir}/gnome-session
+%dir %{_datadir}/gnome-session
 %dir %{_datadir}/gnome-session/sessions
 %{_datadir}/gnome-session/sessions/remmina-gnome.session
 %{_bindir}/gnome-session-remmina
@@ -322,6 +352,11 @@
 %{_datadir}/icons/hicolor/scalable/emblems/remmina-nx-symbolic.svg
 %endif
 
+%if 0%{?is_opensuse} || 0%{?is_backports}
+%files plugin-kwallet
+%{_libdir}/remmina/plugins/remmina-plugin-kwallet.so
+%endif
+
 %files plugin-rdp
 %{_libdir}/remmina/plugins/remmina-plugin-rdp.so
 %{_datadir}/icons/hicolor/scalable/emblems/remmina-rdp-ssh-symbolic.svg
@@ -335,12 +370,16 @@
 %{_datadir}/icons/hicolor/scalable/emblems/remmina-vnc-ssh-symbolic.svg
 %{_datadir}/icons/hicolor/scalable/emblems/remmina-vnc-symbolic.svg
 
-%files plugin-telepathy
-%dir %{_datadir}/telepathy
-%dir %{_datadir}/telepathy/clients
-%{_libdir}/remmina/plugins/remmina-plugin-telepathy.so
-%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Remmina.service
-%{_datadir}/telepathy/clients/Remmina.client
+%files plugin-www
+%{_libdir}/remmina/plugins/remmina-plugin-www.so
+%{_datadir}/icons/hicolor/scalable/emblems/remmina-www-symbolic.svg
+
+#%%files plugin-telepathy
+#%%dir %%{_datadir}/telepathy
+#%%dir %%{_datadir}/telepathy/clients
+#%%{_libdir}/remmina/plugins/remmina-plugin-telepathy.so
+#%%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Remmina.service
+#%%{_datadir}/telepathy/clients/Remmina.client
 
 %files plugin-secret
 %{_libdir}/remmina/plugins/remmina-plugin-secret.so

++++++ Remmina-v1.3.4.tar.bz2 -> Remmina-v1.3.5.tar.bz2 ++++++
++++ 162940 lines of diff (skipped)


Reply via email to