Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-good for
openSUSE:Factory checked in at 2014-02-21 14:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-good"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2013-09-07 07:33:03.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
2014-02-21 14:25:26.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Feb 20 21:53:27 UTC 2014 - [email protected]
+
+- Add gst-0_10-docs-use-docbook-markup-for-xi:include.patch: fix
+ yet an other fallout from gtk-doc 1.20 version. Patch from
+ upstream git.
+
+-------------------------------------------------------------------
+Thu Feb 20 15:17:38 UTC 2014 - [email protected]
+
+- Add gst-0_10-docs-fix-mismatched-para-tags.patch, fixes build
+ with new gtk-doc, newer gtkdoc is more sensitive to mismatched
+ docbook tags (bgo#724085).
+
+-------------------------------------------------------------------
New:
----
gst-0_10-docs-fix-mismatched-para-tags.patch
gst-0_10-docs-use-docbook-markup-for-xi:include.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.OQIOrh/_old 2014-02-21 14:25:27.000000000 +0100
+++ /var/tmp/diff_new_pack.OQIOrh/_new 2014-02-21 14:25:27.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-0_10-plugins-good
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,10 @@
Patch1: gstreamer-0_10-plugins-good-v4l2.patch
# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2-1.patch
[email protected] -- Fix build with recent kernels, taken from upstream git.
Patch2: gstreamer-0_10-plugins-good-v4l2-2.patch
+# PATCH-FIX-UPSTREAM gst-0_10-docs-fix-mismatched-para-tags.patch bgo#724085
[email protected] -- gst-0_10-docs-fix-mismatched-para-tags.patch
+Patch3: gst-0_10-docs-fix-mismatched-para-tags.patch
+# PATCH-FIX-UPSTREAM gst-0_10-docs-use-docbook-markup-for-xi:include.patch
[email protected] -- docs: use docbook markup for xi:include It turns out
that the change in gtk-doc-1.20 which wraps the |[]| content in CDATA break
xi:inlcude examples.
+Patch4: gst-0_10-docs-use-docbook-markup-for-xi:include.patch
%if 0%{?ENABLE_AALIB}
BuildRequires: aalib-devel
%endif
@@ -189,6 +193,8 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
+%patch4 -p1
%build
# FIXME:
++++++ gst-0_10-docs-fix-mismatched-para-tags.patch ++++++
>From 577d87300906f961d13f76b44ba60fc40f0c637a Mon Sep 17 00:00:00 2001
From: William Jon McCann <[email protected]>
Date: Fri, 14 Feb 2014 20:27:20 +0000
Subject: docs: fix mismatched para tags
newer gtkdoc is more sensitive to mismatched docbook tags.
This fixes the build in master.
---
diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c
index 549a9d2..e278886 100644
--- a/gst/audiofx/audiocheblimit.c
+++ b/gst/audiofx/audiocheblimit.c
@@ -46,12 +46,12 @@
* be at most this value. A lower ripple value will allow a faster rolloff.
*
* As a special case, a Chebyshev type 1 filter with no ripple is a
Butterworth filter.
- * </para>
+ *
* <note><para>
* Be warned that a too large number of poles can produce noise. The most
poles are possible with
* a cutoff frequency at a quarter of the sampling rate.
* </para></note>
- * <para>
+ *
* <refsect2>
* <title>Example launch line</title>
* |[
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index c2cbd92..7a24339 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -78,8 +78,7 @@
* </itemizedlist>
* The message is typically used to detect that no UDP arrives in the receiver
* because it is blocked by a firewall.
- * </para>
- * <para>
+ *
* A custom file descriptor can be configured with the
* #GstUDPSrc:sockfd property. The socket will be closed when setting the
* element to READY by default. This behaviour can be
--
cgit v0.9.0.2-2-gbebe
++++++ gst-0_10-docs-use-docbook-markup-for-xi:include.patch ++++++
>From a4fd0f9351ee319f850aca2acb42f8856a2c1a12 Mon Sep 17 00:00:00 2001
From: Stefan Sauer <[email protected]>
Date: Tue, 18 Feb 2014 21:54:45 +0000
Subject: docs: use docbook markup for xi:include
It turns out that the change in gtk-doc-1.20 which wraps the |[]| content in
CDATA break xi:inlcude examples. As in a whole jhbuild checkout these where
the only 4, we're fixing them instead.
---
diff --git a/gst/audiofx/audiofirfilter.c b/gst/audiofx/audiofirfilter.c
index e0887ad..0ab32f3 100644
--- a/gst/audiofx/audiofirfilter.c
+++ b/gst/audiofx/audiofirfilter.c
@@ -39,9 +39,9 @@
*
* <refsect2>
* <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
* <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text"
href="../../../../tests/examples/audiofx/firfilter-example.c" />
- * ]|
+ * </programlisting></informalexample>
* </refsect2>
*/
diff --git a/gst/audiofx/audioiirfilter.c b/gst/audiofx/audioiirfilter.c
index c107594..eb4f20c 100644
--- a/gst/audiofx/audioiirfilter.c
+++ b/gst/audiofx/audioiirfilter.c
@@ -35,9 +35,9 @@
*
* <refsect2>
* <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
* <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text"
href="../../../../tests/examples/audiofx/iirfilter-example.c" />
- * ]|
+ * </programlisting></informalexample>
* </refsect2>
*/
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 92e0bfe..cfd5bce 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -93,9 +93,9 @@
*
* <refsect2>
* <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
* <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text"
href="../../../../tests/examples/level/level-example.c" />
- * ]|
+ * </programlisting></informalexample>
* </refsect2>
*/
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index 75a9152..5e192c1 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -90,9 +90,9 @@
*
* <refsect2>
* <title>Example application</title>
- * |[
+ * <informalexample><programlisting language="C">
* <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" parse="text"
href="../../../../tests/examples/spectrum/spectrum-example.c" />
- * ]|
+ * </programlisting></informalexample>
* </refsect2>
*
* Last reviewed on 2011-03-10 (0.10.29)
--
cgit v0.9.0.2-2-gbebe
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]