Update to 3.3.0
Resolves: RHEL-30205
This commit is contained in:
parent
30f4e90160
commit
c1e90f8190
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/FreeRDP-2.11.2.tar.gz
|
||||
/FreeRDP-2.11.4.tar.gz
|
||||
/FreeRDP-3.2.0.tar.gz
|
||||
/FreeRDP-3.3.0.tar.gz
|
||||
|
||||
11
freerdp.spec
11
freerdp.spec
@ -29,8 +29,8 @@
|
||||
%global build_type_safety_c 2
|
||||
|
||||
Name: freerdp
|
||||
Version: 3.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.3.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||
License: Apache-2.0
|
||||
@ -79,6 +79,7 @@ BuildRequires: pkgconfig(libpcsclite)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
@ -234,6 +235,9 @@ find . -name "*.c" -exec chmod 664 {} \;
|
||||
-DWITH_NEON=OFF \
|
||||
%endif
|
||||
-DUWAC_FORCE_STATIC_BUILD=%{?_with_static_uwac:ON}%{?!_with_static_uwac:OFF} \
|
||||
-DWINPR_UTILS_IMAGE_PNG=ON \
|
||||
-DWINPR_UTILS_IMAGE_WEBP=ON \
|
||||
-DWINPR_UTILS_IMAGE_JPEG=ON \
|
||||
%{nil}
|
||||
|
||||
%cmake_build
|
||||
@ -340,6 +344,9 @@ find %{buildroot} -name "*.a" -delete
|
||||
%{_libdir}/pkgconfig/winpr-tools3.pc
|
||||
|
||||
%changelog
|
||||
* Thu Feb 22 2024 Neal Gompa <ngompa@fedoraproject.org> - 2:3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
* Thu Feb 01 2024 Ondrej Holy <oholy@redhat.com> - 2:3.2.0-4
|
||||
- Enable KRB5 support
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FreeRDP-3.2.0.tar.gz) = 84da886d9752a44d3725a6e45aebb067fd35e9d2d28438b670ea31f58aab6913ff6f884a97439c3369878fb26f9a4febb1aac15c4b6c9fb5fe57cf18694499a7
|
||||
SHA512 (FreeRDP-3.3.0.tar.gz) = 6779d5d4098e0abf65c3c2a2321644a9c78bf7fb3cf0a692be7c88c7f04040c2fb54d63029a2771ead0453f3af17b64dd44136d387eb4a2a4586ccfb72a37c08
|
||||
|
||||
Loading…
Reference in New Issue
Block a user