Hello community,

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

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes
  2015-06-03 08:35:51.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new/gstreamer-0_10-plugins-ugly.changes
     2016-04-12 19:36:09.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 09:55:32 UTC 2016 - [email protected]
+
+- Add gstreamer-0_10-plugins-ugly-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-plugins-ugly-gtk-doc-1.25.patch

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.u61Gdv/_old  2016-04-12 19:36:10.000000000 +0200
+++ /var/tmp/diff_new_pack.u61Gdv/_new  2016-04-12 19:36:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-ugly
 #
-# 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
@@ -47,6 +47,8 @@
 Patch1:         gstreamer010-plugins-ugly-patched.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-ugly-0.10.19-new_libcdio.patch git 
commit 649bd92cd2 [email protected] -- fix build with new libcdio
 Patch2:         gstreamer-0_10-plugins-ugly-0.10.19-new_libcdio.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-ugly-gtk-doc-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-ugly-gtk-doc-1.25.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.24
 BuildRequires:  gstreamer-0_10-devel >= 0.10.36
@@ -173,6 +175,7 @@
 %patch1
 %endif
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream po gst-plugins-ugly-0.10
 
 %build

++++++ gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch ++++++
Index: gst-plugins-ugly-0.10.19/common/gtk-doc-plugins.mak
===================================================================
--- gst-plugins-ugly-0.10.19.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-ugly-0.10.19/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-ugly-0.10.19/common/gtk-doc.mak
===================================================================
--- gst-plugins-ugly-0.10.19.orig/common/gtk-doc.mak
+++ gst-plugins-ugly-0.10.19/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-ugly-0.10.19/docs/plugins/Makefile.in
===================================================================
--- gst-plugins-ugly-0.10.19.orig/docs/plugins/Makefile.in
+++ gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in
@@ -914,9 +914,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