SHA256
1
0
forked from pool/freerdp

Accepting request 1198158 from X11:RemoteDesktop

OBS-URL: https://build.opensuse.org/request/show/1198158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freerdp?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2024-09-02 11:15:08 +00:00 committed by Git OBS Bridge
commit 00779b8dd7
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c95055c2acd6916e4abc0b2168f201e0cec538bde4c39e25ed4b3bfdfefd047
size 10221962

3
FreeRDP-3.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e313934a77a0bcca3af803455dd9ea1aa2f657c598e3397325aa48e6effd450d
size 10230417

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Sep 1 09:58:36 UTC 2024 - ecsos <ecsos@opensuse.org>
- Update to 3.8.0
Noteworthy changes:
* Reduce number of warnings on CI build (make dependency includes SYSTEM) (#10509)
* Fix possible crashes with P11 certificate parsing (#10462, #10463)
* Various clipboard related fixes (#10472, #10476, #10477, #10480, #10484)
* Fix a race condition on DesktopResize (xfreerdp) (#10488)
* Improve certificate warnings (#10489)
* Try all possible resolved IP addresses for a DNS name on connect (#10491)
* Fix an issue with GFX SolidFill alpha data (#10498)
* Various fixes for SDL clients (#10504, #10492, #10471)
* Fix serial and parallel redirection crashes (#10510)
* Fix android build issues with NDK 27 (#10529)
* Improve performance of some WinPR primitives (#10528)
* Fix an issue with autoreconnect (#10523)
* Support ssh-askpass like password reading (#10516)
* Lots of code cleanups to reduce clang-tidy warnings (#10531, #10525, #10521, #10520, #10519, #10518)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 23 20:06:53 UTC 2024 - Michael Gorse <mgorse@suse.com> Fri Aug 23 20:06:53 UTC 2024 - Michael Gorse <mgorse@suse.com>

View File

@ -37,7 +37,7 @@
%define uwac_package %{uwac_version}-%{uwac_version} %define uwac_package %{uwac_version}-%{uwac_version}
Name: freerdp Name: freerdp
Version: 3.7.0 Version: 3.8.0
Release: 0 Release: 0
Summary: Remote Desktop Viewer Client Summary: Remote Desktop Viewer Client
License: Apache-2.0 License: Apache-2.0
@ -78,11 +78,13 @@ BuildRequires: pkgconfig(libpkcs11-helper-1)
BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libusb-1.0)
%{?_with_openh264:BuildRequires: pkgconfig(openh264)} %{?_with_openh264:BuildRequires: pkgconfig(openh264)}
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)
%{?_with_soxr:BuildRequires: pkgconfig(soxr)} %{?_with_soxr:BuildRequires: pkgconfig(soxr)}
BuildRequires: xmlto BuildRequires: xmlto
# Upstream use SDL3, but SDL3 does not exist in Leap and SDL3_ttf does not exists in Leap and Tumbleweed.
BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(SDL2_ttf)
BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-client)