[rdesktop] Update to 1.7.1

Kalev Lember kalev at fedoraproject.org
Fri Oct 26 22:03:24 UTC 2012


commit 2e9913e0bddabe7494cfb134c420613059843737
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Oct 26 23:02:18 2012 +0200

    Update to 1.7.1
    
    - Dropped the pcsc patch, fixed upstream

 .gitignore          |    1 +
 rdesktop-pcsc.patch |   48 ------------------------------------------------
 rdesktop.spec       |   16 ++++++----------
 sources             |    2 +-
 4 files changed, 8 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86169b2..9609a6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 rdesktop-1.5.0.tar.gz
 rdesktop-1.6.0.tar.gz
 /rdesktop-1.7.0.tar.gz
+/rdesktop-1.7.1.tar.gz
diff --git a/rdesktop.spec b/rdesktop.spec
index 969cb6b..0cb03ea 100644
--- a/rdesktop.spec
+++ b/rdesktop.spec
@@ -1,15 +1,13 @@
 Name:           rdesktop
-Version:        1.7.0
-Release:        3%{?dist}
+Version:        1.7.1
+Release:        1%{?dist}
 Summary:        X client for remote desktop into Windows Terminal Server
 
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            http://www.rdesktop.org/
 Source0:        http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
-Patch0:         %{name}-pcsc.patch
 Patch1:         %{name}-libao.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libao-devel
 BuildRequires:  libX11-devel
 BuildRequires:  openssl-devel
@@ -23,7 +21,6 @@ desktop. Unlike Citrix ICA, no server extensions are required.
 
 %prep
 %setup -q
-%patch0 -p1 -b .pcsc
 %patch1 -p1 -b .ao
 
 %build
@@ -31,20 +28,19 @@ desktop. Unlike Citrix ICA, no server extensions are required.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING README doc/{AUTHORS,ChangeLog,HACKING,TODO,*.txt}
 %{_bindir}/rdesktop
 %{_datadir}/rdesktop/
 %{_mandir}/man1/*
 
 %changelog
+* Fri Oct 26 2012 Kalev Lember <kalevlember at gmail.com> - 1.7.1-1
+- Update to 1.7.1
+- Dropped the pcsc patch, fixed upstream
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2fc1ca1..09a855b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77fa93b21aa38837a85e81c00e757228  rdesktop-1.7.0.tar.gz
+c4b39115951c4a6d74f511c99b18fcf9  rdesktop-1.7.1.tar.gz


More information about the scm-commits mailing list