Hello community,

here is the log from the commit of package rdesktop.3367 for 
openSUSE:13.1:Update checked in at 2015-01-15 16:04:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/rdesktop.3367 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.rdesktop.3367.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdesktop.3367"

Changes:
--------
New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.rdesktop.3367.new/rdesktop.changes  
2015-01-15 16:04:27.000000000 +0100
@@ -0,0 +1,380 @@
+-------------------------------------------------------------------
+Mon Dec 29 15:02:59 UTC 2014 - [email protected]
+
+- fix for boo#897205 (rdesktop to Windows 2008 R2 Terminal Server)
+- update to 1.8.3
+  * Added a persistent mode used with SeamlessRDP
+  * Added US international keyboard layout with dead keys
+  * Code cleanup to match specifications, use constants defined
+    instead of magic numbers, remove of dead code
+  * Fix regression with failed connection and a invalid licensing
+    message, introduced in 1.8.2
+  * Fix issue with Non ASCII user / password when using CredSSP
+  * Fix issues using smartcard redirection with Windows 2012 R2
+  * Fix issue with windows key functionality
+  * Fix memory corruption when using rdp_out_unistr()
+  * Fix workaround for the lack of support for alpha cursors
+  * Fix silent exit when redirected when using CredSSP
+  * Fix crash when starting rdesktop without domain specified while
+    using CredSSP
+  * Fix issue in SeamlessRDP protocol parser upon reconnect
+  * Fix issue were a new SeamlessRDP application is respawned upon
+    a reconnection
+
+-------------------------------------------------------------------
+Thu Oct  2 20:47:41 UTC 2014 - [email protected]
+
+- Enable libao backend, this will help with pulseaudio 
+- Do not buildrequire xorg-x11-devel just the specific needed
+  X libraries
+
+-------------------------------------------------------------------
+Fri Sep  5 18:10:38 UTC 2014 - [email protected]
+
+- fix for bnc#874452
+  * rdesktop doesn't react to user input (keyboard, mouse) when
+    connected to VirtualBox
+- update to 1.8.2
+  * Support enhanced server redirection (Session broker 2012)
+  * Support License Error Alert PDU
+  * Changed default driver for printer redirection
+  * Fix CredSSP login using non-ASCII username/password
+  * Fix double login prompt bug with Win2008 server redirection
+  * Fix keysym collisions
+  * Fix mouse cursor with 2012 R2
+  * Fix local drive redirection with Win8 / Win2012
+  * Fix issue with mouse cursor hotspot
+  * Fix issue with mouse / keyboard against VirtualBox RDP
+  * Fix uncomplete czech keymap * Fix error in dutch keymap
+
+-------------------------------------------------------------------
+Fri Mar 14 18:04:54 UTC 2014 - [email protected]
+
+- fix for bnc#852333, bnc#849740, bnc#852524
+- update to 1.8.1
+  * Fix a typo in configure.ac
+  * Fix a bug which made rdesktop steal CPU cycles.
+  * Fix issue with reconnect, make use of deactivate variable
+  * Added 4 new disconnect reasons with exit codes
+  * Fix issues of window handling in SeamlessRDP parts of rdesktop
+  * Fix a backward compability with OpenSSL < 0.9.9
+  * Fix a bug when code needs a x window available but there are none.
+  * Fix a sigsegv zeroing memory
+  * Fix a 64bit portability issue
+- remove obsolete patches
+  * tcp_return, 64bit_portability_issue
+
+-------------------------------------------------------------------
+Mon Aug 12 12:08:27 UTC 2013 - [email protected]
+
+- fix for sf#366: http://sourceforge.net/p/rdesktop/bugs/366/
+  * added patches: tcp_return, 64bit_portability_issue
+
+-------------------------------------------------------------------
+Sat Aug 10 10:42:02 UTC 2013 - [email protected]
+
+- update to 1.8.0
+  * Support for protocol negotiation eg. SSL/TLSv1 and CredSSP 
+  * Support for CredSSP + Kerberos authentication (NLA) 
+  * Support for smart card single-sign-on 
+  * Support passing smart card pin as password as argument 
+  * Added IPC for controlling a master rdesktop process 
+  * Support for connection sharing when using SeamlessRDP 
+  * Improved handling of network connection failures 
+  * Autoreconnect using the connection cookie at network failure 
+  * Fix a few smart card issues 
+  * Fix bug with mouse scroll handling 
+  * Fix for left/right braces in Italian keymap 
+  * Fix crash and memory leak in local drive redirection 
+  * Fixes issues with license files loading/saving
+- remove obsolete rdesktop-1.7.0-lib64.dif patch
+- add missing dependency for libgssglue
+
+-------------------------------------------------------------------
+Tue Feb 19 15:11:04 UTC 2013 - [email protected]
+
+- Enable smartcard support.
+
+-------------------------------------------------------------------
+Sat Jan 12 19:17:46 UTC 2013 - [email protected]
+
+- remove suse_update_config
+
+-------------------------------------------------------------------
+Wed Feb 22 15:27:08 UTC 2012 - [email protected]
+
+- update to version rdesktop (1.7.1)
+  * Fix clipboard issue when not building with unicode support
+  * Fix compilation against newer PCSC lite versions
+  * Fix for per-device license mode on Windows 2008 R2 terminal server
+  * Fix building 64bit version with static openssl linkage
+  * Rewrite of smartcard handling for 64bit support, fixes several bugs
+  * Improved license handling using XDG directories
+- fix rpmlint
+  * incorrect-fsf-address
+  * non-standard-group
+- remove obsolete patch
+  * lib64 patch
+- rebase fix_pkgconfig_check patch
+
+-------------------------------------------------------------------
+Fri Jan  6 15:29:41 UTC 2012 - [email protected]
+
+- enable ipv6 support
+- remove unused patches
+
+-------------------------------------------------------------------
+Wed Nov 30 10:35:55 UTC 2011 - [email protected]
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Thu Apr 28 20:00:05 UTC 2011 - [email protected]
+
+- update to version 1.7.0
+  * Security: Directory traversal vulnerability with disk 
+    redirection (disallow /.. requests)
+  * New maintainer: Peter Åstrand from Cendio
+  * Brush cache support
+  * Removed the hardcoded limit of the username length
+  * Increased domain name length to 255 chars
+  * Improved compatibility with PulseAudio/padsp
+  * Cleaned up and documented the return values
+  * Keyboard fix: avoid stuck keys in certain cases
+  * Support for new pointers
+  * License has been changed to GPLv3
+  * EWMH fixes for 64-bit machines
+  * RandR support: automatically resize session if using relative screen size
+  * Improved support for Windows 2008 Session Broker
+  * Japanese keyboard map has been improved
+  * New keyboard map: fr-bepo
+  * Many stability fixes regarding smart card redirection
+  * Windows 2008 R2 / 7: Fix sound playback when not using other redirections
+  * Windows 2008 R2 / 7: Solve disk redirection read-only issues
+  * Windows 2008 R2 / 7: Solve issue with recursive deletion
+  * Avoid exit when printing, if lpr command terminates early
+- updated rdesktop-1.4.0-lib64.dif -> rdesktop-1.7.0-lib64.dif
+- remove obsolete patches 
+  * rdesktop-1.5.0-fix-printer-strcmp.dif
+  * rdesktop-NOMAD.dif
+
+-------------------------------------------------------------------
+Wed Feb  4 10:43:29 EST 2009 - [email protected]
+
+- Better detection of fullscreen dimensions when no window manager
+  is running. (bnc#456172)
+
+-------------------------------------------------------------------
+Fri Nov 21 04:57:17 EST 2008 - [email protected]
+
+- Fix resize restriction issue in NOMAD patch.
+- Fix background color typo.
+- Fix annoying keyboard grabbing issue.
+
+-------------------------------------------------------------------
+Tue Nov 11 12:11:39 EST 2008 - [email protected]
+
+- Fix DMX input focus handling.
+
+-------------------------------------------------------------------
+Wed Oct 15 11:16:05 EDT 2008 - [email protected]
+
+- Don't prevent DMX DnD support from working properly.
+
+- Fix handling of special keys when using the rdpx11 channel.
+
+- Disable old fs fix. NOMAD patch includes a much better fullscreen
+  fix that actually works.
+
+- Fix blocking issues in x11 forwarding and make x11 stream
+  compression work properly.
+
+- Fix issue with grabbing of the keyboard and preventing events
+  from being forwarded when rdpx11 channel is used.
+
+-------------------------------------------------------------------
+Wed Sep 17 17:05:28 CEST 2008 - [email protected]
+
++++ 183 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:13.1:Update/.rdesktop.3367.new/rdesktop.changes

New:
----
  rdesktop-1.8.3.tar.gz
  rdesktop-fix_pkgconfig_check.patch
  rdesktop.changes
  rdesktop.spec

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

Other differences:
------------------
++++++ rdesktop.spec ++++++
#
# spec file for package rdesktop
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           rdesktop
Summary:        A Remote Desktop Protocol client
License:        GPL-3.0+
Group:          Productivity/Networking/Other
#Group:          Productivity/Networking/Remote Desktop
Version:        1.8.3
Release:        0
Url:            http://www.rdesktop.org/
Source:         %{name}-%{version}.tar.gz
## FIX-openSUSE: remove "Don't depend on pkg-config"
Patch0:         rdesktop-fix_pkgconfig_check.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  alsa-devel
BuildRequires:  automake
BuildRequires:  libgssglue-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  openssl-devel
BuildRequires:  pcsc-lite-devel
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(ao)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xrandr)

