Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2018-01-09 14:53:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/remmina (Old)
 and      /work/SRC/openSUSE:Factory/.remmina.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "remmina"

Tue Jan  9 14:53:12 2018 rev:21 rq:562290 version:1.2.0~rcgit.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2017-11-03 
16:27:03.611384576 +0100
+++ /work/SRC/openSUSE:Factory/.remmina.new/remmina.changes     2018-01-09 
14:53:16.859555241 +0100
@@ -1,0 +2,34 @@
+Fri Jan  5 15:32:27 UTC 2018 - [email protected]
+
+- Rename the plugin 'remmina-plugins-gnome' in 'remmina-plugin-secret'
+- Added remmina-plugin-exec which allows execution of local commands
+
+- Upgraded to 1.2.0-rcgit.26
+
+  Implemented enhancements:
+  * Allow external commands without protocols in create connection dialog
+  * Option to completely hide the floating toolbar when in fullscreen.
+  * Option to run Pre Command before ANYTHING else
+  * Rename the plugin 'remmina-plugins-gnome' in 'remmina-plugins-secret'
+  * Variables for pre- and post-commands
+  * Implement an exec protocol plugin
+  * Add SPICE Native WebDAV shared folder support
+  * Added encryption algorithms options for SSH
+  * SSH tunnel and pre/post commands improvements
+  * Prior commands improvements
+  * Add avahi host discovery for ssh and sftp plugins
+
+  Fixed bugs:
+  * Un-check of "Fullscreen on the same monitor as the connection window" 
won't save
+  * Remmina resets screen resolution settings in RDP shortcut
+  * SSH Tunneling is broken with SSH Agent with public key
+  * Align SFTP and SSH plugins authentication and tunnel functionalities.
+  * ssh_userauth_publickey_auto: should accept empty passphrase
+  * Un-check of 'Fullscreen on the same monitor'
+
+  Other improvements:
+  * Updated translations
+  * Fixed typos
+  * Remove a couple of legacy "resolution" fields
+
+-------------------------------------------------------------------

Old:
----
  Remmina-1.2.0-rcgit.24.tar.gz

New:
----
  Remmina-1.2.0-rcgit.26.tar.gz

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

Other differences:
------------------
++++++ remmina.spec ++++++
--- /var/tmp/diff_new_pack.jllCKu/_old  2018-01-09 14:53:17.523524114 +0100
+++ /var/tmp/diff_new_pack.jllCKu/_new  2018-01-09 14:53:17.527523926 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package remmina
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-%define realver 1.2.0-rcgit.24
+%define realver 1.2.0-rcgit.26
 %bcond_with nx
 Name:           remmina
-Version:        1.2.0~rcgit.24
+Version:        1.2.0~rcgit.26
 Release:        0
 Summary:        Versatile Remote Desktop Client
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
-Url:            http://www.remmina.org/
+URL:            http://www.remmina.org/
 Source0:        
https://github.com/FreeRDP/Remmina/archive/v%{realver}.tar.gz#/Remmina-%{realver}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  ed
@@ -52,6 +52,7 @@
 BuildRequires:  pkgconfig(xkbfile)
 Recommends:     %{name}-lang
 Recommends:     %{name}-plugin-rdp
+Recommends:     %{name}-plugin-secret
 Recommends:     %{name}-plugin-vnc
 Provides:       %{name}-plugins-common = %{version}
 Obsoletes:      %{name}-plugins-common < 1.0.0
@@ -75,6 +76,15 @@
 This package contains header files needed for developing plugins for
 Remmina.
 
+%package plugin-exec
+Summary:        Plugin for Remmina to allow execution of local commands
+Group:          Productivity/Networking/Other
+Requires:       remmina = %{version}
+
+%description plugin-exec
+This package provides a plugin for Remmina allowing the execution of
+local commands.
+
 %package plugin-spice
 Summary:        SPICE Protocol Plugin for Remmina
 Group:          Productivity/Networking/Other
@@ -127,13 +137,15 @@
 #%%description plugin-telepathy
 #This package provides the Telepathy plugin for Remmina.
 
-%package plugins-gnome
-Summary:        GNOME Plugins for Remmina
+%package plugin-secret
+Summary:        Gnome Keyring Pasword Manager Plugin for Remmina
 Group:          Productivity/Networking/Other
 Requires:       remmina = %{version}
+Provides:       remmina-plugins-gnome = %{version}
+Obsoletes:      remmina-plugins-gnome < %{version}
 
-%description plugins-gnome
-This package provides the GNOME plugins for Remmina.
+%description plugin-secret
+This package provides a Remmina plugin for the GNOME keyring password manager.
 
 %lang_package
 
@@ -141,7 +153,7 @@
 %setup -q -n Remmina-%{realver}
 
 %build
-#TODO: When gh#FreeRDP/Remmina#714 is fixed enable TELEPATHY
+#TODO: enable TELEPATHY when issues have been fixed
 %cmake \
 %if ! 0%{?is_opensuse}
        -DWITH_APPINDICATOR=OFF \
@@ -170,6 +182,12 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
+%post plugin-exec
+%icon_theme_cache_post
+
+%postun plugin-exec
+%icon_theme_cache_postun
+
 %post plugin-spice
 %icon_theme_cache_post
 
@@ -230,6 +248,10 @@
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc
 
+%files plugin-exec
+%{_libdir}/remmina/plugins/remmina-plugin-exec.so
+%{_datadir}/icons/hicolor/*/emblems/remmina-tool.png
+
 %files plugin-spice
 %{_libdir}/remmina/plugins/remmina-plugin-spice.so
 %{_datadir}/icons/hicolor/*/emblems/remmina-spice.png
@@ -259,7 +281,7 @@
 #%%defattr(-,root,root)
 #%%{_libdir}/remmina/plugins/remmina-plugin-telepathy.so
 
-%files plugins-gnome
-%{_libdir}/remmina/plugins/remmina-plugins-gnome.so
+%files plugin-secret
+%{_libdir}/remmina/plugins/remmina-plugin-secret.so
 
 %changelog

++++++ Remmina-1.2.0-rcgit.24.tar.gz -> Remmina-1.2.0-rcgit.26.tar.gz ++++++
++++ 228400 lines of diff (skipped)


Reply via email to