Hello community, here is the log from the commit of package remmina for openSUSE:Factory checked in at 2019-01-24 14:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remmina (Old) and /work/SRC/openSUSE:Factory/.remmina.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remmina" Thu Jan 24 14:13:15 2019 rev:31 rq:667748 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/remmina/remmina.changes 2018-11-20 22:44:33.770234857 +0100 +++ /work/SRC/openSUSE:Factory/.remmina.new.28833/remmina.changes 2019-01-24 14:13:15.891372873 +0100 @@ -1,0 +2,49 @@ +Tue Jan 22 08:46:05 UTC 2019 - [email protected] + +- Added remmina-1.3.0-removed-edit-delete.patch from upstream to + exclude edit-delete.svg causing a conflict with kaffeine. + +------------------------------------------------------------------- +Fri Jan 18 13:35:39 UTC 2019 - [email protected] + +- Upgraded to 1.3.0 + * Use window resolution + * rcw_preopen complete + * RDP: new global parameter rdp_map_keycode + * Use decimal instead of hex on rdp keycode map + + * Updated translations + + * Adding language detection + * Auth panel widget placement + * CSS modifications to adapt to stock Gnome and Gtk themes + * Updated CSS to have black background in fullscreen + * Gtk deprecation and CSS restzling + * Gtk icon cache update during install phase + * Correctly set focus after rcw_preopen + * Icons and gtk fixes for rcw_reopen + * Deprecates dynamic_resolution_width and height cfg params + * Disable glyph cache by default + * Fix crash when showing password panel + * Fix crash when showing password panel + * allow closing tab after error message panel is shown + * Remove deprecated floating toolbar toplevel window + * Fixed missing icons + * Make menu items paintable by the application + * Open connection window before connecting + * Prevent toolbar signals while reconfiguring toolbar + * Update toolbar button handling + * Added xrdp friendly options + * RDP fixes: remove redundant rfi->width/rfi->height and more + * RDP: correctly destroy rfi->surface during a desktop resize + * RDP: move gdi_resize() to a better place + * RDP: remove unneeded OrderSupport struct init + * VNC: Fix possible crash during connection + * Search box clear icon + + * Updated CONTIBUTING.md and README.md + * Updated sponsor list + * Updated wiki URLs + * Updating coyright for year 2019 + +------------------------------------------------------------------- Old: ---- Remmina-v1.2.32.1.tar.bz2 New: ---- Remmina-v1.3.0.tar.bz2 remmina-1.3.0-removed-edit-delete.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remmina.spec ++++++ --- /var/tmp/diff_new_pack.2XKuX7/_old 2019-01-24 14:13:16.295372406 +0100 +++ /var/tmp/diff_new_pack.2XKuX7/_new 2019-01-24 14:13:16.295372406 +0100 @@ -1,7 +1,7 @@ # # spec file for package remmina # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,13 +18,15 @@ %bcond_with nx Name: remmina -Version: 1.2.32.1 +Version: 1.3.0 Release: 0 Summary: Versatile Remote Desktop Client License: GPL-2.0-or-later Group: Productivity/Networking/Other URL: http://www.remmina.org/ Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM remmina-1.3.0-removed-edit-delete.patch +Patch0: remmina-1.3.0-removed-edit-delete.patch BuildRequires: cmake BuildRequires: ed BuildRequires: fdupes @@ -174,6 +176,7 @@ %prep %setup -q -n Remmina-v%{version} +%patch0 -p1 %build export LDFLAGS="-pie" ++++++ Remmina-v1.2.32.1.tar.bz2 -> Remmina-v1.3.0.tar.bz2 ++++++ ++++ 232287 lines of diff (skipped) ++++++ remmina-1.3.0-removed-edit-delete.patch ++++++ diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index c53b0cab3d70d87d5b744823274974d47bd0fb68..0397548aa06a7a06a698a069c60c70419971a400 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -36,7 +36,6 @@ set(APPICONSCALE_ACTIONS_DIR "${REMMINA_DATADIR}/icons/hicolor/scalable/actions" set(APPICONSCALE_EMBLEMS_DIR "${REMMINA_DATADIR}/icons/hicolor/scalable/emblems") set(APPICONSCALE_ACTIONS_DATA - scalable/actions/edit-delete.svg scalable/actions/view-list.svg scalable/actions/remmina-camera-photo-symbolic.svg scalable/actions/remmina-connect-symbolic.svg diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade index 6849ab7024e9b9a993ab16dd9b58ade66ac2dff2..4e631ed1fcff68364eb006f9b0da016ff6cffeaa 100644 --- a/data/ui/remmina_main.glade +++ b/data/ui/remmina_main.glade @@ -87,7 +87,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <property name="label" translatable="yes">_Edit</property> <property name="short_label" translatable="yes">_Edit</property> <property name="tooltip" translatable="yes">Edit the selected remote desktop file</property> - <property name="icon_name">document-properties</property> <signal name="activate" handler="remmina_main_on_action_connection_edit" swapped="no"/> </object> <accelerator key="e" modifiers="GDK_CONTROL_MASK"/> @@ -97,7 +96,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <property name="label" translatable="yes">Copy</property> <property name="short_label" translatable="yes">Copy</property> <property name="tooltip" translatable="yes">Create a copy of the selected remote desktop file</property> - <property name="icon_name">edit-copy</property> <signal name="activate" handler="remmina_main_on_action_connection_copy" swapped="no"/> </object> <accelerator key="c" modifiers="GDK_CONTROL_MASK"/> @@ -107,7 +105,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <property name="label" translatable="yes">_Delete</property> <property name="short_label" translatable="yes">_Delete</property> <property name="tooltip" translatable="yes">Delete the selected remote desktop file</property> - <property name="icon_name">edit-delete</property> <signal name="activate" handler="remmina_main_on_action_connection_delete" swapped="no"/> </object> <accelerator key="d" modifiers="GDK_CONTROL_MASK"/> @@ -153,7 +150,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <child> <object class="GtkAction" id="action_help_community"> <property name="label" translatable="yes">Remmina Community</property> - <property name="short_label" translatable="yes"></property> <signal name="activate" handler="remmina_main_on_action_help_community" swapped="no"/> </object> </child>
