Include patch for sending invalid extra data
This commit is contained in:
parent
c1042284ec
commit
22ff34bb2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/freerdp-0.8.1.tar.gz
|
/freerdp-0.8.1.tar.gz
|
||||||
/freerdp-0.8.2.tar.gz
|
/freerdp-0.8.2.tar.gz
|
||||||
/FreeRDP-1.0.1.tar.gz
|
/FreeRDP-1.0.1.tar.gz
|
||||||
|
/fastpath_send_input_pdu-sec_bytes.patch
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Remote Desktop Protocol client
|
Summary: Remote Desktop Protocol client
|
||||||
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.freerdp.com/
|
URL: http://www.freerdp.com/
|
||||||
Source0: https://github.com/downloads/FreeRDP/FreeRDP/FreeRDP-%{version}.tar.gz
|
Source0: https://github.com/downloads/FreeRDP/FreeRDP/FreeRDP-%{version}.tar.gz
|
||||||
|
# https://github.com/FreeRDP/FreeRDP/commit/165d39a290a109c0af16a1d223d1426cb524a844 backport
|
||||||
|
Patch0: fastpath_send_input_pdu-sec_bytes.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -70,6 +72,7 @@ developing applications that use %{name}-libs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n FreeRDP-FreeRDP-8e62721
|
%setup -q -n FreeRDP-FreeRDP-8e62721
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
cat << EOF > xfreerdp.desktop
|
cat << EOF > xfreerdp.desktop
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
@ -159,6 +162,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-4
|
||||||
|
- Include patch for sending invalid extra data
|
||||||
|
|
||||||
* Tue Feb 28 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-3
|
* Tue Feb 28 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-3
|
||||||
- Install a freedesktop .desktop file and a high-res icon instead of relying on
|
- Install a freedesktop .desktop file and a high-res icon instead of relying on
|
||||||
_NET_WM_ICON
|
_NET_WM_ICON
|
||||||
|
Loading…
Reference in New Issue
Block a user