Hello community,

here is the log from the commit of package rdesktop for openSUSE:Factory 
checked in at 2019-11-25 15:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdesktop (Old)
 and      /work/SRC/openSUSE:Factory/.rdesktop.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdesktop"

Mon Nov 25 15:23:25 2019 rev:41 rq:748736 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdesktop/rdesktop.changes        2019-07-02 
10:39:08.302649610 +0200
+++ /work/SRC/openSUSE:Factory/.rdesktop.new.26869/rdesktop.changes     
2019-11-25 15:23:26.853288067 +0100
@@ -1,0 +2,22 @@
+Mon Nov 11 13:42:37 UTC 2019 - Namor Barcode <[email protected]>
+
+- Update to 1.9.0
+    * Use GnuTLS and nettle instead of OpenSSL
+    * Improved certificate handling
+    * Add support for dynamic resize of sessions
+    * Add support for alpha cursors
+    * Add PulseAudio support
+    * Add Kerberos support on macOS
+    * Kerberos support no longer requires libgssglue
+    * Remove support for rdesktop's custom microphone extension
+    * Several fixes to improve compatibility with modern desktops
+    * macOS compatibility fixes
+    * Improved handling of redirections
+    * Many smart card bug fixes
+    * Many disk redirection bug fixes
+    * Improved logging
+    * Lots of other small bug fixes
+- Remove rdesktop-Fix-key-caching.patch (merged in upstream)
+- Remove rdesktop-Fix-decryption.patch (merged in upstream)
+
+-------------------------------------------------------------------

Old:
----
  rdesktop-1.8.6.tar.gz
  rdesktop-Fix-decryption.patch
  rdesktop-Fix-key-caching.patch

New:
----
  rdesktop-1.9.0.tar.gz

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

Other differences:
------------------
++++++ rdesktop.spec ++++++
--- /var/tmp/diff_new_pack.8AN0QH/_old  2019-11-25 15:23:27.629287713 +0100
+++ /var/tmp/diff_new_pack.8AN0QH/_new  2019-11-25 15:23:27.633287711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdesktop
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,27 @@
 
 
 Name:           rdesktop
-Version:        1.8.6
+Version:        1.9.0
 Release:        0
 Summary:        A Remote Desktop Protocol client
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Other
-Url:            http://www.rdesktop.org/
+URL:            http://www.rdesktop.org/
 Source:         
https://github.com/rdesktop/rdesktop/releases/download/v%{version}/%{name}-%{version}.tar.gz
 ## FIX-openSUSE: remove "Don't depend on pkg-config"
 Patch0:         rdesktop-fix_pkgconfig_check.patch
 # PATCH-FIX-OPENSUSE rdesktop-Fix-keymap-script.patch
 Patch3:         rdesktop-Fix-keymap-script.patch
-Patch4:         rdesktop-Fix-key-caching.patch
-# PATH-FIX-UPSTREAM rdesktop-Fix-decryption.patch
-Patch5:         rdesktop-Fix-decryption.patch
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libgssglue-devel
+BuildRequires:  krb5-devel
+BuildRequires:  libXcursor-devel
+BuildRequires:  libgnutls-devel
+BuildRequires:  libnettle-devel
 BuildRequires:  libsamplerate-devel
+BuildRequires:  libtasn1-devel
 BuildRequires:  libtool
-BuildRequires:  openssl-devel
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ao)
@@ -55,11 +55,7 @@
 %prep
 %setup -q
 %patch0
-%if 0%{?suse_version} > 1110
-%patch4 -p1
-%endif
 %patch3 -p1
-%patch5 -p1
 
 ## rpmlint
 # incorrect-fsf-address /usr/share/rdesktop/keymaps/convert-map
@@ -82,7 +78,8 @@
 
 %files
 %defattr(-,root,root,755)
-%doc COPYING doc README
+%doc doc README.md
+%license COPYING
 %{_bindir}/rdesktop
 %{_datadir}/rdesktop
 %{_mandir}/man1/rdesktop.1.gz

++++++ rdesktop-1.8.6.tar.gz -> rdesktop-1.9.0.tar.gz ++++++
++++ 26146 lines of diff (skipped)

++++++ rdesktop-fix_pkgconfig_check.patch ++++++
--- /var/tmp/diff_new_pack.8AN0QH/_old  2019-11-25 15:23:27.837287618 +0100
+++ /var/tmp/diff_new_pack.8AN0QH/_new  2019-11-25 15:23:27.841287616 +0100
@@ -1,8 +1,6 @@
-Index: configure.ac
-===================================================================
---- configure.ac.orig
-+++ configure.ac
-@@ -42,14 +42,6 @@ AC_CHECK_HEADER(sysexits.h, AC_DEFINE(HA
+--- configure.ac.orig  2019-09-20 10:03:48.000000000 +0300
++++ configure.ac       2019-11-11 16:59:53.567498044 +0300
+@@ -45,15 +45,6 @@
  
  AC_CHECK_TOOL(STRIP, strip, :)
  
@@ -14,6 +12,7 @@
 -                      $4
 -              ])
 -])
- 
- #
- # OpenSSL detection borrowed from stunnel
+-
+ dnl Add option to build with using address sanitizer
+ AC_ARG_ENABLE([address-sanitizer], 
AS_HELP_STRING([--enable-address-sanitizer], \
+               [enable AddressSanitizer support for detecting a wide variety 
of \


Reply via email to