[gstreamer1-plugins-base/f18] Update to 1.0.6.

Brian Pepple bpepple at fedoraproject.org
Sun Mar 24 00:08:07 UTC 2013


commit f1c91185d96ebf0d5c15e22f360a49edb02775c1
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri Mar 22 11:41:46 2013 -0400

    Update to 1.0.6.
    
    - Drop alsa delay patch. Fixed upstream.

 .gitignore                   |    1 +
 alsa-delay-lock.patch        |   91 ------------------------------------------
 gstreamer1-plugins-base.spec |   10 +++--
 sources                      |    2 +-
 4 files changed, 8 insertions(+), 96 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1314b2..deb7a5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gst-plugins-base-1.0.3.tar.xz
 /gst-plugins-base-1.0.4.tar.xz
 /gst-plugins-base-1.0.5.tar.xz
+/gst-plugins-base-1.0.6.tar.xz
diff --git a/gstreamer1-plugins-base.spec b/gstreamer1-plugins-base.spec
index e11a432..1f0efe6 100644
--- a/gstreamer1-plugins-base.spec
+++ b/gstreamer1-plugins-base.spec
@@ -1,15 +1,14 @@
 %global         majorminor      1.0
 
 Name:           gstreamer1-plugins-base
-Version:        1.0.5
-Release:        3%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        GStreamer streaming media framework base plugins
 
 License:        LGPLv2+
 URL:            http://gstreamer.freedesktop.org/
 Source0:        http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
 Patch0:         0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
-Patch1:         alsa-delay-lock.patch
 
 BuildRequires:  gstreamer1-devel >= %{version}
 BuildRequires:  gobject-introspection-devel >= 1.31.1
@@ -90,7 +89,6 @@ for the GStreamer Base Plugins library.
 %prep
 %setup -q -n gst-plugins-base-%{version}
 %patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -335,6 +333,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
 
 
 %changelog
+* Fri Mar 22 2013 Brian Pepple <bpepple at fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6.
+- Drop alsa delay patch. Fixed upstream.
+
 * Thu Jan 24 2013 Daniel Drake <dsd at laptop.org> - 1.0.5-3
 - Add upstream fix for excessive alsasink CPU usage
 
diff --git a/sources b/sources
index 26583d6..8a6d316 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd16dc3f1a44a0f70b2c7d9b2673140e  gst-plugins-base-1.0.5.tar.xz
+7123a7f9955bbf1a5a7bb75192c15427  gst-plugins-base-1.0.6.tar.xz


More information about the scm-commits mailing list