diff --git a/FreeRDP-3.10.3.tar.gz b/FreeRDP-3.10.3.tar.gz new file mode 100644 index 0000000..8078f6a --- /dev/null +++ b/FreeRDP-3.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011b645e49401e59396ded91cccf9a0cdf68e6c43a3cb0bf6a9b6852c9c564a4 +size 10339345 diff --git a/FreeRDP-3.9.0.tar.gz b/FreeRDP-3.9.0.tar.gz deleted file mode 100644 index 73d763e..0000000 --- a/FreeRDP-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d2946c67037bf6bb8aa2f0441c7cacd5e92c835d776cecffb4fcdbaa45ec4f -size 10305215 diff --git a/freerdp.changes b/freerdp.changes index 096fc2a..df26c9a 100644 --- a/freerdp.changes +++ b/freerdp.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Wed Feb 12 08:14:21 UTC 2025 - Christophe Marin + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/freerdp.spec b/freerdp.spec index ccf3037..34c0bde 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -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}