Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2018-05-22 17:02:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/remmina (Old)
 and      /work/SRC/openSUSE:Factory/.remmina.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "remmina"

Tue May 22 17:02:14 2018 rev:25 rq:611148 version:1.2.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2018-04-11 
14:02:06.858536538 +0200
+++ /work/SRC/openSUSE:Factory/.remmina.new/remmina.changes     2018-05-22 
17:02:17.603502097 +0200
@@ -1,0 +2,61 @@
+Mon May 21 18:10:04 UTC 2018 - [email protected]
+
+- Upgraded to 1.2.30
+  * Enhancements:
+  - HiDPI - Elements spacing in the headerbar is too low #1628
+  - Failure to link with lld on OpenBSD #1604
+  - RDP - Implement xfreerdp like --no-fastpath option #1596
+  - 'remmina -c' accepting only configs with .remmina extension. #1454
+  - [Feature Request] Add SPICE Native WebDAV shared folder support #1273
+  - Register and support opening rdp files directly #1105
+  - Panel Icon almost invisible #1006
+  - Rename UNIQUE_APPNAME to REMMINA_APP_ID and use it wherever possible #1637 
(larchunix)
+  - Update new logo from Ura Design #1636 (antenore)
+  - Increase headerbar elements spacing #1629 (antenore)
+  - Support for "gatewayaccesstoken" (aka PAA) and "authentication level" RDP 
file properties #1621 (p-pautov)
+  - Autodetect missing H264 on libfreerdp #1617 (giox069)
+  - Project folder refactoring following the GNOME guidelines. 2nd batch. 
#1600 (antenore)
+  - RDP: option to disable fast-path, fixes #1596 #1597 (giox069)
+  - Term enhance - Color scheme import #1585 (antenore)
+
+  * Fixed bugs:
+  - Assert in remmina_pref_save #1570
+  - Minor graphical issue on Ubuntu 18.04 with communitheme #1546
+  - Security Bug: Unchecked call to gcry_control #830
+  - "Floating point exception" while connecting to Windows 10 machine #681
+
+  * Closed issues:
+  - undefined symbol: vte_terminal_copy_clipboard_format #1591
+  - RDP: Dynamic resolution updates don't work anymore after updating freerdp 
from 2.0.0_rc1 -> 2.0.0_rc2 #1576
+  - Statrtup issues remmina / gnome / wayland / opensuse leap 15 beta #1558
+  - VNCI connection not working! #1502
+  - Highlight to copy - SSH #1434
+  - Password not saving - encrypting *.remmina connection files #1423
+  - Remmina crashes when sharing local printers and connecting through gateway 
#1405
+  - Remmina lock screen when i use it to connect to Win10. #1396
+  - Windows 10 BSOD on file copy #1019
+  - ALT + F4 closes Remina remote Window #125
+
+  * Merged pull requests:
+  - Update italian translation #1631 (giox069)
+  - Updated French po file #1630 (DevDef)
+  - Write newline instead of return #1626 (weberhofer)
+  - Updated German Translation #1624 (weberhofer)
+  - Fix libssh deprecations in NX plugin #1613 (larchunix)
+  - Headerbar spacing fixes #1607 (antenore)
+  - Place headerbar in the main container. Fixes #1546 #1606 (antenore)
+  - File list and indicator icon optimizations #1603 (giox069)
+  - Project folder refactoring following the GNOME guidelines.
+  - SPICE: add support for ssh tunnelling #1595 (larchunix)
+  - Clang LLVM coverage flags #1594 (antenore)
+  - GTK deprecation fixes #1592 (larchunix)
+  - Undo commit 5b4e7f1 and change VNCI plugin description #1586 (giox069)
+  - Fix a bunch of warnings #1583 (larchunix)
+  - build: make appindicator include consistent with pkg-config flags #1582 
(larchunix)
+  - Add openSUSE info and instructions to README #1581 (jubalh)
+  - Libssh has removed red.libssh.org #1574 (antenore)
+  - periodic_usage_stats_uuid_prefix default value #1572 (antenore)
+  - Use string constant #1569 (amtlib-dot-dll)
+  - CMake cleanup #1568 (larchunix)
+
+-------------------------------------------------------------------

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

New:
----
  Remmina-1.2.30.tar.gz

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

Other differences:
------------------
++++++ remmina.spec ++++++
--- /var/tmp/diff_new_pack.l2nu1w/_old  2018-05-22 17:02:18.579466580 +0200
+++ /var/tmp/diff_new_pack.l2nu1w/_new  2018-05-22 17:02:18.583466435 +0200
@@ -16,18 +16,18 @@
 #
 
 
-%define realver 1.2.0-rcgit.29
 %bcond_with nx
 Name:           remmina
-Version:        1.2.0~rcgit.29
+Version:        1.2.30
 Release:        0
 Summary:        Versatile Remote Desktop Client
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 Url:            http://www.remmina.org/
-Source0:        
https://github.com/FreeRDP/Remmina/archive/v%{realver}.tar.gz#/Remmina-%{realver}.tar.gz
+Source0:        
https://github.com/FreeRDP/Remmina/archive/v%{version}.tar.gz#/Remmina-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  ed
+BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
@@ -155,7 +155,7 @@
 %lang_package
 
 %prep
-%setup -q -n Remmina-%{realver}
+%setup -q -n Remmina-%{version}
 
 %build
 export LDFLAGS="-pie"
@@ -179,6 +179,8 @@
 
 %suse_update_desktop_file org.remmina.Remmina Network RemoteAccess GTK
 
+%fdupes %{buildroot}%{_datadir}/remmina
+
 %find_lang %{name}
 
 # Begin: all icons/desktop updates only for suse < 1500

++++++ Remmina-1.2.0-rcgit.29.tar.gz -> Remmina-1.2.30.tar.gz ++++++
++++ 351467 lines of diff (skipped)


Reply via email to