From 46de8a92e0d2cf6a40774b9612328f6550135c1b Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Thu, 20 Nov 2025 16:35:07 +0800 Subject: [PATCH 1/2] [BUG]update to libva-2.22.0-1 to #ID7MQ6 update to libva-2.22.0-1 for bugfix Signed-off-by: Jacob Wang --- download | 2 +- libva.spec | 21 +++++---------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/download b/download index 4e39d70..8cbd2f8 100644 --- a/download +++ b/download @@ -1 +1 @@ -21ce1b9ee27fe01e3b1d4302876f18d9 libva-2.20.0.tar.gz +8dba13313d724b5e930f06e65b7437e2 libva-2.22.0.tar.gz diff --git a/libva.spec b/libva.spec index 9102c26..1c61350 100644 --- a/libva.spec +++ b/libva.spec @@ -1,9 +1,8 @@ -%define anolis_release .0.1 #global pre_release .pre1 Name: libva -Version: 2.20.0 -Release: 1%{anolis_release}%{?dist} +Version: 2.22.0 +Release: 1%{?dist} Summary: Video Acceleration (VA) API for Linux License: MIT URL: https://github.com/intel/libva @@ -41,14 +40,6 @@ Requires: %{name}%{_isa} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%package doc -Summary: Documents for %{name} -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -Doc pages for %{name}. - %prep %autosetup -p1 -n %{name}-%{version}%{?pre_release} @@ -66,6 +57,7 @@ Doc pages for %{name}. %ldconfig_scriptlets %files +%doc NEWS %license COPYING %ghost %{_sysconfdir}/libva.conf %{_libdir}/libva.so.2* @@ -83,12 +75,9 @@ Doc pages for %{name}. %{_libdir}/libva*.so %{_libdir}/pkgconfig/libva*.pc -%files doc -%doc NEWS - %changelog -* Tue May 21 2024 Zhao Hang - 2.20.0-1.0.1 -- Add doc sub package +* Wed Dec 18 2024 Than Ngo - 2.22.0-1 +- Resolves: RHEL-59629, rebase to 2.22.0 * Tue Oct 24 2023 Than Ngo - 2.20.0-1 - RHEL-6895, rebase to 2.20.0 -- Gitee From 1e51b970564a0a9e3bb2f44f67796bee45ed5b79 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 19 Jul 2022 14:03:48 +0800 Subject: [PATCH 2/2] spec: add doc sub package Signed-off-by: Zhao Hang --- libva.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/libva.spec b/libva.spec index 1c61350..8731b73 100644 --- a/libva.spec +++ b/libva.spec @@ -1,8 +1,9 @@ +%define anolis_release .0.1 #global pre_release .pre1 Name: libva Version: 2.22.0 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: Video Acceleration (VA) API for Linux License: MIT URL: https://github.com/intel/libva @@ -40,6 +41,14 @@ Requires: %{name}%{_isa} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep %autosetup -p1 -n %{name}-%{version}%{?pre_release} @@ -57,7 +66,6 @@ developing applications that use %{name}. %ldconfig_scriptlets %files -%doc NEWS %license COPYING %ghost %{_sysconfdir}/libva.conf %{_libdir}/libva.so.2* @@ -75,7 +83,13 @@ developing applications that use %{name}. %{_libdir}/libva*.so %{_libdir}/pkgconfig/libva*.pc +%files doc +%doc NEWS + %changelog +* Thu Nov 20 2025 Zhao Hang - 2.22.0-1.0.1 +- Add doc sub package + * Wed Dec 18 2024 Than Ngo - 2.22.0-1 - Resolves: RHEL-59629, rebase to 2.22.0 -- Gitee