%description
rdesktop is an open source client for Windows NT Terminal Server and
Windows 2000 Terminal Services, capable of natively speaking Remote
Desktop Protocol (RDP) in order to present the user's NT desktop.
Unlike Citrix ICA, no server extensions are required.

%prep
%setup
%patch0
## rpmlint
# incorrect-fsf-address /usr/share/rdesktop/keymaps/convert-map
perl -p -i -e 's|^# Foundation.*|# Foundation, 51 Franklin Street, Suite 500, 
Boston, MA 02110-1335, USA|' keymaps/convert-map

%build
autoreconf --force --install --verbose
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
%configure \
  --enable-smartcard \
  --with-openssl=/usr \
  --with-ipv6
make %{?jobs:-j%jobs}

%install
make DESTDIR=$RPM_BUILD_ROOT STRIP=true install
make DESTDIR=$RPM_BUILD_ROOT installman
mkdir -p $RPM_BUILD_ROOT/usr/share/rdesktop
cp -r keymaps $RPM_BUILD_ROOT/usr/share/rdesktop
chmod -R a+r $RPM_BUILD_ROOT/usr/share/rdesktop/keymaps

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%doc COPYING doc README
/usr/bin/rdesktop
/usr/share/rdesktop
#/usr/bin/rdp-srvr
%{_mandir}/man1/rdesktop.1.gz

%changelog
++++++ rdesktop-fix_pkgconfig_check.patch ++++++
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -42,14 +42,6 @@ AC_CHECK_HEADER(sysexits.h, AC_DEFINE(HA
 
 AC_CHECK_TOOL(STRIP, strip, :)
 
-dnl Don't depend on pkg-config
-m4_ifdef([PKG_CHECK_MODULES], [], [
-               m4_errprint([warning: pkg-config checks are not available])
-               m4_defun([PKG_CHECK_MODULES], [
-                       AC_MSG_WARN([pkg-config not available, cannot check for 
$2])
-                       $4
-               ])
-])
 
 #
 # OpenSSL detection borrowed from stunnel
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to