freerdp-1.0.2

This commit is contained in:
Mads Kiilerich 2013-01-03 01:15:31 +01:00
parent 8e49ef08f5
commit 631c52596b
3 changed files with 8 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
/freerdp-0.8.1.tar.gz
/freerdp-0.8.2.tar.gz
/FreeRDP-1.0.1.tar.gz
/fastpath_send_input_pdu-sec_bytes.patch
/freerdp-1.0.1.tar.gz
/freerdp-1.0.2.tar.gz

View File

@ -1,15 +1,12 @@
Name: freerdp
Version: 1.0.1
Release: 7%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: Remote Desktop Protocol client
Group: Applications/Communications
License: ASL 2.0
URL: http://www.freerdp.com/
Source0: https://github.com/downloads/FreeRDP/FreeRDP/%{name}-%{version}.tar.gz
# https://github.com/FreeRDP/FreeRDP/commit/165d39a290a109c0af16a1d223d1426cb524a844 backport
Patch0: fastpath_send_input_pdu-sec_bytes.patch
Patch1: c10866db66c0d462ea7c2c38bb01740bcfb4fcb4.patch
Source0: http://pub.freerdp.com/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake
@ -75,8 +72,6 @@ developing applications that use %{name}-libs.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
cat << EOF > xfreerdp.desktop
[Desktop Entry]
@ -166,6 +161,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed Jan 02 2013 Mads Kiilerich <mads@kiilerich.com> - 1.0.2-1
- freerdp-1.0.2
* Sun Sep 30 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-7
- merge f17 1.0.1-6 - Backport fix for bug 816692

View File

@ -1,2 +1 @@
c843185e0ff22ce8409954651718f338 freerdp-1.0.1.tar.gz
e4f49159bfb94ea534a8d14a2a5b5067 fastpath_send_input_pdu-sec_bytes.patch
08f0e07d8d77e142f7dc39e4033a458d freerdp-1.0.2.tar.gz