Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2016-04-12 19:00:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes    
2014-12-29 00:33:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes       
2016-04-12 19:00:05.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 10:13:39 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-gtk-doc-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-gtk-doc-1.25.patch

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

Other differences:
------------------
++++++ gstreamer-0_10-doc.spec ++++++
--- /var/tmp/diff_new_pack.ALPK7Z/_old  2016-04-12 19:00:06.000000000 +0200
+++ /var/tmp/diff_new_pack.ALPK7Z/_new  2016-04-12 19:00:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -38,6 +38,8 @@
 Patch2:         gstreamer-no-setlocale.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-bison3.patch bgo#706462 
dims...@opensuse.org -- Fix build with Bison 3
 Patch3:         gstreamer-0_10-bison3.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-gtk-doc-1.25.patch dims...@opensuse.org -- 
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).
+Patch4:         gstreamer-0_10-gtk-doc-1.25.patch
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -196,6 +198,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build

++++++ gstreamer-0_10.spec ++++++
--- /var/tmp/diff_new_pack.ALPK7Z/_old  2016-04-12 19:00:06.000000000 +0200
+++ /var/tmp/diff_new_pack.ALPK7Z/_new  2016-04-12 19:00:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -38,6 +38,8 @@
 Patch2:         gstreamer-no-setlocale.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-bison3.patch bgo#706462 
dims...@opensuse.org -- Fix build with Bison 3
 Patch3:         gstreamer-0_10-bison3.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-gtk-doc-1.25.patch dims...@opensuse.org -- 
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).
+Patch4:         gstreamer-0_10-gtk-doc-1.25.patch
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -196,6 +198,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build

++++++ gstreamer-0_10-gtk-doc-1.25.patch ++++++
Index: gstreamer-0.10.36/common/gtk-doc-plugins.mak
===================================================================
--- gstreamer-0.10.36.orig/common/gtk-doc-plugins.mak
+++ gstreamer-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: gstreamer-0.10.36/common/gtk-doc.mak
===================================================================
--- gstreamer-0.10.36.orig/common/gtk-doc.mak
+++ gstreamer-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: gstreamer-0.10.36/docs/gst/Makefile.in
===================================================================
--- gstreamer-0.10.36.orig/docs/gst/Makefile.in
+++ gstreamer-0.10.36/docs/gst/Makefile.in
@@ -840,9 +840,6 @@ gst-universe.svg: gst-universe.dot
 @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: gstreamer-0.10.36/docs/libs/Makefile.in
===================================================================
--- gstreamer-0.10.36.orig/docs/libs/Makefile.in
+++ gstreamer-0.10.36/docs/libs/Makefile.in
@@ -829,9 +829,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: gstreamer-0.10.36/docs/plugins/Makefile.in
===================================================================
--- gstreamer-0.10.36.orig/docs/plugins/Makefile.in
+++ gstreamer-0.10.36/docs/plugins/Makefile.in
@@ -945,9 +945,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