[vdpauinfo] Update to 0.9

Nicolas Chauvet kwizart at fedoraproject.org
Fri Dec 19 23:02:19 UTC 2014


commit b1f77ff305e6394b3dd1a0b088e93675c6b80d14
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sat Dec 20 00:01:39 2014 +0100

    Update to 0.9

 .gitignore     |    1 +
 sources        |    2 +-
 vdpauinfo.spec |   15 ++++++---------
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e46fb45..523d289 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 vdpauinfo-0.0.6.tar.gz
 /vdpauinfo-0.1.tar.gz
+/vdpauinfo-0.9.tar.gz
diff --git a/sources b/sources
index 401f21a..8f36e93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-600d1b405ac5eba1867d68e4c895a698  vdpauinfo-0.1.tar.gz
+f48e7ce838146021a138592ca9bdffc8  vdpauinfo-0.9.tar.gz
diff --git a/vdpauinfo.spec b/vdpauinfo.spec
index 8e2c6eb..f888785 100644
--- a/vdpauinfo.spec
+++ b/vdpauinfo.spec
@@ -1,15 +1,14 @@
 Name:           vdpauinfo
-Version:        0.1
-Release:        3%{?dist}
+Version:        0.9
+Release:        0.1%{?dist}
 Summary:        Tool to query the capabilities of a VDPAU implementation
 
 Group:          Applications/System
 License:        MIT
 URL:            http://freedesktop.org/wiki/Software/VDPAU
 Source0:        http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libvdpau-devel >= 0.2
+BuildRequires:  libvdpau-devel >= 0.9
 
 
 %description
@@ -25,21 +24,19 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING
 %{_bindir}/vdpauinfo
 
 
 %changelog
+* Fri Dec 19 2014 Nicolas Chauvet <kwizart at gmail.com> - 0.9-0.1
+- Update to 0.9
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list