Hello community,
here is the log from the commit of package gstreamer-plugins-good for
openSUSE:Factory checked in at 2014-02-19 06:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2014-02-12 17:22:13.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
2014-02-19 06:55:42.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Feb 16 23:12:00 UTC 2014 - [email protected]
+
+- Add gsp-docs-fix-mismatched-para-tags.patch, fixes build with new
+ gtk-doc, newer gtkdoc is more sensitive to mismatched docbook
+ tags (bgo#724085).
+
+-------------------------------------------------------------------
New:
----
gsp-docs-fix-mismatched-para-tags.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.B6wa96/_old 2014-02-19 06:55:43.000000000 +0100
+++ /var/tmp/diff_new_pack.B6wa96/_new 2014-02-19 06:55:43.000000000 +0100
@@ -30,6 +30,8 @@
Group: Productivity/Multimedia/Other
Url: http://gstreamer.freedesktop.org/
Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gsp-docs-fix-mismatched-para-tags.patch bgo#724085
[email protected] -- docs: fix mismatched para tags, newer gtkdoc is more
sensitive to mismatched docbook tags.
+Patch0: gsp-docs-fix-mismatched-para-tags.patch
%if 0%{?ENABLE_AALIB}
BuildRequires: aalib-devel
%endif
@@ -115,6 +117,7 @@
chmod 0644 %{S:0}
%setup -q -n %{_name}-%{version}
translation-update-upstream po gst-plugins-good-%{gst_branch}
+%patch0 -p1
%build
# FIXME:
++++++ gsp-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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]