Sync from SUSE:SLFO:Main freerdp revision 96c492c77c9557aecb1520f2801658d0

This commit is contained in:
Adrian Schröter 2025-02-20 09:25:44 +01:00
parent 9691a407ea
commit 6b1966ba02
4 changed files with 65 additions and 9 deletions

BIN
FreeRDP-3.10.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
FreeRDP-3.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Wed Feb 12 08:14:21 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Fix freerdp-devel requirement. fuse3 is among the public link
targets but isn't installed automatically
-------------------------------------------------------------------
Wed Feb 5 07:38:48 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop pkgconfig(webkit2gtk-4.0) BuildRequires, we are not passing
webview=on to cmake, hence unused and nobody complained.
-------------------------------------------------------------------
Sun Dec 29 23:10:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.10.3:
* Fix usage of GetComputerNameExA (#10988)
* Fix cmake clean target (#10990)
-------------------------------------------------------------------
Mon Dec 16 16:01:45 UTC 2024 - Joan Torres <joan.torres@suse.com>
- Update to 3.10.2
* Fix initializing ComputerName setting (#10985)
* Fix some warnings and possible leaks (#10985)
* Add FreeBSD as architecture build to our ci (#10980 and others)
* Fix empty include directory creation (#10981)
* Fix SIMD detection (#10968)
* Improve settings unit test coverage (#10966)
* Fix sending server redirection PDU (#10963)
* Fix return and use of GetComputerNameA (#10962)
-------------------------------------------------------------------
Thu Dec 12 12:27:58 UTC 2024 - Joan Torres <joan.torres@suse.com>
- Update to 3.10.0
So, what is new:
* Enforce use of a supported build type (#10777)
* Enable FDK-AAC support for nightly packages (#10875, #10781)
* Better AAD/AVD support (#10796)
* Build system updates (#10844)
* Enforce spell checking (#10881)
* Split unit tests so a subset can be run during package build (#10776)
* We're shipping a .desktop file now (#10465)
* Build scripts for nightly packages (#10835, #10783)
Noteworthy changes:
* Fix wStream API bugs (#10885)
* Autoreconnect fixes (#10915)
* Fix monitor layout checks (#10905)
* Enforce code formatting for CMake files (#10895)
* Enable SIMD optimizations by default (#10894)
* WinPR types not based on stdint.h et al (#10754)
* Improve code assertions (#10768)
* Code cleanups (#10763, #10914)
* Fixes bsc#1233824
-------------------------------------------------------------------
Wed Oct 23 05:10:01 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@ -37,7 +37,7 @@
%define uwac_package %{uwac_version}-%{uwac_version}
Name: freerdp
Version: 3.9.0
Version: 3.10.3
Release: 0
Summary: Remote Desktop Viewer Client
License: Apache-2.0
@ -89,7 +89,6 @@ BuildRequires: pkgconfig(SDL2_ttf)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(webkit2gtk-4.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xdamage)
@ -174,6 +173,7 @@ Group: Development/Libraries/C and C++
Requires: lib%{name}%{libfreerdp_package} = %{version}-%{release}
Requires: lib%{name}-server-proxy%{libfreerdp_package}
Requires: winpr-devel = %{version}-%{release}
Requires: pkgconfig(fuse3)
Obsoletes: %{name}-server-proxy%{libfreerdp_package}-devel < %{version}-%{release}
Provides: %{name}-server-proxy%{libfreerdp_package}-devel = %{version}-%{release}
@ -326,11 +326,10 @@ export CXX=g++-12
-DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON
%make_build
%cmake_build
%install
cd build
%make_install
%cmake_install
%fdupes %{buildroot}%{_libdir}/cmake/
%ldconfig_scriptlets -n lib%{name}%{libfreerdp_package}
@ -348,7 +347,6 @@ cd build
%{_bindir}/sdl-%{name}
%{_mandir}/man1/sdl-freerdp.1%{?ext_man}
%files wayland
%{_bindir}/wl%{name}
%{_mandir}/man1/wl%{name}.1%{?ext_man}