commit 41298ed34d20bed61e18a98c85d5ddf38a8037f3
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Fri Sep 9 19:57:26 2005 +0000
- Update to upstream 0.8.11
- take out docbook hack
.cvsignore | 1 +
gstreamer.spec | 12 +++++++-----
sources | 2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index b9681d9..36e97b5 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -4,3 +4,4 @@ gstreamer-0.8.7.tar.bz2
gstreamer-0.8.8.tar.bz2
gstreamer-0.8.9.tar.bz2
gstreamer-0.8.10.tar.bz2
+gstreamer-0.8.11.tar.bz2
diff --git a/gstreamer.spec b/gstreamer.spec
index 7508733..de34086 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -2,7 +2,7 @@
%define _libxml2 2.4.9
Name: gstreamer
-Version: 0.8.10
+Version: 0.8.11
# keep in sync with the VERSION. gstreamer can append a .0.1 to CVS snapshots.
%define majmin 0.8
%define po_package %{name}-%{majmin}
@@ -36,6 +36,7 @@ BuildRequires: flex
BuildRequires: ghostscript
Prereq: /sbin/ldconfig
+
### documentation requirements
BuildRequires: openjade
BuildRequires: python2
@@ -90,13 +91,10 @@ in the future.
%prep
%setup -q
-%patch0 -p1 -b .lib64
+#%patch0 -p1 -b .lib64
%patch1 -p1 -b .nops
%patch2 -p1 -b .cast-fix
-# openjade doesn't support xml catalogs, so we have to patch in the right dtd
reference
-find -name "*.xml" | xargs grep -l
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | xargs perl -pi -e
's#http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd#/usr/share/sgml/docbook/xml-dtd-4.2-1.0-26/docbookx.dtd#g'
-
# The nopdf patch touches automake makefile sources
NOCONFIGURE=1 ./autogen.sh
@@ -165,6 +163,10 @@ env DISPLAY= %{_bindir}/gst-register-%{majmin} 1>/dev/null
2>&1
%exclude %{_mandir}/man1/*-%{majmin}.1.gz
%changelog
+* Fri Sep 09 2005 John (J5) Palmieri <johnp(a)redhat.com> 0.8.11-1
+- Update to upstream 0.8.11
+- take out docbook hack
+
* Tue May 03 2005 John (J5) Palmieri <johnp(a)redhat.com> 0.8.10-1
- Update to upstream 0.8.10
diff --git a/sources b/sources
index 16df68f..c39a086 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3de474d993e23c901e9dfdd1fea486e0 gstreamer-0.8.10.tar.bz2
+3a251cf05b794ebac04e18f71e5b26eb gstreamer-0.8.11.tar.bz2