diff --git a/.gitignore b/.gitignore index afee977..ac06421 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvdpau-1.4.tar.bz2 +SOURCES/libvdpau-1.5.tar.bz2 diff --git a/.libvdpau.metadata b/.libvdpau.metadata index b4201f6..68c3c1a 100644 --- a/.libvdpau.metadata +++ b/.libvdpau.metadata @@ -1 +1 @@ -f6456e4ce6826ad315d40ce3eb0d5ad687490ab3 SOURCES/libvdpau-1.4.tar.bz2 +7c30763796f6abe178dab49268e818378b7c3d4a SOURCES/libvdpau-1.5.tar.bz2 diff --git a/SPECS/libvdpau.spec b/SPECS/libvdpau.spec index 0f9bbb7..c8cd2a6 100644 --- a/SPECS/libvdpau.spec +++ b/SPECS/libvdpau.spec @@ -1,10 +1,10 @@ Name: libvdpau -Version: 1.4 -Release: 6%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Wrapper library for the Video Decode and Presentation API License: MIT URL: https://freedesktop.org/wiki/Software/VDPAU/ -Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/libvdpau-%{version}/libvdpau-%{version}.tar.bz2 +Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/libvdpau-%{version}.tar.bz2 BuildRequires: doxygen BuildRequires: gcc-c++ @@ -57,7 +57,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%autosetup -p1 -n libvdpau-libvdpau-1.4-c3d1a9dbafdfe6144ff474d0d523dc01b068750f +%autosetup -p1 %build @@ -96,6 +96,9 @@ mv %{_vpath_builddir}/doc/html html %changelog +* Wed Apr 13 2022 Nicolas Chauvet - 1.5-1 +- Update to 1.5 - rhbz#2075057 + * Mon Aug 09 2021 Mohan Boddu - 1.4-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688