[libva/f17] Update to 1.0.16

Nicolas Chauvet kwizart at fedoraproject.org
Fri Aug 3 22:17:02 UTC 2012


commit 49c22af0d8a1e0bc5dd796af321caad23b27b51f
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sat Aug 4 00:16:43 2012 +0200

    Update to 1.0.16

 libva.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/libva.spec b/libva.spec
index 2ef7c48..1c03b1b 100644
--- a/libva.spec
+++ b/libva.spec
@@ -1,6 +1,6 @@
 Name:		libva
-Version:	1.0.15
-Release:	2%{?dist}
+Version:	1.0.16
+Release:	1%{?dist}
 Summary:	Video Acceleration (VA) API for Linux
 Group:		System Environment/Libraries
 License:	MIT
@@ -53,14 +53,11 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 find %{buildroot} -regex ".*\.la$" | xargs rm -f --
 
-%clean
-rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING
 %{_libdir}/libva*.so.*
 # Keep these specific: if any new real drivers start showing up
@@ -68,20 +65,22 @@ rm -rf %{buildroot}
 %{_libdir}/dri/dummy_drv_video.so
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/va
 %{_libdir}/libva*.so
 %{_libdir}/pkgconfig/libva*.pc
 
 %files utils
-%defattr(-,root,root,-)
 %{_bindir}/vainfo
 %{_bindir}/avcenc
 %{_bindir}/h264encode
+%{_bindir}/loadjpeg
 %{_bindir}/mpeg2vldemo
 %{_bindir}/putsurface
 
 %changelog
+* Fri Aug 03 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.0.16-1
+- Update to 1.0.16
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list