diff --git a/libva-2.16.0.tar.gz b/libva-2.16.0.tar.gz deleted file mode 100644 index 8447f01..0000000 --- a/libva-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279 -size 267735 diff --git a/libva-2.17.0.tar.gz b/libva-2.17.0.tar.gz new file mode 100644 index 0000000..1d2b7e3 --- /dev/null +++ b/libva-2.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001 +size 276993 diff --git a/libva-gl.spec b/libva-gl.spec index fd02ce9..e3d7bab 100644 --- a/libva-gl.spec +++ b/libva-gl.spec @@ -1,7 +1,7 @@ # # spec file for package libva-gl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: libva-gl %define _name libva -Version: 2.16.0 +Version: 2.17.0 Release: 0 Summary: Video Acceleration (VA) API License: MIT diff --git a/libva.changes b/libva.changes index 1507e66..99b4a5c 100644 --- a/libva.changes +++ b/libva.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Jan 16 08:00:29 UTC 2023 - Dirk Müller + +- update to 2.17.0: + * win: Simplify signature for driver name loading + * win: Rewrite driver registry query and fix some + bugs/leaks/inefficiencies + * win: Add missing null check after calloc + * va: Update security disclaimer + * dep:remove the file .cvsignore + * pkgconfig: add 'with-legacy' for emgd, nvctrl and fglrx + * meson: add 'with-legacy' for emgd, nvctrl and fglrx + * x11: move all FGLRX code to va_fglrx.c + * x11: move all NVCTRL code to va_nvctrl.c + * meson: stop using deprecated meson.source_root() + * meson: stop using configure_file copy=true + * va: correctly include the win32 (local) headers + * win: clean-up the coding style + * va: dos2unix all the files + * drm: remove unnecessary dri2 version/extension query + * trace: annotate internal functions with DLL_HIDDEN + * build/sysdeps: Remove HAVE_GNUC_VISIBILITY_ATTRIBUTE and use _GNUC_ + support level attribute instead + * meson: Check support for -Wl,-version-script and build link_args + accordingly + * meson: Set va_win32 soversion to '' and remove the install_data rename + * fix: resouce check null + * va_trace: Add Win32 memory types in va_TraceSurfaceAttributes + * va_trace: va_TraceSurfaceAttributes should check the + VASurfaceAttribMemoryType + * va: Adds Win32 Node and Windows build support + * va: Adds compat_win32 abstraction for Windows build and prepares va + common code for windows build + * pkgconfig: Add Win32 package for when WITH_WIN32 is enabled + * meson: Add with_win32 option, makes libdrm non-mandatory on Win + * x11: add basic DRI3 support + * drm: remove VA_DRM_IsRenderNodeFd() helper + * drm: add radeon drm + radeonsi mesa combo + ------------------------------------------------------------------- Mon Nov 28 11:21:48 UTC 2022 - Marcus Rueckert diff --git a/libva.spec b/libva.spec index 51f7a2e..8d022df 100644 --- a/libva.spec +++ b/libva.spec @@ -1,7 +1,7 @@ # # spec file for package libva # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: libva %define _name libva -Version: 2.16.0 +Version: 2.17.0 Release: 0 Summary: Video Acceleration (VA) API License: MIT