diff --git a/libXv-1.0.11.tar.bz2 b/libXv-1.0.11.tar.bz2 deleted file mode 100644 index 22f75f5..0000000 Binary files a/libXv-1.0.11.tar.bz2 and /dev/null differ diff --git a/libXv-1.0.12.tar.gz b/libXv-1.0.12.tar.gz new file mode 100644 index 0000000..b87cf07 Binary files /dev/null and b/libXv-1.0.12.tar.gz differ diff --git a/libXv.spec b/libXv.spec index c32f4ce..bc96b4c 100644 --- a/libXv.spec +++ b/libXv.spec @@ -1,12 +1,12 @@ %bcond_without static Name: libXv -Version: 1.0.11 -Release: 12 +Version: 1.0.12 +Release: 1 Summary: library for the X Video extension to the X Window System License: MIT 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: pkgconfig(videoproto) pkgconfig(xext) libX11-devel @@ -62,6 +62,9 @@ autoreconf -v --install --force %doc man/xv-library-v2.2.txt %changelog +* Sat Feb 04 2023 zhangpan - 1.0.12-1 +- update to 1.0.12 + * Sat Oct 22 2022 wangkerong - 1.0.11-12 - disable static library by default