Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1d31b30870 | |||
| 8e3a22e6dd |
BIN
libXv-1.0.12.tar.xz
LFS
BIN
libXv-1.0.12.tar.xz
LFS
Binary file not shown.
3
libXv-1.0.13.tar.xz
Normal file
3
libXv-1.0.13.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755
|
||||
size 281460
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 04:11:34 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.13
|
||||
* Remove "All rights reserved" from Oracle copyright notices
|
||||
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
|
||||
* Use calloc instead of malloc and manual loops to zero array contents
|
||||
* XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
|
||||
* XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 10:37:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXv
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXv
|
||||
%define lname libXv1
|
||||
Version: 1.0.12
|
||||
Version: 1.0.13
|
||||
Release: 0
|
||||
Summary: X Video extension library
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user