diff --git a/.cvsignore b/.cvsignore index 73b5f16..ef0a383 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ rdesktop-1.5.0.tar.gz +rdesktop-1.6.0.tar.gz diff --git a/rdesktop-fix-segfault.patch b/rdesktop-fix-segfault.patch deleted file mode 100644 index 8dd3b3c..0000000 --- a/rdesktop-fix-segfault.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xwin.c.fix-segfault 2007-04-26 12:37:28.000000000 -0400 -+++ xwin.c 2007-04-26 12:37:50.000000000 -0400 -@@ -3219,7 +3219,7 @@ - return; - - image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, -- (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8); -+ (char *) data, cx, cy, g_bpp, 0); - - if (g_ownbackstore) - { diff --git a/rdesktop.spec b/rdesktop.spec index 17946b7..3d0f941 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Name: rdesktop -Version: 1.5.0 -Release: 5%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: X client for remote desktop into Windows Terminal Server Group: User Interface/Desktops @@ -10,8 +10,6 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, libX11-devel -Patch0: rdesktop-fix-segfault.patch - %description rdesktop is an open source client for Windows NT Terminal Server and Windows 2000 & 2003 Terminal Services, capable of natively speaking @@ -20,7 +18,6 @@ desktop. Unlike Citrix ICA, no server extensions are required. %prep %setup -q -%patch0 -p0 -b .fix-segfault %build %configure --with-ipv6 @@ -41,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Tue May 13 2008 Soren Sandmann - 1.6.0-1 +Update to 1.6.0 + * Mon Feb 18 2008 Fedora Release Engineering - 1.5.0-5 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index c06df05..68461b1 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 433546f60fc0f201e99307ba188369ed rdesktop-1.5.0.tar.gz +c6fcbed7f0ad7e60ac5fcb2d324d8b16 rdesktop-1.6.0.tar.gz