update to 1.0.12

This commit is contained in:
zhangpan 2023-02-04 03:17:55 +00:00
parent 11a20e942d
commit 74f6ac383c
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libXv-1.0.12.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_without static %bcond_without static
Name: libXv Name: libXv
Version: 1.0.11 Version: 1.0.12
Release: 12 Release: 1
Summary: library for the X Video extension to the X Window System Summary: library for the X Video extension to the X Window System
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake libtool xorg-x11-util-macros BuildRequires: autoconf automake libtool xorg-x11-util-macros
BuildRequires: pkgconfig(videoproto) pkgconfig(xext) libX11-devel BuildRequires: pkgconfig(videoproto) pkgconfig(xext) libX11-devel
@ -62,6 +62,9 @@ autoreconf -v --install --force
%doc man/xv-library-v2.2.txt %doc man/xv-library-v2.2.txt
%changelog %changelog
* Sat Feb 04 2023 zhangpan <zhangpan@h-partners.com> - 1.0.12-1
- update to 1.0.12
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 1.0.11-12 * Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 1.0.11-12
- disable static library by default - disable static library by default