2023-10-25 08:58:35 +00:00
|
|
|
# Can be rebuilt with FFmpeg/OpenH264 support enabled by passing
|
|
|
|
# "--with=ffmpeg", or "--with=openh264" to mock/rpmbuild; or by globally
|
|
|
|
# setting these variables:
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2242028
|
|
|
|
#global _with_ffmpeg 1
|
2016-10-08 13:55:35 +00:00
|
|
|
#global _with_openh264 1
|
2015-12-13 10:58:02 +00:00
|
|
|
|
2023-10-09 22:45:34 +00:00
|
|
|
# Can be rebuilt with OpenCL support enabled by passing # "--with=opencl"
|
|
|
|
# or by globally setting:
|
|
|
|
#global _opencl 1
|
|
|
|
|
2018-10-15 14:58:06 +00:00
|
|
|
# Disable server support in RHEL
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1639165
|
2022-08-03 11:06:15 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 10
|
|
|
|
%global _with_server 1
|
|
|
|
%endif
|
2018-10-15 14:58:06 +00:00
|
|
|
|
2024-01-27 00:46:54 +00:00
|
|
|
# Force uwac to be static to avoid conflicts with freerdp2
|
|
|
|
# FIXME: Disable this once all freerdp2 consumers are ported to freerdp3
|
|
|
|
%global _with_static_uwac 1
|
|
|
|
|
2024-03-26 08:44:07 +00:00
|
|
|
# Disable unwanted dependencies for RHEL
|
|
|
|
%{!?rhel:%global _with_aad 1}
|
|
|
|
%{!?rhel:%global _with_sdl_client 1}
|
2020-05-26 05:39:18 +00:00
|
|
|
%{!?rhel:%global _with_soxr 1}
|
2024-03-26 08:44:07 +00:00
|
|
|
%{!?rhel:%global _with_uriparser 1}
|
2024-01-24 23:32:40 +00:00
|
|
|
|
|
|
|
# Disable support for AAD WebView popup since it uses webkit2gtk-4.0
|
|
|
|
#global _with_webview 1
|
2020-05-26 05:39:18 +00:00
|
|
|
|
2024-01-24 10:21:32 +00:00
|
|
|
# FIXME: GCC 14.x says there's lots of incompatible pointer casts going on...
|
|
|
|
%global build_type_safety_c 2
|
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
Name: freerdp
|
2024-07-04 11:41:55 +00:00
|
|
|
Version: 3.6.2
|
|
|
|
Release: 1%{?dist}
|
2015-03-22 09:53:49 +00:00
|
|
|
Epoch: 2
|
2014-06-18 07:22:04 +00:00
|
|
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
2024-06-20 12:49:31 +00:00
|
|
|
|
|
|
|
# The effective license is Apache-2.0 but:
|
|
|
|
# client/SDL/dialogs/font/* is OFL-1.1
|
|
|
|
# uwac/libuwac/* is HPND
|
|
|
|
# uwac/protocols/server-decoration.xml is LGPL-2.1-or-later
|
|
|
|
# winpr/libwinpr/ncrypt/pkcs11-headers/pkcs11.h is LicenseRef-Fedora-Public-Domain
|
|
|
|
License: Apache-2.0 AND HPND AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND OFL-1.1
|
2010-11-08 22:37:46 +00:00
|
|
|
URL: http://www.freerdp.com/
|
2015-11-15 10:56:06 +00:00
|
|
|
|
2024-06-21 11:41:45 +00:00
|
|
|
# The license of the winpr/libwinpr/crt/unicode_builtin.c file is not allowed.
|
|
|
|
# See: https://gitlab.com/fedora/legal/fedora-license-data/-/issues/498
|
|
|
|
# Run the ./freerdp_download_and_repack.sh script to prepare tarball.
|
|
|
|
Source0: FreeRDP-%{version}-repack.tar.gz
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2018-07-09 17:06:44 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: alsa-lib-devel
|
2024-01-24 23:32:40 +00:00
|
|
|
BuildRequires: cmake >= 3.13
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: cups-devel
|
|
|
|
BuildRequires: gsm-devel
|
2024-01-24 23:32:40 +00:00
|
|
|
BuildRequires: lame-devel
|
2019-08-20 13:05:25 +00:00
|
|
|
BuildRequires: libicu-devel
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: libjpeg-turbo-devel
|
2010-11-08 22:37:46 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXcursor-devel
|
2012-02-22 00:55:06 +00:00
|
|
|
BuildRequires: libXdamage-devel
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
2012-02-22 00:55:06 +00:00
|
|
|
BuildRequires: libxkbfile-devel
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: libXrandr-devel
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:BuildRequires: libXtst-devel}
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: libXv-devel
|
2023-10-09 22:45:34 +00:00
|
|
|
%{?_with_opencl:BuildRequires: opencl-headers >= 3.0}
|
|
|
|
%{?_with_opencl:BuildRequires: ocl-icd-devel}
|
2016-04-21 13:38:46 +00:00
|
|
|
%{?_with_openh264:BuildRequires: openh264-devel}
|
2015-12-13 10:58:02 +00:00
|
|
|
%{?_with_x264:BuildRequires: x264-devel}
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:BuildRequires: pam-devel}
|
2014-06-18 07:22:04 +00:00
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: zlib-devel
|
2018-10-09 10:34:45 +00:00
|
|
|
BuildRequires: multilib-rpm-config
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2024-04-05 08:27:08 +00:00
|
|
|
%{?_with_aad:BuildRequires: cmake(cJSON)}
|
2024-01-24 23:32:40 +00:00
|
|
|
# Packaging error led to cmake files in the wrong place
|
|
|
|
# Fixed in https://src.fedoraproject.org/rpms/uriparser/c/1b07302bfc80983fbf84283783370e8338d36429
|
2024-03-26 08:44:07 +00:00
|
|
|
%{?_with_uriparser:BuildRequires: (cmake(uriparser) and uriparser-devel)}
|
2024-01-24 23:32:40 +00:00
|
|
|
|
2020-02-07 16:59:44 +00:00
|
|
|
BuildRequires: pkgconfig(cairo)
|
2024-02-01 13:21:56 +00:00
|
|
|
BuildRequires: pkgconfig(krb5)
|
2024-01-24 23:32:40 +00:00
|
|
|
BuildRequires: pkgconfig(fuse3)
|
2017-03-02 18:15:37 +00:00
|
|
|
BuildRequires: pkgconfig(libpcsclite)
|
|
|
|
BuildRequires: pkgconfig(libpulse)
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2020-05-21 13:01:25 +00:00
|
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
2024-02-22 14:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(libwebp)
|
2018-08-04 04:54:28 +00:00
|
|
|
BuildRequires: pkgconfig(openssl)
|
2024-01-24 23:32:40 +00:00
|
|
|
BuildRequires: pkgconfig(opus)
|
2024-03-26 08:44:07 +00:00
|
|
|
%{?_with_sdl_client:BuildRequires: pkgconfig(sdl2)}
|
|
|
|
%{?_with_sdl_client:BuildRequires: pkgconfig(SDL2_ttf)}
|
2020-05-26 05:39:18 +00:00
|
|
|
%{?_with_soxr:BuildRequires: pkgconfig(soxr)}
|
2017-03-02 18:15:37 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
2024-01-24 23:32:40 +00:00
|
|
|
%{?_with_webview:BuildRequires: pkgconfig(webkit2gtk-4.0)}
|
2017-03-02 18:15:37 +00:00
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
|
|
|
|
|
|
%{?_with_ffmpeg:
|
2018-10-15 11:59:13 +00:00
|
|
|
BuildRequires: pkgconfig(libavcodec) >= 57.48.101
|
2017-03-02 18:15:37 +00:00
|
|
|
BuildRequires: pkgconfig(libavutil)
|
2024-01-24 23:32:40 +00:00
|
|
|
BuildRequires: pkgconfig(libswscale)
|
2017-03-02 18:15:37 +00:00
|
|
|
}
|
|
|
|
|
2020-04-20 08:14:45 +00:00
|
|
|
Provides: xfreerdp = %{?epoch}:%{version}-%{release}
|
2013-09-10 11:58:50 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
2016-05-24 15:21:30 +00:00
|
|
|
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2012-02-22 00:55:06 +00:00
|
|
|
%description
|
2018-08-04 04:13:55 +00:00
|
|
|
The xfreerdp & wlfreerdp Remote Desktop Protocol (RDP) clients from the FreeRDP
|
|
|
|
project.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2018-08-04 04:13:55 +00:00
|
|
|
xfreerdp & wlfreerdp can connect to RDP servers such as Microsoft Windows
|
|
|
|
machines, xrdp and VirtualBox.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: Core libraries implementing the RDP protocol
|
2016-05-24 15:21:30 +00:00
|
|
|
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
2013-11-03 23:12:20 +00:00
|
|
|
Obsoletes: %{name}-plugins < 1:1.1.0
|
2014-06-18 07:22:04 +00:00
|
|
|
Provides: %{name}-plugins = %{?epoch}:%{version}-%{release}
|
2010-11-08 22:37:46 +00:00
|
|
|
%description libs
|
2012-02-22 00:55:06 +00:00
|
|
|
libfreerdp-core can be embedded in applications.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2012-02-22 00:55:06 +00:00
|
|
|
libfreerdp-channels and libfreerdp-kbd might be convenient to use in X
|
|
|
|
applications together with libfreerdp-core.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2012-02-22 00:55:06 +00:00
|
|
|
libfreerdp-core can be extended with plugins handling RDP channels.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2013-09-10 11:58:50 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
2010-11-08 22:37:46 +00:00
|
|
|
Requires: pkgconfig
|
2024-01-24 23:32:40 +00:00
|
|
|
Requires: cmake >= 3.13
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%description devel
|
2014-06-18 07:22:04 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for developing
|
|
|
|
applications that use %{name}-libs.
|
|
|
|
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2015-03-13 01:01:30 +00:00
|
|
|
%package server
|
|
|
|
Summary: Server support for %{name}
|
2018-10-08 16:11:32 +00:00
|
|
|
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
|
2015-03-13 01:01:30 +00:00
|
|
|
|
|
|
|
%description server
|
|
|
|
The %{name}-server package contains servers which can export a desktop via
|
|
|
|
the RDP protocol.
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2015-03-13 01:01:30 +00:00
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%package -n libwinpr
|
2014-06-18 07:22:04 +00:00
|
|
|
Summary: Windows Portable Runtime
|
2016-05-24 15:21:30 +00:00
|
|
|
Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
|
2018-12-03 17:43:12 +00:00
|
|
|
Obsoletes: %{name}-libwinpr < 1:1.2.0
|
2014-06-18 07:22:04 +00:00
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%description -n libwinpr
|
2014-06-18 07:22:04 +00:00
|
|
|
WinPR provides API compatibility for applications targeting non-Windows
|
|
|
|
environments. When on Windows, the original native API is being used instead of
|
|
|
|
the equivalent WinPR implementation, without having to modify the code using it.
|
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%package -n libwinpr-devel
|
2014-06-18 07:22:04 +00:00
|
|
|
Summary: Windows Portable Runtime development files
|
2016-05-24 15:21:30 +00:00
|
|
|
Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
|
2014-06-18 07:22:04 +00:00
|
|
|
Requires: pkgconfig
|
2024-01-24 23:32:40 +00:00
|
|
|
Requires: cmake >= 3.13
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%description -n libwinpr-devel
|
2014-06-18 07:22:04 +00:00
|
|
|
The %{name}-libwinpr-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}-libwinpr.
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%prep
|
2020-05-15 12:12:29 +00:00
|
|
|
%autosetup -p1 -n FreeRDP-%{version}
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2014-06-18 07:22:04 +00:00
|
|
|
# Rpmlint fixes
|
|
|
|
find . -name "*.h" -exec chmod 664 {} \;
|
2017-03-02 18:15:37 +00:00
|
|
|
find . -name "*.c" -exec chmod 664 {} \;
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%build
|
2013-12-26 01:33:04 +00:00
|
|
|
%cmake %{?_cmake_skip_rpath} \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
|
|
|
|
-DWITH_ALSA=ON \
|
2024-03-26 08:44:07 +00:00
|
|
|
-DWITH_AAD=%{?_with_aad:ON}%{?!_with_aad:OFF} \ \
|
2021-03-23 12:56:05 +00:00
|
|
|
-DWITH_CAIRO=ON \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_CUPS=ON \
|
2016-10-08 13:55:35 +00:00
|
|
|
-DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \
|
2017-03-06 13:40:05 +00:00
|
|
|
-DWITH_CLIENT=ON \
|
2024-03-26 08:44:07 +00:00
|
|
|
-DWITH_CLIENT_SDL=%{?_with_sdl_client:ON}%{?!_with_sdl_client:OFF} \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_DIRECTFB=OFF \
|
2023-05-11 09:18:48 +00:00
|
|
|
-DWITH_DSP_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2016-10-08 13:55:35 +00:00
|
|
|
-DWITH_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_FUSE=ON \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_GSM=ON \
|
2019-07-21 13:29:34 +00:00
|
|
|
-DWITH_ICU=ON \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_IPP=OFF \
|
|
|
|
-DWITH_JPEG=ON \
|
2024-02-01 13:21:56 +00:00
|
|
|
-DWITH_KRB5=ON \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_LAME=ON \
|
2015-11-15 10:56:06 +00:00
|
|
|
-DWITH_MANPAGES=ON \
|
2023-10-09 22:45:34 +00:00
|
|
|
-DWITH_OPENCL=%{?_with_opencl:ON}%{?!_with_opencl:OFF} \
|
2016-10-08 13:55:35 +00:00
|
|
|
-DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_OPENSSL=ON \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_OPUS=ON \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_PCSC=ON \
|
2024-07-04 11:42:48 +00:00
|
|
|
-DWITH_PKCS11=ON \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_PULSE=ON \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_SAMPLE=OFF \
|
2018-10-15 14:58:06 +00:00
|
|
|
-DWITH_SERVER=%{?_with_server:ON}%{?!_with_server:OFF} \
|
|
|
|
-DWITH_SERVER_INTERFACE=%{?_with_server:ON}%{?!_with_server:OFF} \
|
|
|
|
-DWITH_SHADOW_X11=%{?_with_server:ON}%{?!_with_server:OFF} \
|
|
|
|
-DWITH_SHADOW_MAC=%{?_with_server:ON}%{?!_with_server:OFF} \
|
2020-05-26 05:39:18 +00:00
|
|
|
-DWITH_SOXR=%{?_with_soxr:ON}%{?!_with_soxr:OFF} \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_SWSCALE=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2024-03-26 08:44:07 +00:00
|
|
|
-DWITH_URIPARSER=%{?_with_uriparser:ON}%{?!_with_uriparser:OFF} \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_VIDEO_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2015-11-15 10:56:06 +00:00
|
|
|
-DWITH_WAYLAND=ON \
|
2024-01-24 23:32:40 +00:00
|
|
|
-DWITH_WEBVIEW=%{?_with_webview:ON}%{?!_with_webview:OFF} \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_X11=ON \
|
|
|
|
-DWITH_XCURSOR=ON \
|
|
|
|
-DWITH_XEXT=ON \
|
|
|
|
-DWITH_XKBFILE=ON \
|
|
|
|
-DWITH_XI=ON \
|
|
|
|
-DWITH_XINERAMA=ON \
|
|
|
|
-DWITH_XRENDER=ON \
|
2018-10-15 14:58:06 +00:00
|
|
|
-DWITH_XTEST=%{?_with_server:ON}%{?!_with_server:OFF} \
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_XV=ON \
|
|
|
|
-DWITH_ZLIB=ON \
|
2013-09-01 19:14:39 +00:00
|
|
|
%ifarch x86_64
|
2014-06-18 07:22:04 +00:00
|
|
|
-DWITH_SSE2=ON \
|
2019-07-21 13:29:34 +00:00
|
|
|
-DWITH_VAAPI=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
|
2014-06-18 07:22:04 +00:00
|
|
|
%else
|
|
|
|
-DWITH_SSE2=OFF \
|
2013-09-01 19:14:39 +00:00
|
|
|
%endif
|
2013-09-01 16:28:37 +00:00
|
|
|
%ifarch armv7hl
|
2014-06-18 07:22:04 +00:00
|
|
|
-DARM_FP_ABI=hard \
|
|
|
|
-DWITH_NEON=OFF \
|
2013-09-01 16:28:37 +00:00
|
|
|
%endif
|
|
|
|
%ifarch armv7hnl
|
2014-06-18 07:22:04 +00:00
|
|
|
-DARM_FP_ABI=hard \
|
|
|
|
-DWITH_NEON=ON \
|
2013-09-01 16:28:37 +00:00
|
|
|
%endif
|
|
|
|
%ifarch armv5tel armv6l armv7l
|
2014-06-18 07:22:04 +00:00
|
|
|
-DARM_FP_ABI=soft \
|
|
|
|
-DWITH_NEON=OFF \
|
2013-09-01 16:28:37 +00:00
|
|
|
%endif
|
2024-01-27 00:46:54 +00:00
|
|
|
-DUWAC_FORCE_STATIC_BUILD=%{?_with_static_uwac:ON}%{?!_with_static_uwac:OFF} \
|
2024-02-22 14:59:07 +00:00
|
|
|
-DWINPR_UTILS_IMAGE_PNG=ON \
|
|
|
|
-DWINPR_UTILS_IMAGE_WEBP=ON \
|
|
|
|
-DWINPR_UTILS_IMAGE_JPEG=ON \
|
2022-03-11 08:04:25 +00:00
|
|
|
%{nil}
|
2012-02-22 00:55:06 +00:00
|
|
|
|
2020-08-11 08:29:21 +00:00
|
|
|
%cmake_build
|
2015-12-13 09:59:49 +00:00
|
|
|
|
2010-11-08 22:37:46 +00:00
|
|
|
%install
|
2020-08-11 08:29:21 +00:00
|
|
|
%cmake_install
|
2012-02-28 23:18:19 +00:00
|
|
|
|
2015-11-15 16:26:18 +00:00
|
|
|
find %{buildroot} -name "*.a" -delete
|
2012-02-28 23:18:19 +00:00
|
|
|
|
2024-01-24 23:32:40 +00:00
|
|
|
%multilib_fix_c_header --file %{_includedir}/freerdp3/freerdp/build-config.h
|
2018-10-09 10:34:45 +00:00
|
|
|
|
2010-11-08 22:37:46 +00:00
|
|
|
%files
|
2024-03-26 08:44:07 +00:00
|
|
|
%{?_with_sdl_client:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_bindir}/sdl-freerdp
|
2024-03-26 08:44:07 +00:00
|
|
|
}
|
2016-04-21 13:38:46 +00:00
|
|
|
%{_bindir}/winpr-hash
|
2015-12-13 10:42:41 +00:00
|
|
|
%{_bindir}/winpr-makecert
|
2015-11-15 10:56:06 +00:00
|
|
|
%{_bindir}/wlfreerdp
|
2010-11-08 22:37:46 +00:00
|
|
|
%{_bindir}/xfreerdp
|
2024-03-26 08:44:07 +00:00
|
|
|
%{?_with_sdl_client:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_mandir}/man1/sdl-freerdp.1*
|
2024-03-26 08:44:07 +00:00
|
|
|
}
|
2019-04-03 08:18:14 +00:00
|
|
|
%{_mandir}/man1/winpr-hash.1*
|
|
|
|
%{_mandir}/man1/winpr-makecert.1*
|
|
|
|
%{_mandir}/man1/wlfreerdp.1*
|
|
|
|
%{_mandir}/man1/xfreerdp.1*
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%files libs
|
2015-11-15 10:56:06 +00:00
|
|
|
%license LICENSE
|
2019-05-18 12:58:15 +00:00
|
|
|
%doc README.md ChangeLog
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/freerdp3/
|
|
|
|
%{_libdir}/libfreerdp-client3.so.*
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/libfreerdp-server3.so.*
|
|
|
|
%{_libdir}/libfreerdp-server-proxy3.so.*
|
|
|
|
%{_libdir}/libfreerdp-shadow3.so.*
|
|
|
|
%{_libdir}/libfreerdp-shadow-subsystem3.so.*
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/libfreerdp3.so.*
|
2024-01-27 00:46:54 +00:00
|
|
|
%{?!_with_static_uwac:
|
2017-03-02 18:15:37 +00:00
|
|
|
%{_libdir}/libuwac0.so.*
|
2024-01-27 00:46:54 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/librdtk0.so.*
|
2016-12-03 10:10:12 +00:00
|
|
|
%{_mandir}/man7/wlog.*
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%files devel
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_includedir}/freerdp3/
|
2024-01-27 00:46:54 +00:00
|
|
|
%{?!_with_static_uwac:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_includedir}/uwac0/
|
2024-01-27 00:46:54 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_includedir}/rdtk0/
|
|
|
|
%{_libdir}/cmake/FreeRDP3/
|
|
|
|
%{_libdir}/cmake/FreeRDP-Client3/
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/cmake/FreeRDP-Proxy3/
|
|
|
|
%{_libdir}/cmake/FreeRDP-Server3/
|
|
|
|
%{_libdir}/cmake/FreeRDP-Shadow3/
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2024-01-27 00:46:54 +00:00
|
|
|
%{?!_with_static_uwac:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/cmake/uwac0/
|
2024-01-27 00:46:54 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/cmake/rdtk0/
|
|
|
|
%{_libdir}/libfreerdp-client3.so
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/libfreerdp-server3.so
|
|
|
|
%{_libdir}/libfreerdp-server-proxy3.so
|
|
|
|
%{_libdir}/libfreerdp-shadow3.so
|
|
|
|
%{_libdir}/libfreerdp-shadow-subsystem3.so
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/libfreerdp3.so
|
2024-01-27 00:46:54 +00:00
|
|
|
%{?!_with_static_uwac:
|
2017-03-02 18:15:37 +00:00
|
|
|
%{_libdir}/libuwac0.so
|
2024-01-27 00:46:54 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/librdtk0.so
|
|
|
|
%{_libdir}/pkgconfig/freerdp3.pc
|
|
|
|
%{_libdir}/pkgconfig/freerdp-client3.pc
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/pkgconfig/freerdp-server3.pc
|
|
|
|
%{_libdir}/pkgconfig/freerdp-server-proxy3.pc
|
|
|
|
%{_libdir}/pkgconfig/freerdp-shadow3.pc
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2024-01-27 00:46:54 +00:00
|
|
|
%{?!_with_static_uwac:
|
2016-04-21 13:38:46 +00:00
|
|
|
%{_libdir}/pkgconfig/uwac0.pc
|
2024-01-27 00:46:54 +00:00
|
|
|
}
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/pkgconfig/rdtk0.pc
|
2010-11-08 22:37:46 +00:00
|
|
|
|
2018-10-15 14:58:06 +00:00
|
|
|
%{?_with_server:
|
2015-03-13 01:01:30 +00:00
|
|
|
%files server
|
2019-05-18 12:58:15 +00:00
|
|
|
%{_bindir}/freerdp-proxy
|
2016-04-21 13:38:46 +00:00
|
|
|
%{_bindir}/freerdp-shadow-cli
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_mandir}/man1/freerdp-proxy.1*
|
2019-04-03 08:18:14 +00:00
|
|
|
%{_mandir}/man1/freerdp-shadow-cli.1*
|
2018-10-15 14:58:06 +00:00
|
|
|
}
|
2015-03-13 01:01:30 +00:00
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%files -n libwinpr
|
2015-11-15 10:56:06 +00:00
|
|
|
%license LICENSE
|
2019-05-18 12:58:15 +00:00
|
|
|
%doc README.md ChangeLog
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/libwinpr3.so.*
|
|
|
|
%{_libdir}/libwinpr-tools3.so.*
|
2014-06-18 07:22:04 +00:00
|
|
|
|
2016-05-24 15:21:30 +00:00
|
|
|
%files -n libwinpr-devel
|
2024-01-24 23:32:40 +00:00
|
|
|
%{_libdir}/cmake/WinPR3/
|
|
|
|
%{_libdir}/cmake/WinPR-tools3/
|
|
|
|
%{_includedir}/winpr3/
|
|
|
|
%{_libdir}/libwinpr3.so
|
|
|
|
%{_libdir}/libwinpr-tools3.so
|
|
|
|
%{_libdir}/pkgconfig/winpr3.pc
|
|
|
|
%{_libdir}/pkgconfig/winpr-tools3.pc
|
2010-11-08 22:37:46 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-07-04 11:41:55 +00:00
|
|
|
* Mon Jul 08 2024 Ondrej Holy <oholy@redhat.com> - 2:3.6.2-1
|
|
|
|
- Update to 3.6.2
|
|
|
|
|
2024-06-21 11:41:45 +00:00
|
|
|
* Mon Jul 08 2024 Ondrej Holy <oholy@redhat.com> - 2:3.5.1-3
|
|
|
|
- Remove file with non-allowed license from the tarball
|
|
|
|
|
2024-06-24 15:42:48 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2:3.5.1-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
Update to 3.5.1
It includes fixes for CVE-2024-32039, CVE-2024-32040, CVE-2024-32041,
CVE-2024-32458, CVE-2024-32459, CVE-2024-32460, CVE-2024-32658, CVE-2024-32659,
CVE-2024-32660, CVE-2024-32661 and CVE-2024-32662.
Resolves: RHEL-34654, RHEL-34096, RHEL-34093, RHEL-34090, RHEL-34087, RHEL-33861
Resolves: RHEL-33840, RHEL-33836, RHEL-33832, RHEL-33828, RHEL-33823, RHEL-33820
2024-05-07 09:13:58 +00:00
|
|
|
* Tue May 07 2024 Ondrej Holy <oholy@redhat.com> - 2:3.5.1-1
|
|
|
|
- Update to 3.5.1 (CVE-2024-32039, CVE-2024-32040, CVE-2024-32041,
|
|
|
|
CVE-2024-32458, CVE-2024-32459, CVE-2024-32460, CVE-2024-32658,
|
|
|
|
CVE-2024-32659, CVE-2024-32660, CVE-2024-32661, CVE-2024-32662)
|
|
|
|
|
2024-03-26 08:44:07 +00:00
|
|
|
* Mon Mar 25 2024 Ondrej Holy <oholy@redhat.com> - 2:3.4.0-2
|
|
|
|
- Disable unwanted dependencies for RHEL
|
|
|
|
|
2024-03-22 13:13:56 +00:00
|
|
|
* Fri Mar 22 2024 Ondrej Holy <oholy@redhat.com> - 2:3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2024-02-22 14:59:07 +00:00
|
|
|
* Thu Feb 22 2024 Neal Gompa <ngompa@fedoraproject.org> - 2:3.3.0-1
|
|
|
|
- Update to 3.3.0
|
|
|
|
|
2024-02-01 13:21:56 +00:00
|
|
|
* Thu Feb 01 2024 Ondrej Holy <oholy@redhat.com> - 2:3.2.0-4
|
|
|
|
- Enable KRB5 support
|
|
|
|
|
2024-01-31 19:26:52 +00:00
|
|
|
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 2:3.2.0-3
|
|
|
|
- Rebuild for ICU 74
|
|
|
|
|
2024-01-27 00:46:54 +00:00
|
|
|
* Sat Jan 27 2024 Neal Gompa <ngompa@fedoraproject.org> - 2:3.2.0-2
|
|
|
|
- Force static libuwac to deconflict with freerdp2
|
|
|
|
|
2024-01-24 23:32:40 +00:00
|
|
|
* Wed Jan 24 2024 Neal Gompa <ngompa@fedoraproject.org> - 2:3.2.0-1
|
|
|
|
- Rebase to 3.2.0
|
|
|
|
|
2024-01-24 12:02:47 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.11.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 19:47:43 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.11.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-12 10:33:19 +00:00
|
|
|
* Fri Jan 12 2024 Ondrej Holy <oholy@redhat.com> - 2:2.11.4-1
|
|
|
|
- Update to 2.11.4.
|
|
|
|
|
2023-10-25 08:58:35 +00:00
|
|
|
* Wed Oct 25 2023 Ondrej Holy <oholy@redhat.com> - 2:2.11.2-3
|
|
|
|
- Disable FFmpeg support (#2242028).
|
|
|
|
|
2023-10-09 22:45:34 +00:00
|
|
|
* Mon Oct 09 2023 John Wiele <jwiele@redhat.com> - 2:2.11.2-2
|
|
|
|
- Enable optional build with OpenCL support.
|
|
|
|
|
2023-09-27 08:17:10 +00:00
|
|
|
* Wed Sep 27 2023 Ondrej Holy <oholy@redhat.com> - 2:2.11.1-2
|
|
|
|
- Update to 2.11.2.
|
|
|
|
|
2023-09-05 07:41:03 +00:00
|
|
|
* Tue Sep 05 2023 Ondrej Holy <oholy@redhat.com> - 2:2.11.1-1
|
|
|
|
- Update to 2.11.1.
|
|
|
|
|
Update to 2.11.0
It includes fixes for CVE-2023-39350, CVE-2023-39351, CVE-2023-39352,
CVE-2023-39353, CVE-2023-39354, CVE-2023-39356, CVE-2023-40181,
CVE-2023-40186, CVE-2023-40188, CVE-2023-40567, CVE-2023-40569 and
CVE-2023-40589.
Resolves: rhbz#2236653
2023-09-01 11:26:37 +00:00
|
|
|
* Fri Sep 01 2023 Ondrej Holy <oholy@redhat.com> - 2:2.11.0-1
|
|
|
|
- Update to 2.11.0 (CVE-2023-39350, CVE-2023-39351, CVE-2023-39352,
|
|
|
|
CVE-2023-39353, CVE-2023-39354, CVE-2023-39356, CVE-2023-40181,
|
|
|
|
CVE-2023-40186, CVE-2023-40188, CVE-2023-40567, CVE-2023-40569 and
|
|
|
|
CVE-2023-40589).
|
|
|
|
|
2023-07-19 20:15:18 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-07-11 20:17:33 +00:00
|
|
|
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 2:2.10.0-3
|
|
|
|
- Rebuilt for ICU 73.2
|
|
|
|
|
2023-05-11 09:18:48 +00:00
|
|
|
* Thu May 11 2023 Ondrej Holy <oholy@redhat.com> - 2:2.10.0-2
|
|
|
|
- Enable recommended FFmpeg support.
|
|
|
|
|
2023-02-21 09:54:58 +00:00
|
|
|
* Tue Feb 21 2023 Ondrej Holy <oholy@redhat.com> - 2:2.10.0-1
|
|
|
|
- Update to 2.10.0.
|
|
|
|
|
2023-01-19 03:54:13 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.9.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-31 02:38:39 +00:00
|
|
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 2:2.9.0-2
|
|
|
|
- Rebuild for ICU 72
|
|
|
|
|
2022-11-30 09:33:39 +00:00
|
|
|
* Wed Nov 30 2022 Ondrej Holy <oholy@redhat.com> - 2:2.9.0-1
|
|
|
|
- Update to 2.9.0 (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318,
|
|
|
|
CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347).
|
|
|
|
|
2022-11-14 15:17:14 +00:00
|
|
|
* Mon Nov 14 2022 Ondrej Holy <oholy@redhat.com> - 2:2.8.1-1
|
|
|
|
- Update to 2.8.1 (CVE-2022-39282, CVE-2022-39283).
|
|
|
|
|
2022-08-15 12:56:02 +00:00
|
|
|
* Mon Aug 15 2022 Simone Caronni <negativo17@gmail.com> - 2:2.8.0-1
|
|
|
|
- Update to 2.8.0.
|
|
|
|
|
2022-08-03 11:06:15 +00:00
|
|
|
* Wed Aug 03 2022 Ondrej Holy <oholy@redhat.com> - 2:2.7.0-4
|
|
|
|
- Enable server support in ELN.
|
|
|
|
|
2022-08-01 13:04:15 +00:00
|
|
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2:2.7.0-3
|
|
|
|
- Rebuilt for ICU 71.1
|
|
|
|
|
2022-07-21 03:38:02 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-04-25 13:24:36 +00:00
|
|
|
* Mon Apr 25 2022 Ondrej Holy <oholy@redhat.com> - 2:2.7.0-1
|
|
|
|
- Update to 2.7.0.
|
|
|
|
|
2022-03-11 07:58:48 +00:00
|
|
|
* Fri Mar 11 2022 Ondrej Holy <oholy@redhat.com> - 2:2.6.1-1
|
|
|
|
- Update to 2.6.1.
|
|
|
|
|
2022-02-03 15:35:29 +00:00
|
|
|
* Thu Feb 03 2022 Ondrej Holy <oholy@redhat.com> - 2:2.5.0-1
|
|
|
|
- Update to 2.5.0.
|
|
|
|
|
2022-01-20 03:25:59 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-11-27 09:31:07 +00:00
|
|
|
* Fri Nov 26 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.1-2
|
|
|
|
- Fix datatype mismatch / big-endian breakage
|
2021-11-27 09:38:32 +00:00
|
|
|
- Load legacy provider when initializing OpenSSL 3.0
|
2021-11-27 09:31:07 +00:00
|
|
|
|
2021-11-10 08:19:53 +00:00
|
|
|
* Wed Nov 10 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.1-1
|
|
|
|
- Update to 2.4.1 (CVE-2021-41159, CVE-2021-41160).
|
|
|
|
|
2021-09-14 17:01:55 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2:2.4.0-3
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-08-11 06:43:20 +00:00
|
|
|
* Wed Aug 11 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.0-2
|
|
|
|
- Preparation for OpenSSL 3.0
|
|
|
|
|
2021-07-29 06:31:21 +00:00
|
|
|
* Thu Jul 29 2021 Ondrej Holy <oholy@redhat.com> - 2:2.4.0-1
|
|
|
|
- Update to 2.4.0.
|
|
|
|
|
2021-07-21 23:22:12 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-19 23:59:05 +00:00
|
|
|
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 2:2.3.2-2
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
2021-04-15 12:29:44 +00:00
|
|
|
* Thu Apr 15 2021 Simone Caronni <negativo17@gmail.com> - 2:2.3.2-1
|
|
|
|
- Update to 2.3.2.
|
|
|
|
|
2021-03-23 12:56:05 +00:00
|
|
|
* Tue Mar 23 2021 Simone Caronni <negativo17@gmail.com> - 2:2.2.0-6
|
|
|
|
- Explicitly enable Cairo support (#1938393).
|
|
|
|
|
2021-01-26 05:55:52 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-11 08:29:21 +00:00
|
|
|
* Tue Aug 11 2020 Ondrej Holy <oholy@redhat.com> - 2:2.2.0-4
|
|
|
|
- Use %%cmake_ macros to fix out-of-source builds (#1863586)
|
|
|
|
|
2020-08-01 01:04:33 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 17:50:01 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-23 14:05:58 +00:00
|
|
|
* Thu Jul 23 2020 Simone Caronni <negativo17@gmail.com> - 2:2.2.0-1
|
|
|
|
- Update to 2.2.0.
|
|
|
|
|
2020-06-30 05:38:56 +00:00
|
|
|
* Tue Jun 30 2020 Simone Caronni <negativo17@gmail.com> - 2:2.1.2-1
|
|
|
|
- Update to 2.1.2.
|
|
|
|
|
2020-05-21 13:03:14 +00:00
|
|
|
* Thu May 21 2020 Ondrej Holy <oholy@redhat.com> - 2:2.1.1-1
|
|
|
|
- Update to 2.1.1.
|
|
|
|
|
2020-05-22 14:13:07 +00:00
|
|
|
* Fri May 15 2020 Ondrej Holy <oholy@redhat.com> - 2:2.1.0-1
|
2020-05-15 12:12:29 +00:00
|
|
|
- Update to 2.1.0 (#1833540).
|
|
|
|
|
2020-05-15 12:56:33 +00:00
|
|
|
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 2:2.0.0-57.20200207git245fc60
|
|
|
|
- Rebuild for ICU 67
|
|
|
|
|
2020-02-07 16:59:44 +00:00
|
|
|
* Fri Feb 07 2020 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-56.20200207git245fc60
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2020-01-28 18:59:45 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-55.20190820git6015229
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-01 16:07:19 +00:00
|
|
|
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2:2.0.0-54.20190820git6015229
|
|
|
|
- Rebuild for ICU 65
|
|
|
|
|
2019-08-20 12:58:13 +00:00
|
|
|
* Tue Aug 20 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-53.20190820git6015229
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2019-07-25 01:02:11 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-52.20190918git5e672d4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-21 13:29:34 +00:00
|
|
|
* Sun Jul 21 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-51.20190918git5e672d4
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2019-05-18 12:58:15 +00:00
|
|
|
* Sat May 18 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-50.20190517gitb907324
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2019-03-06 06:01:49 +00:00
|
|
|
* Wed Mar 06 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-49.20190304git435872b
|
|
|
|
- Fix for GFX color depth (Windows 10).
|
|
|
|
|
2019-02-28 15:31:36 +00:00
|
|
|
* Thu Feb 28 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-48.20190228gitce386c8
|
|
|
|
- Update to latest snapshot post rc4.
|
|
|
|
- CVE-2018-1000852 (#1661642).
|
|
|
|
|
2019-01-31 20:10:06 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-47.rc4.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-29 09:25:07 +00:00
|
|
|
* Thu Nov 29 2018 Ondrej Holy <oholy@redhat.com> - 2:2.0.0-47.rc4
|
|
|
|
- Update to 2.0.0-rc4
|
|
|
|
|
2018-10-15 19:54:39 +00:00
|
|
|
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-46.20181008git00af869
|
|
|
|
- Enable Xtest option (#1559606).
|
|
|
|
|
2018-10-15 11:59:13 +00:00
|
|
|
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-45.20181008git00af869
|
|
|
|
- Update to last snapshot post 2.0.0-rc3.
|
|
|
|
|
2018-08-20 13:30:50 +00:00
|
|
|
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-44.rc3
|
|
|
|
- Update SPEC file.
|
|
|
|
|
2018-08-04 04:09:13 +00:00
|
|
|
* Sat Aug 04 2018 Mike DePaulo <mikedep333@fedoraproject.org> - 2:2.0.0-43.20180801.rc3
|
|
|
|
- Update to 2.0.0-rc3
|
|
|
|
|
2018-07-13 00:51:03 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-42.20180405gita9ecd6a
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-09 07:13:23 +00:00
|
|
|
* Mon Apr 09 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-41.20180405gita9ecd6a
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2018-03-21 08:31:08 +00:00
|
|
|
* Wed Mar 21 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-40.20180320gitde83f4d
|
|
|
|
- Add PAM support (fixes freerdp-shadow-cli). Thanks Paolo Zeppegno.
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2018-03-15 07:56:33 +00:00
|
|
|
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-39.20180314gitf8baeb7
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Fixes connection to RDP servers with the latest Microsoft patches:
|
|
|
|
https://github.com/FreeRDP/FreeRDP/issues/4449
|
|
|
|
|
2018-02-07 10:10:14 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-38.20180115git8f52c7e
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-18 09:06:02 +00:00
|
|
|
* Thu Jan 18 2018 Karsten Hopp <karsten@redhat.com> - 2.0.0-37git}
|
|
|
|
- use versioned build requirement on pkgconfig(openssl) to prevent using
|
|
|
|
compat-openssl10-devel instead of openssl-devel
|
|
|
|
|
2018-01-16 08:19:46 +00:00
|
|
|
* Tue Jan 16 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-36.20180115git8f52c7e
|
|
|
|
- Update to latest snapshot.
|
2018-01-16 08:32:27 +00:00
|
|
|
- Make GSS support optional and disable it for now (#1534094 and FreeRDP #4348,
|
|
|
|
#1435, #4363).
|
2018-01-16 08:19:46 +00:00
|
|
|
|
2017-12-20 12:58:27 +00:00
|
|
|
* Wed Dec 20 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-35.20171220gitbfe8359
|
|
|
|
- Update to latest snapshot post 2.0.0rc1.
|
|
|
|
|
2017-09-11 13:16:09 +00:00
|
|
|
* Mon Sep 11 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-34.20170831git3b83526
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Trim changelog.
|
|
|
|
|
2017-08-07 08:30:17 +00:00
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 2:2.0.0-33.20170724gitf8c9f43
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
2017-08-02 20:47:46 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-32.20170724gitf8c9f43
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 05:33:25 +00:00
|
|
|
* Thu Jul 27 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-31.20170724gitf8c9f43
|
|
|
|
- Update to latest snapshot, Talos security fixes.
|
|
|
|
|
2017-07-26 08:45:53 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-30.20170710gitf580bea
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-12 14:44:26 +00:00
|
|
|
* Wed Jul 12 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-29.20170710gitf580bea
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2017-06-26 09:17:00 +00:00
|
|
|
* Mon Jun 26 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-28.20170623git9904c32
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2017-05-15 10:04:47 +00:00
|
|
|
* Mon May 15 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-27.20170512gitb1df835
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2017-04-20 06:29:27 +00:00
|
|
|
* Thu Apr 20 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-26.20170419gitbfcf8e7
|
|
|
|
- Update to latest 2.0 snapshot.
|
|
|
|
|
2017-04-13 15:39:19 +00:00
|
|
|
* Thu Apr 13 2017 Orion Poplawski <orion@cora.nwra.com> - 2:2.0.0-25.20170317git8c68761
|
|
|
|
- Install tools via make install
|
|
|
|
|
2017-03-22 10:37:19 +00:00
|
|
|
* Wed Mar 22 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-24.20170317git8c68761
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
2017-03-06 13:40:05 +00:00
|
|
|
* Mon Mar 06 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-23.20170302git210de68
|
|
|
|
- Remove shared libxfreerdp-client shared library.
|
|
|
|
|
2017-03-02 20:44:31 +00:00
|
|
|
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-22.20170302git210de68
|
|
|
|
- Move libxfreerdp-client shared object into devel subpackage.
|
|
|
|
|
2017-03-02 18:15:37 +00:00
|
|
|
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-21.20170302git210de68
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Update build requirements, tune build options.
|
|
|
|
|
2017-02-10 10:01:05 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-20.20161228git90877f5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-09 08:22:31 +00:00
|
|
|
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-19.20161228git90877f5
|
|
|
|
- Update to latest snapshot.
|