[gstreamer1-vaapi] Fix typo in spec file - Patch1 and %patch0 don't go together

farnz farnz at fedoraproject.org
Fri Feb 7 15:00:24 UTC 2014


commit 56a494a69b2545c32b0a40ad89d6be2993ec3b69
Author: Simon Farnsworth <simon.farnsworth at onelan.co.uk>
Date:   Fri Feb 7 15:00:44 2014 +0000

    Fix typo in spec file - Patch1 and %patch0 don't go together

 gstreamer1-vaapi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-vaapi.spec b/gstreamer1-vaapi.spec
index 5fd3780..f3b4698 100644
--- a/gstreamer1-vaapi.spec
+++ b/gstreamer1-vaapi.spec
@@ -1,13 +1,13 @@
 Name:           gstreamer1-vaapi
 Version:        0.5.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GStreamer plugins to use VA API video acceleration
 
 License:        LGPLv2+
 URL:            https://gitorious.org/vaapi/gstreamer-vaapi/
 Source0:        http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.bz2
 # Fix for https://bugzilla.gnome.org/show_bug.cgi?id=723834
-Patch1:         0001-vaapipostproc-Create-filter-surface-pool-if-it-does-.patch
+Patch0:         0001-vaapipostproc-Create-filter-surface-pool-if-it-does-.patch
 
 BuildRequires:  glib2-devel >= 2.28
 BuildRequires:  gstreamer1-devel >= 1.0.0
@@ -76,6 +76,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %{_libdir}/pkgconfig/gstreamer-vaapi*.pc
 
 %changelog
+* Fri Feb  7 2014 Simon Farnsworth <simon at farnz.org.uk> - 0.5.8-3
+- Fix typo in spec file - Patch1 and %patch0 don't go together
+
 * Fri Feb  7 2014 Simon Farnsworth <simon at farnz.org.uk> - 0.5.8-2
 - Fix vaapipostproc crash in live pipelines
 


More information about the scm-commits mailing list