From 23e65e42c1f25947991902f0b6e84dfc8a78be27 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 20 Feb 2018 12:20:33 +0100 Subject: [PATCH] move libvdpau_trace --- libvdpau.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libvdpau.spec b/libvdpau.spec index d0db6f3..6489d5f 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -1,6 +1,6 @@ Name: libvdpau Version: 1.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Wrapper library for the Video Decode and Presentation API License: MIT URL: http://freedesktop.org/wiki/Software/VDPAU @@ -75,6 +75,8 @@ mv doc/html-out html %config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg %{_libdir}/*.so.* %dir %{_libdir}/vdpau + +%files debuginfo %{_libdir}/vdpau/%{name}_trace.so* %files docs @@ -86,6 +88,9 @@ mv doc/html-out html %{_libdir}/pkgconfig/vdpau.pc %changelog +* Tue Feb 20 2018 Nicolas Chauvet - 1.1.1-8 +- Move libvdpau_trace to debuginfo + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild