Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2016-03-29 14:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10-plugins-base"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2015-07-14 17:20:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
     2016-03-29 14:49:28.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Mar 24 10:11:12 UTC 2016 - [email protected]
+
+- Add gstreamer-0_10-plugins-base-gtk-1.25.patch: Fix build with
+  gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0_10-plugins-base-gtk-1.25.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-0_10-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.ki1uiQ/_old  2016-03-29 14:49:29.000000000 +0200
+++ /var/tmp/diff_new_pack.ki1uiQ/_new  2016-03-29 14:49:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch1:         gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch 
[email protected] -- Fix build with gcc5 on i586, EMMINTRIN is defined but 
not usable without SSE. Patch taken from fedora.
 Patch2:         gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gtk-1.25.patch 
[email protected] -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer created)
+Patch3:         gstreamer-0_10-plugins-base-gtk-1.25.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  check-devel
@@ -239,6 +241,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++++++ gstreamer-0_10-plugins-base-gtk-1.25.patch ++++++
Index: gst-plugins-base-0.10.36/common/gtk-doc-plugins.mak
===================================================================
--- gst-plugins-base-0.10.36.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-base-0.10.36/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
          fi; \
        fi; \
        cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-       @mv html/index.sgml html/index.sgml.bak
-       @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-       @rm -f html/index.sgml.bak
        @rm -f html/$(DOC_MAIN_SGML_FILE)
        @rm -rf html/xml
        @rm -f html/version.entities
Index: gst-plugins-base-0.10.36/common/gtk-doc.mak
===================================================================
--- gst-plugins-base-0.10.36.orig/common/gtk-doc.mak
+++ gst-plugins-base-0.10.36/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
          mkhtml_options=--path="$(abs_srcdir)"; \
        fi; \
        cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-       @mv html/index.sgml html/index.sgml.bak
-       @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-       @rm -f html/index.sgml.bak
        @rm -rf html/xml
        @rm -f version.entities
        @test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-base-0.10.36/docs/libs/Makefile.in
===================================================================
--- gst-plugins-base-0.10.36.orig/docs/libs/Makefile.in
+++ gst-plugins-base-0.10.36/docs/libs/Makefile.in
@@ -853,9 +853,6 @@ upload: $(FORMATS)
 @ENABLE_GTK_DOC_TRUE@    mkhtml_options=--path="$(abs_srcdir)"; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options 
$(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  @rm -rf html/xml
 @ENABLE_GTK_DOC_TRUE@  @rm -f version.entities
 @ENABLE_GTK_DOC_TRUE@  @test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp 
$(HTML_IMAGES) $(abs_builddir)/html )
Index: gst-plugins-base-0.10.36/docs/plugins/Makefile.in
===================================================================
--- gst-plugins-base-0.10.36.orig/docs/plugins/Makefile.in
+++ gst-plugins-base-0.10.36/docs/plugins/Makefile.in
@@ -995,9 +995,6 @@ update:
 @ENABLE_GTK_DOC_TRUE@    fi; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  @rm -f html/$(DOC_MAIN_SGML_FILE)
 @ENABLE_GTK_DOC_TRUE@  @rm -rf html/xml
 @ENABLE_GTK_DOC_TRUE@  @rm -f html/version.entities

Reply via email to