Update to 2.11.4
This commit is contained in:
parent
6a5a200a45
commit
eac2c9e328
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/FreeRDP-2.11.0.tar.gz
|
||||
/FreeRDP-2.11.1.tar.gz
|
||||
/FreeRDP-2.11.2.tar.gz
|
||||
/FreeRDP-2.11.4.tar.gz
|
||||
|
24
channels-rdpsnd-fix-missing-include.patch
Normal file
24
channels-rdpsnd-fix-missing-include.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 2e9ee7a58305edfd8c691328cc7d37fbf636b4b8 Mon Sep 17 00:00:00 2001
|
||||
From: Armin Novak <armin.novak@thincast.com>
|
||||
Date: Wed, 22 Nov 2023 09:59:53 +0100
|
||||
Subject: [PATCH] [channels,rdpsnd] fix missing include
|
||||
|
||||
---
|
||||
channels/rdpsnd/client/pulse/rdpsnd_pulse.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/channels/rdpsnd/client/pulse/rdpsnd_pulse.c b/channels/rdpsnd/client/pulse/rdpsnd_pulse.c
|
||||
index a5d1754b4..163affec1 100644
|
||||
--- a/channels/rdpsnd/client/pulse/rdpsnd_pulse.c
|
||||
+++ b/channels/rdpsnd/client/pulse/rdpsnd_pulse.c
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include <winpr/crt.h>
|
||||
#include <winpr/assert.h>
|
||||
--
|
||||
2.43.0
|
||||
|
@ -26,8 +26,8 @@
|
||||
%endif
|
||||
|
||||
Name: freerdp
|
||||
Version: 2.11.2
|
||||
Release: 3%{?dist}
|
||||
Version: 2.11.4
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||
License: ASL 2.0
|
||||
@ -35,6 +35,8 @@ URL: http://www.freerdp.com/
|
||||
|
||||
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}/FreeRDP-%{version}.tar.gz
|
||||
|
||||
Patch: channels-rdpsnd-fix-missing-include.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: alsa-lib-devel
|
||||
@ -292,6 +294,9 @@ find %{buildroot} -name "*.a" -delete
|
||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2024 Ondrej Holy <oholy@redhat.com> - 2:2.11.4-1
|
||||
- Update to 2.11.4.
|
||||
|
||||
* Wed Oct 25 2023 Ondrej Holy <oholy@redhat.com> - 2:2.11.2-3
|
||||
- Disable FFmpeg support (#2242028).
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FreeRDP-2.11.2.tar.gz) = 722d95d7591b5ce6a7e8a3b6ac8999df278dbcfc286a532f56bcbc4a3881e75b02c7e3cd4b296e67bc19d1165020acdcca198bf4bcc92aea5611760037fcc57f
|
||||
SHA512 (FreeRDP-2.11.4.tar.gz) = 8bdc3958bef8a17bc8bdb1d3376e38bd7f77eff788a873da5c26e34c9a9aecd7a0e33429c9011322f8cb7d3c715fde2141c619c45a9f8f4c69da770f1945dddb
|
||||
|
Loading…
Reference in New Issue
Block a user