Browse Source

rdesktop:
- update to 1.7.0
- remove upstreamed Patch0
- add Patch10 to solve windows server licensing issue.
- add Patch11 to skip license file loading. (for w2k8)
- add patch12 to enable font smoothing



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3851 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
5684b4c83d
1 changed files with 16 additions and 6 deletions
  1. 16 6
      r/rdesktop/rdesktop-vl.spec

+ 16 - 6
r/rdesktop/rdesktop-vl.spec

@@ -1,12 +1,14 @@
 Summary: A Remote Desktop Protocol Client
 Summary(ja): リモートデスクトッププロトコルクライアント
 Name: rdesktop
-Version: 1.6.0
-Release: 4%{?_dist_release}
+Version: 1.7.0
+Release: 1%{?_dist_release}
 Source0: %{name}-%{version}.tar.gz
-Patch0: remote-file-access.patch
+Patch10: rdesktop-win2k-ts-license-hack.patch
+Patch11: rdesktop-1.6.0-skip-load-license.patch
+Patch12: rdesktop-enable-fontsmoothing.patch
 URL: http://www.rdesktop.org/
-License: GPL
+License: GPLv3
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openssl-devel
@@ -29,7 +31,9 @@ rdesktop は Windows NT ターミナルサーバ、Windows 20000 ターミナル
 
 %prep
 %setup -q
-%patch0 -p0 -b .remote-file-access
+%patch10 -p1 -b .win2k-ts-license-hack
+%patch11 -p1 -b .skip-load-license
+%patch12 -p1 -b .enable-font-smoothing
 
 %build
 %configure
@@ -50,9 +54,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.0-1
+- remove upstreamed Patch0 
+- add Patch10 to solve windows server licensing issue.
+- add Patch11 to skip license file loading. (for w2k8)
+- add patch12 to enable font smoothing
+
 * Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
 - SECURITY FIX: CVE-2011-1595
- - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
+  - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
 
 * Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
 - rebuild with openssl-1.0.0c