commit fc88b6521db612c0e7025c9432091ab9fc388747
Author: Benjamin Otte <otte(a)redhat.com>
Date: Wed Dec 1 13:34:14 2010 +0100
Update to 0.10.31
.gitignore | 1 +
gstreamer-0.10.30-tabs.patch | 36 ------------------------------------
gstreamer.spec | 10 +++++-----
sources | 2 +-
4 files changed, 7 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 079f4f0..8c9c8ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
gstreamer-0.10.30.tar.bz2
+/gstreamer-0.10.31.tar.bz2
diff --git a/gstreamer.spec b/gstreamer.spec
index 80863c6..d3615d2 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -6,8 +6,8 @@
%define _gobject-introspection 0.6.3
Name: %{gstreamer}
-Version: 0.10.30
-Release: 6%{?dist}
+Version: 0.10.31
+Release: 1%{?dist}
Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
@@ -37,8 +37,6 @@ BuildRequires: gcc-c++
# For the GStreamer RPM provides
Patch1: gstreamer-inspect-rpm-format.patch
-# Fix spaces/tabs in makefiles
-Patch2: gstreamer-0.10.30-tabs.patch
Source1: gstreamer.prov
Source2: macros.gstreamer
@@ -120,7 +118,6 @@ with different major/minor versions of GStreamer.
%setup -q
%patch1 -p1 -b .rpm-provides
-%patch2 -p1 -b .tabs
%build
%configure \
@@ -244,6 +241,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
%changelog
+* Wed Dec 01 2010 Benjamin Otte <otte(a)redhat.com> 0.10.31-1
+- Update to 0.10.31
+
* Mon Nov 08 2010 Bastien Nocera <bnocera(a)redhat.com> 0.10.30-6
- Rebuild against newer gobject-introspection
diff --git a/sources b/sources
index 69c9a63..2ac3fac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de01f73f71d97c5854badd363ca06509 gstreamer-0.10.30.tar.bz2
+a21fb08bdb578d972c7c14e77da8fbb6 gstreamer-0.10.31.tar.bz2