[xrdp] - up to git tag a9cfc235211a49c69c3cce3f98ee5976ff8103a4

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Nov 18 03:59:00 UTC 2010


commit c468641d780e993b95333ea4475cbe8c545b9e55
Author: Itamar Reis Peixoto <itamar at ispbrasil.com.br>
Date:   Thu Nov 18 01:58:50 2010 -0200

    - up to git tag a9cfc235211a49c69c3cce3f98ee5976ff8103a4

 .gitignore              |    1 +
 05-default-keymap.patch |   18 ------------------
 environmnet.patch       |    9 ---------
 sources                 |    1 +
 xrdp.spec               |   34 +++++++++-------------------------
 5 files changed, 11 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7c54aa..a3b37e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xrdp-cvs-03-17-2010.tar.gz
 /xrdp-cvs-03-17-2010.tar.gz
+/xrdp-HEAD-a9cfc23.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..465fc72
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+a426071a522793eddf94c4bf80ca90dc  xrdp-HEAD-a9cfc23.tar.gz
diff --git a/xrdp.spec b/xrdp.spec
index 3cb7071..5fd97b9 100644
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -1,33 +1,18 @@
 %{!?_initddir: %global _initddir %{_sysconfdir}/rc.d/init.d}
 
-%global cvs 03172010
 Summary:   Open source remote desktop protocol (RDP) server
 Name:      xrdp
 Version:   0.5.0
-Release:   0.12.%{cvs}%{?dist}
+Release:   0.13%{?dist}
 License:   GPLv2+ with exceptions
 Group:     Applications/Internet
 URL:       http://xrdp.sourceforge.net/
-Source0:   http://server1.xrdp.org/xrdp/xrdp-cvs-03-17-2010.tar.gz
-#Source0:   http://dl.sf.net/xrdp/xrdp-%{version}.tar.gz
-
-# The source for this package was pulled from upstream's vcs.  Use the
-# following commands to generate the tarball:
-#
-# visit http://sourceforge.net/projects/xrdp/develop
-#
-# cvs -d:pserver:anonymous at xrdp.cvs.sourceforge.net:/cvsroot/xrdp login
-# cvs -z3 -d:pserver:anonymous at xrdp.cvs.sourceforge.net:/cvsroot/xrdp co -D 11-09-2009 -P xrdp
-# mv xrdp xrdp-0.5.0.20090911cvs
-# tar -czvf xrdp-0.5.0.20090911cvs.tar.gz xrdp-0.5.0.20090911cvs
-
-
+Source0:   http://server1.xrdp.org/xrdp/xrdp-HEAD-a9cfc23.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0: xrdp-pam-auth.patch
-Patch1: environmnet.patch
-Patch2: 05-default-keymap.patch
-Patch3: limit-x-to-localhost.patch
+Patch1: xrdp-use-xinitrc-in-startm-sh.patch
+Patch2: xrdp-0.5.0-version.patch
 
 Source1: xrdp.init
 Source2: xrdp.sysconfig
@@ -59,14 +44,10 @@ server, capable of accepting connections from rdesktop and Microsoft's own
 terminal server / remote desktop clients.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n xrdp-HEAD-a9cfc23
 %patch0 -p2
-#fix rhbz #611669
 %patch1 -p2
-#fix keymap
-%patch2 -p1
-%patch3 -p1
-
+%patch2 -p2
 
 
 # remove unused modules from xrdp login combobox
@@ -184,6 +165,9 @@ rm -rf %{buildroot}
 %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
 
 %changelog
+* Thu Nov 18 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.13
+- up to git tag a9cfc235211a49c69c3cce3f98ee5976ff8103a4
+
 * Thu Nov 18 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.12.03172010
 - fix logrotate to not restart xrdp and drop all open connections
 


More information about the scm-commits mailing list