commit gstreamer-0_10 for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2016-08-05 18:12:56

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
2016-04-12 19:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2016-08-05 18:12:57.0 +0200
@@ -6,0 +7 @@
+  (Fate#318572)



Other differences:
--
gstreamer-0_10.spec: same change



commit gstreamer-0_10 for openSUSE:Factory

2016-04-12 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2016-04-12 19:00:05.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.ALPK7Z/_new  2016-04-12 19:00:06.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.ALPK7Z/_new  2016-04-12 19:00:06.0 +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 

commit gstreamer-0_10 for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2015-01-08 23:05:19

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-doc.changes
2011-10-16 12:49:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10-doc.changes   
2015-01-08 23:05:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  7 14:56:33 UTC 2015 - o...@aepfle.de
+
+- BuildRequire python-xml for xml.dom.minidom
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.iHqlMV/_old  2015-01-08 23:05:21.0 +0100
+++ /var/tmp/diff_new_pack.iHqlMV/_new  2015-01-08 23:05:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -61,6 +61,7 @@
 BuildRequires:  docbook-utils
 BuildRequires:  gtk-doc
 BuildRequires:  python
+BuildRequires:  python-xml
 BuildRequires:  transfig
 %if %suse_version = 1020
 # Missing in transfig:

gstreamer-0_10.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2014-12-28 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2014-12-29 00:33:11

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-21 12:01:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2014-12-29 00:33:13.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 08:41:46 UTC 2014 - o...@aepfle.de
+
+- Fix filelist for SLE_11
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.M802Gp/_old  2014-12-29 00:33:14.0 +0100
+++ /var/tmp/diff_new_pack.M802Gp/_new  2014-12-29 00:33:14.0 +0100
@@ -321,11 +321,9 @@
 %{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
-%{_libexecdir}/rpm/gstreamer-0_10-provides
-%if 0%?suse_version = 1210
-%{_libexecdir}/rpm/fileattrs/gstreamer_0_10.attr
-%else
-%{_sysconfdir}/rpm/macros.gstreamer_0_10
+%{_libexecdir}/rpm
+%if 0%?suse_version  1210
+%{_sysconfdir}/rpm
 %endif
 %if %suse_version = 1120
 %{_datadir}/gir-1.0/*.gir

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.M802Gp/_old  2014-12-29 00:33:14.0 +0100
+++ /var/tmp/diff_new_pack.M802Gp/_new  2014-12-29 00:33:14.0 +0100
@@ -321,11 +321,9 @@
 %{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
-%{_libexecdir}/rpm/gstreamer-0_10-provides
-%if 0%?suse_version = 1210
-%{_libexecdir}/rpm/fileattrs/gstreamer_0_10.attr
-%else
-%{_sysconfdir}/rpm/macros.gstreamer_0_10
+%{_libexecdir}/rpm
+%if 0%?suse_version  1210
+%{_sysconfdir}/rpm
 %endif
 %if %suse_version = 1120
 %{_datadir}/gir-1.0/*.gir

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2014-12-21 12:02:13

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-11-24 11:18:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2014-12-21 12:01:15.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 19 11:55:06 UTC 2014 - o...@aepfle.de
+
+- Remove self-obsoletes in utils-unversioned
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.hkfwbh/_old  2014-12-21 12:01:16.0 +0100
+++ /var/tmp/diff_new_pack.hkfwbh/_new  2014-12-21 12:01:16.0 +0100
@@ -152,7 +152,7 @@
 Provides:   gstreamer010:%{_bindir}/gst-launch = %{version}
 # Was renamed from gstreamer-utils at the beginning of 12.3 to avoid conflict 
with gstreamer 1.0
 Provides:   gstreamer-utils = %{version}
-Obsoletes:  gstreamer-utils = %{version}
+Obsoletes:  gstreamer-utils  %{version}
 # At least one versioned package has to be present:
 Requires:   gstreamer-utils_versioned
 

gstreamer-0_10.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2014-11-24 11:17:44

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
2013-09-29 19:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2014-11-24 11:18:11.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 17 14:44:00 UTC 2014 - Led led...@gmail.com
+
+- fix pre_checkin.sh script that was broken in previous commit
+
+---
+Mon Nov 17 02:35:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in gstreamer.prov and pre_checkin.sh scripts
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# 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

gstreamer-0_10.spec: same change
++ gstreamer-0_10.prov ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -24,13 +24,13 @@
 solist=$(echo $filelist | grep libgst | \
xargs file -L 2/dev/null | grep ELF.*shared object | cut -d: -f1 )
 
-function getmark()
+getmark()
 {
lib64=`if file -L $1 2/dev/null | \
grep ELF 64-bit /dev/null; then echo -n $mark64; fi`
 }
 
-function libdir()
+libdir()
 {
buildlibdir=`dirname $1`
buildlibdir=`dirname $buildlibdir`

++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-function fail {
+fail() {
 echo Something failed.  Too bad.
 exit 1
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2013-09-29 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2013-09-29 19:24:58

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
2012-12-14 07:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2013-09-29 19:25:00.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 29 13:11:27 UTC 2013 - dims...@opensuse.org
+
+- Add gstreamer-0_10-bison3.patch: Fix build with Bison 3.
+
+---

New:

  gstreamer-0_10-bison3.patch



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.CQ1y3i/_old  2013-09-29 19:25:01.0 +0200
+++ /var/tmp/diff_new_pack.CQ1y3i/_new  2013-09-29 19:25:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -36,6 +36,8 @@
 Patch1: gstreamer-0_10-rpm-prov.patch
 # PATCH-FIX-UPSTREAM gstreamer-no-setlocale.patch bnc#779426 bgo#685650 
dims...@opensuse.org -- Don't set the locale in gst_init().
 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
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -192,6 +194,7 @@
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.CQ1y3i/_old  2013-09-29 19:25:01.0 +0200
+++ /var/tmp/diff_new_pack.CQ1y3i/_new  2013-09-29 19:25:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -36,6 +36,8 @@
 Patch1: gstreamer-0_10-rpm-prov.patch
 # PATCH-FIX-UPSTREAM gstreamer-no-setlocale.patch bnc#779426 bgo#685650 
dims...@opensuse.org -- Don't set the locale in gst_init().
 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
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -192,6 +194,7 @@
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build

++ gstreamer-0_10-bison3.patch ++
From 60516f4798894f958fc53b470e1283318d0f8706 Mon Sep 17 00:00:00 2001
From: Kerrick Staley kerr...@kerrickstaley.com
Date: Wed, 21 Aug 2013 06:59:29 +
Subject: parse: make grammar.y work with Bison 3

YYLEX_PARAM is no longer supported in Bison 3.

https://bugzilla.gnome.org/show_bug.cgi?id=706462
---
diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
index 24fc87b..7f9dd16 100644
--- a/gst/parse/grammar.y
+++ b/gst/parse/grammar.y
@@ -26,7 +26,6 @@
  */
 
 #define YYERROR_VERBOSE 1
-#define YYLEX_PARAM scanner
 
 #define YYENABLE_NLS 0
 
@@ -648,6 +647,7 @@ static int yyerror (void *scanner, graph_t *graph, const 
char *s);
 %right '.'
 %left '!' '='
 
+%lex-param { void *scanner }
 %parse-param { void *scanner }
 %parse-param { graph_t *graph }
 %pure-parser
--
cgit v0.9.0.2-2-gbebe

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2012-12-13 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-12-14 07:49:53

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-09-17 16:56:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-12-14 07:49:55.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 10 15:50:24 UTC 2012 - dims...@opensuse.org
+
+- Add gstreamer-no-setlocale.patch: Don't set the locale in
+  gst_init() (bnc#779426, bgo#685650).
+
+---

New:

  gstreamer-no-setlocale.patch



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.L3dG6K/_old  2012-12-14 07:49:58.0 +0100
+++ /var/tmp/diff_new_pack.L3dG6K/_new  2012-12-14 07:49:58.0 +0100
@@ -34,6 +34,8 @@
 Patch0: gstreamer-0_10-no-gtk-doc-for-reals.patch
 # PATCH-FEATURE-UPSTREAM gstreamer-0_10-rpm-prov.patch bgo#588783 
dims...@opensuse.org -- Add --rpm parameter to allow creation of rpm provides, 
patch from fedora
 Patch1: gstreamer-0_10-rpm-prov.patch
+# PATCH-FIX-UPSTREAM gstreamer-no-setlocale.patch bnc#779426 bgo#685650 
dims...@opensuse.org -- Don't set the locale in gst_init().
+Patch2: gstreamer-no-setlocale.patch
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -189,6 +191,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.L3dG6K/_old  2012-12-14 07:49:58.0 +0100
+++ /var/tmp/diff_new_pack.L3dG6K/_new  2012-12-14 07:49:58.0 +0100
@@ -34,6 +34,8 @@
 Patch0: gstreamer-0_10-no-gtk-doc-for-reals.patch
 # PATCH-FEATURE-UPSTREAM gstreamer-0_10-rpm-prov.patch bgo#588783 
dims...@opensuse.org -- Add --rpm parameter to allow creation of rpm provides, 
patch from fedora
 Patch1: gstreamer-0_10-rpm-prov.patch
+# PATCH-FIX-UPSTREAM gstreamer-no-setlocale.patch bnc#779426 bgo#685650 
dims...@opensuse.org -- Don't set the locale in gst_init().
+Patch2: gstreamer-no-setlocale.patch
 BuildRequires:  bison
 BuildRequires:  check-devel
 BuildRequires:  fdupes
@@ -189,6 +191,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 gnome-patch-translation-update po gstreamer-0.10
 
 %build


++ gstreamer-no-setlocale.patch ++
From 9326124581e65c7f4dc6a729f12c1dca77d564f3 Mon Sep 17 00:00:00 2001
From: Sebastian Drösebastian.dro...@collabora.co.uk
Date: Tue, 20 Nov 2012 11:56:12 +
Subject: gst: Don't set the locale in gst_init()

The function init_pre() in gstreamer/gst/gst.c calls setlocale(LC_ALL, ),
which sets the locale to the values specified in the environment.  This is
wrong for two reasons:

1. It is absolutely not the task of a library to decide on the correct locale
for a program.  Some programs change the locale for various (good or bad)
reasons, and libraries should respect that.  Programs where GStreamer's
overwriting of the locale causes bugs include Emacs [1, 2], Sublime Text [3],
and Lua [4].

[1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12392
[2] http://bugzilla.novell.com/show_bug.cgi?id=779426
[3] http://www.sublimetext.com/forum/viewtopic.php?f=3t=8543
[4] https://github.com/pavouk/lgi/issues/19

Note that setting the locale can cause problems for programs that are not even
linked against GStreamer.  In the case of Emacs, for example, GStreamer seems
to be initialized through GTK via libcanberra.

2. Setting the locale is not thread-safe, and therefore should not be done in a
library.

https://bugzilla.gnome.org/show_bug.cgi?id=685650
---
Index: gstreamer-0.10.36/gst/gst.c
===
--- gstreamer-0.10.36.orig/gst/gst.c
+++ gstreamer-0.10.36/gst/gst.c
@@ -588,7 +588,6 @@ init_pre (GOptionContext * context, GOpt
   _gst_debug_init ();
 
 #ifdef ENABLE_NLS
-  setlocale (LC_ALL, );
   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
   bind_textdomain_codeset (GETTEXT_PACKAGE, UTF-8);
 #endif /* ENABLE_NLS */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-09-11 09:06:23

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-05-16 12:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-09-11 09:06:26.0 +0200
@@ -1,0 +2,19 @@
+Fri Sep  7 18:43:28 UTC 2012 - vu...@opensuse.org
+
+- Rename gstreamer-utils subpackage to
+  gstreamer-0_10-utils-unversioned:
+  + The gstreamer-utils name is now used by gstreamer 1.0, so we
+don't want to conflict.
+  + This subpackage contains unversioned binaries that prefer
+gstreamer 0.10, so it kind of makes sense to keep the version
+in the name of the package anyway, even it's not optimal.
+  + Add Provides/Obsoletes for gstreamer-utils for smooth upgrades.
+They are versioned, so should not affect gstreamer 1.0.
+
+---
+Mon Sep  3 18:31:27 UTC 2012 - dims...@opensuse.org
+
+- Remove Provides for gstreamer, gstreamer-doc, gstreamer-devel:
+  these are now real packages for gstreamer 1.0.
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.uQ6BnW/_old  2012-09-11 09:06:30.0 +0200
+++ /var/tmp/diff_new_pack.uQ6BnW/_new  2012-09-11 09:06:30.0 +0200
@@ -84,8 +84,6 @@
 Provides:   gstreamer010 = %{version}
 Obsoletes:  gstreamer010  %{version}
 Obsoletes:  gstreamer010-lang  %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer = %{version}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.uQ6BnW/_old  2012-09-11 09:06:30.0 +0200
+++ /var/tmp/diff_new_pack.uQ6BnW/_new  2012-09-11 09:06:30.0 +0200
@@ -74,8 +74,6 @@
 # Name up to 10.3:
 Provides:   gstreamer010-doc = %{version}
 Obsoletes:  gstreamer010-doc  %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer-doc = %{version}
 %else
 # Core modules may depend on new enough libraries:
 Requires:   libgstreamer-0_10-0 = %{version}
@@ -84,8 +82,6 @@
 Provides:   gstreamer010 = %{version}
 Obsoletes:  gstreamer010  %{version}
 Obsoletes:  gstreamer010-lang  %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer = %{version}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -134,8 +130,6 @@
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
 Provides:   gstreamer010:%{_bindir}/gst-launch-%{gst_branch} = %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer:%{_bindir}/gst-launch-%{gst_branch} = %{version}
 # Symbol for unversioned wrappers:
 Provides:   gstreamer-utils_versioned
 
@@ -147,17 +141,18 @@
 means that new data types or processing capabilities can be added by
 installing new plug-ins.
 
-%package -n gstreamer-utils
+%package utils-unversioned
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
 Provides:   gstreamer010:%{_bindir}/gst-launch = %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer:%{_bindir}/gst-launch = %{version}
+# Was renamed from gstreamer-utils at the beginning of 12.3 to avoid conflict 
with gstreamer 1.0
+Provides:   gstreamer-utils = %{version}
+Obsoletes:  gstreamer-utils = %{version}
 # At least one versioned package has to be present:
 Requires:   gstreamer-utils_versioned
 
-%description -n gstreamer-utils
+%description utils-unversioned
 GStreamer is a streaming-media framework, based on graphs of filters
 which operate on media data. Applications using this library can do
 anything from real-time sound processing to playing videos, and just
@@ -178,8 +173,6 @@
 # Name up to 10.3:
 Provides:   gstreamer010-devel = %{version}
 Obsoletes:  gstreamer010-devel  %{version}
-# Generic name, never used in SuSE:
-Provides:   gstreamer-devel = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -310,7 +303,7 @@
 %{_bindir}/*-%{gst_branch}
 %doc %{_mandir}/man?/*-%{gst_branch}.*
 
-%files -n gstreamer-utils
+%files utils-unversioned
 %defattr(-, root, root)
 %{_bindir}/*
 %exclude %{_bindir}/*-%{gst_branch}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, 

commit gstreamer-0_10 for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-05-16 12:24:44

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-02-22 19:11:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-05-16 12:24:45.0 +0200
@@ -1,0 +2,10 @@
+Thu May 10 14:47:54 UTC 2012 - reddw...@opensuse.org
+
+- Change packaging to make it possible to scan for 32bit plugins on
+  64bit systems (which we want), see background discussion at
+  http://lists.opensuse.org/opensuse-packaging/2012-05/msg00062.html
+  + Pass --libexecdir=%{_libdir} to configure, in order to move
+gst-plugin-scanner to libdir.
+  + Package gst-plugin-scanner in gstreamer-0_10-32bit.
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.gqqauE/_old  2012-05-16 12:24:46.0 +0200
+++ /var/tmp/diff_new_pack.gqqauE/_new  2012-05-16 12:24:46.0 +0200
@@ -82,7 +82,8 @@
 Recommends: %{name}-lang = %{version}
 # Name up to 10.3:
 Provides:   gstreamer010 = %{version}
-Obsoletes:  gstreamer010  %{version} gstreamer010-lang  %{version}
+Obsoletes:  gstreamer010  %{version}
+Obsoletes:  gstreamer010-lang  %{version}
 # Generic name, never used in SuSE:
 Provides:   gstreamer = %{version}
 %endif
@@ -205,7 +206,7 @@
 NOCONFIGURE=1 ./autogen.sh
 %endif
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure\
+%configure --libexecdir=%{_libdir} \
 %if %build_doc
--enable-gtk-doc\
--enable-docbook\
@@ -286,8 +287,7 @@
 %doc %{_docdir}/%{name}/RELEASE
 %dir %{_libdir}/gstreamer-%{gst_branch}
 %{_libdir}/gstreamer-%{gst_branch}/*.so
-%dir %{_libexecdir}/gstreamer-%{gst_branch}
-%{_libexecdir}/gstreamer-%{gst_branch}/gst-plugin-scanner
+%{_libdir}/gstreamer-%{gst_branch}/gst-plugin-scanner
 
 %files lang -f %{_name}-%{gst_branch}.lang
 

gstreamer-0_10.spec: same change
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.gqqauE/_old  2012-05-16 12:24:46.0 +0200
+++ /var/tmp/diff_new_pack.gqqauE/_new  2012-05-16 12:24:46.0 +0200
@@ -1,4 +1,5 @@
 gstreamer-0_10
+  +^/usr/lib/gstreamer-0.10/gst-plugin-scanner$
 libgstreamer-0_10-0
   provides gstreamer010-targettype = version
   obsoletes gstreamer010-targettype = version


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-02-22 19:11:17

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-02-21 07:30:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-02-22 19:11:19.0 +0100
@@ -1,0 +2,72 @@
+Tue Feb 21 13:01:08 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.10.36:
+  + bin:
+- Don't interpret pipelines without sink elements as always
+  being in EOS state
+- Only post EOS messages after reaching the PLAYING state
+  + buffer: add set/get_qdata() to attach arbitrary metadata to
+buffers
+  + caps, structure, gstvalue: some optimisations and improvements
+  + miniobject: add weak referencing functionality
+  + gstobject: make gst_object_replace() atomic
+  + pad:
+- Only do the subset check in gst_pad_accept_caps() if the pad
+  claims to accept the caps
+- Make public some ghostpad/proxypad API
+  + preset: allow applications to specify an extra preset directory
+with application-specific presets
+  + collectpads: add GstCollectPads2 API
+  + basebarse:
+- new detect vfunc so subclassed can do some format detection
+  first
+- new get_sink_caps vfunc so downstream caps restrictions can
+  be propagated upstream
+- answer position query in stream time and try upstream first
+- send duration message when updating internal duration
+- make baseparse-based elements is reusable
+- provide latency query support
+  + basesink:
+- basesink: don't compensate for render-delay twice
+- basesink: try harder to arrange increasing position reporting
+  + basesrc: allow for the size to change dynamically
+  + basetransform:
+- add query vfunc
+- caps negotiation improvements
+- delay serialized events when src caps are not set yet
+  + filesrc:
+- filesrc: do not mistake short reads for EOS
+- filesrc/fdsrc: indicate dynamic size handling to basesrc
+  + inputselector: add sync mode that syncs inactive pads to the
+running time of the active pad
+  + queue2:
+- add bufferlist support
+- adjust input data rate estimation
+  + multiqueue:
+- add mode to synchronize deactivated/not-linked streams by the
+  running time
+- check filled state of queues even if another one is empty
+  + outputselector: don't send last segment/buffer when no segment
+was configured yet
+  + tools:
+- teach gst-launch about missing-plugin messages
+- make unversioned wrapper look for -0.10 tools only
+  + See NEWS for API additions and deprecations.
+  + Bugs fixed: bgo#647940, bgo#662777, bgo#647493, bgo#415754,
+bgo#459466, bgo#546570, bgo#609473, bgo#619844, bgo#628021,
+bgo#629300, bgo#643269, bgo#645017, bgo#645107, bgo#647756,
+bgo#648025, bgo#650002, bgo#650973, bgo#652037, bgo#652577,
+bgo#653137, bgo#653172, bgo#655155, bgo#655204, bgo#655381,
+bgo#656193, bgo#656265, bgo#656557, bgo#657316, bgo#657318,
+bgo#657421, bgo#658076, bgo#658449, bgo#658517, bgo#658518,
+bgo#658541, bgo#658918, bgo#659139, bgo#659571, bgo#659606,
+bgo#660083, bgo#660144, bgo#660165, bgo#660760, bgo#660778,
+bgo#660955, bgo#662091, bgo#662199, bgo#662291, bgo#662664,
+bgo#66, bgo#663643, bgo#664221, bgo#664720, bgo#665921,
+bgo#666174, bgo#667284, bgo#667286, bgo#667288, bgo#667290,
+bgo#667298, bgo#667444, bgo#668289, bgo#668764, bgo#669036,
+bgo#669502.
+- Add xz BuildRequires on openSUSE = 12.1, to be able to
+  decompress the xz tarball.
+
+---

Old:

  gstreamer-0.10.35.tar.bz2

New:

  gstreamer-0.10.36.tar.xz



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.nSDT0Y/_old  2012-02-22 19:11:21.0 +0100
+++ /var/tmp/diff_new_pack.nSDT0Y/_new  2012-02-22 19:11:21.0 +0100
@@ -19,24 +19,39 @@
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
-Version:0.10.35
+Version:0.10.36
 Release:0
 %define gst_branch 0.10
+Summary:Streaming-Media Framework Runtime
+License:LGPL-2.1+
+Group:  Productivity/Multimedia/Other
+Url:http://gstreamer.freedesktop.org/
+Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source1:gstreamer-0_10.macros
+Source2:gstreamer-0_10.prov
+Source99:   

commit gstreamer-0_10 for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-02-21 07:30:55

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-01-09 12:55:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-02-21 07:30:57.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb 20 12:39:42 UTC 2012 - vu...@opensuse.org
+
+- Change gstreamer-utils Requires in devel subpackage to
+  gstreamer-0_10-utils, so that we're ready for the arrival of
+  gstreamer 0.11/1.0.
+- Adapt gstreamer-0_10.prov accordingly: the versioned tools should
+  be used.
+
+---



Other differences:
--
++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.N3Q7fS/_old  2012-02-21 07:30:59.0 +0100
+++ /var/tmp/diff_new_pack.N3Q7fS/_new  2012-02-21 07:30:59.0 +0100
@@ -164,7 +164,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 # gstreamer-utils is required for the gstreamer-provides rpm magic.
-Requires:   gstreamer-utils
+Requires:   %{name}-utils
 Requires:   libgstreamer-0_10-0 = %{version}
 %if %suse_version = 1120
 Requires:   typelib-1_0-Gst-0_10 = %{version}

++ gstreamer-0_10.prov ++
--- /var/tmp/diff_new_pack.N3Q7fS/_old  2012-02-21 07:30:59.0 +0100
+++ /var/tmp/diff_new_pack.N3Q7fS/_new  2012-02-21 07:30:59.0 +0100
@@ -39,7 +39,7 @@
 for so in $solist ; do
getmark $so
libdir $so
-   LD_LIBRARY_PATH=$buildlibdir gst-inspect 
--print-plugin-auto-install-info --rpm $so 2 /dev/null | while read line ; do
+   LD_LIBRARY_PATH=$buildlibdir gst-inspect-0.10 
--print-plugin-auto-install-info --rpm $so 2 /dev/null | while read line ; do
echo -n $line;
echo -n $lib64
echo

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-01-09 12:55:04

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2011-10-16 12:49:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-01-09 12:55:14.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 09:59:44 UTC 2012 - vu...@opensuse.org
+
+- Split typelib files into typelib-1_0-Gst-0_10 subpackage.
+- Add typelib-1_0-Gst-0_10 Requires to devel subpackage.
+- Add explicit libgstreamer-0_10-0 Requires to devel subpackage: it
+  was there implicitly before, throught the gstreamer-0_10
+  Requires, but it's better to have it explicit.
+- Remove explicit check-devel, glib2-devel, libxml2-devel and
+  popt-devel Requires from devel subpackage: the ones that are
+  needed will be added the pkgconfig() way, and the others are
+  actually wrong.
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.zmbJDr/_old  2012-01-09 12:55:20.0 +0100
+++ /var/tmp/diff_new_pack.zmbJDr/_new  2012-01-09 12:55:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,17 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
 Version:0.10.35
-Release:1
+Release:0
 %define gst_branch 0.10
-BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
+BuildRequires:  bison
+BuildRequires:  check-devel
+BuildRequires:  fdupes
+BuildRequires:  flex
+BuildRequires:  glib2-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  translation-update-upstream
 %ifarch %ix86 ppc x86_64
 BuildRequires:  valgrind-devel
 %endif
@@ -34,13 +38,19 @@
 %endif
 BuildRequires:  gnome-patch-translation
 %if %build_doc
-BuildRequires:  docbook-toys docbook-utils gtk-doc python transfig
+BuildRequires:  docbook-toys
+BuildRequires:  docbook-utils
+BuildRequires:  gtk-doc
+BuildRequires:  python
+BuildRequires:  transfig
 %if %suse_version = 1020
 # Missing in transfig:
-BuildRequires:  ghostscript-fonts-std ghostscript-library
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  ghostscript-library
 %endif
 %if %suse_version  1030
-BuildRequires:  texlive-latex texlive-latex-doc
+BuildRequires:  texlive-latex
+BuildRequires:  texlive-latex-doc
 %endif
 # Name up to 10.3:
 Provides:   gstreamer010-doc = %{version}
@@ -59,9 +69,9 @@
 # Core modules may depend on new enough libraries:
 Requires:   libgstreamer-0_10-0 = %{version}
 %endif
+Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Summary:Streaming-Media Framework Runtime
 Source0:%{_name}-%{version}.tar.bz2
 Source1:gstreamer-0_10.macros
 Source2:gstreamer-0_10.prov
@@ -84,7 +94,6 @@
 %if !%build_doc
 
 %package -n libgstreamer-0_10-0
-License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  System/Libraries
 # We want to have core modules installed:
@@ -98,8 +107,23 @@
 means that new data types or processing capabilities can be added by
 installing new plug-ins.
 
+%if %suse_version = 1120
+%package -n typelib-1_0-Gst-0_10
+Summary:Streaming-Media Framework Runtime -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Gst-0_10
+GStreamer is a streaming-media framework, based on graphs of filters
+which operate on media data. Applications using this library can do
+anything from real-time sound processing to playing videos, and just
+about anything else media-related.  Its plug-in-based architecture
+means that new data types or processing capabilities can be added by
+installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer.
+%endif
+
 %package utils
-License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 

commit gstreamer-0_10 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2011-12-06 18:16:34

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10.new (New)


Package is gstreamer-0_10, Maintainer is gnome-maintain...@suse.de

Changes:

gstreamer-0_10.changes: same change



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.ZbLhnM/_old  2011-12-06 18:25:28.0 +0100
+++ /var/tmp/diff_new_pack.ZbLhnM/_new  2011-12-06 18:25:28.0 +0100
@@ -59,7 +59,7 @@
 # Core modules may depend on new enough libraries:
 Requires:   libgstreamer-0_10-0 = %{version}
 %endif
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Summary:Streaming-Media Framework Runtime
 Source0:%{_name}-%{version}.tar.bz2
@@ -84,7 +84,7 @@
 %if !%build_doc
 
 %package -n libgstreamer-0_10-0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  System/Libraries
 # We want to have core modules installed:
@@ -99,7 +99,7 @@
 installing new plug-ins.
 
 %package utils
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
@@ -118,7 +118,7 @@
 installing new plug-ins.
 
 %package -n gstreamer-utils
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
@@ -137,7 +137,7 @@
 installing new plug-ins.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glib2-devel libxml2-devel popt-devel 
check-devel

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.ZbLhnM/_old  2011-12-06 18:25:28.0 +0100
+++ /var/tmp/diff_new_pack.ZbLhnM/_new  2011-12-06 18:25:28.0 +0100
@@ -59,7 +59,7 @@
 # Core modules may depend on new enough libraries:
 Requires:   libgstreamer-0_10-0 = %{version}
 %endif
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Summary:Streaming-Media Framework Runtime
 Source0:%{_name}-%{version}.tar.bz2
@@ -84,7 +84,7 @@
 %if !%build_doc
 
 %package -n libgstreamer-0_10-0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  System/Libraries
 # We want to have core modules installed:
@@ -99,7 +99,7 @@
 installing new plug-ins.
 
 %package utils
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
@@ -118,7 +118,7 @@
 installing new plug-ins.
 
 %package -n gstreamer-utils
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Streaming-Media Framework Runtime
 Group:  Productivity/Multimedia/Other
 # Name up to 10.3:
@@ -137,7 +137,7 @@
 installing new plug-ins.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glib2-devel libxml2-devel popt-devel 
check-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Sun Oct 16 12:47:24 CEST 2011.




--- openSUSE:Factory/gstreamer-0_10/gstreamer-0_10-doc.changes  2011-09-23 
02:02:05.0 +0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10-doc.changes  
2011-10-14 17:18:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 14 17:17:06 CEST 2011 - sbra...@suse.cz
+
+- Use translation compendium gnome-patch-translation.
+
+---
--- openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes  2011-09-23 
02:02:05.0 +0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-10-15 06:50:17.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct 15 04:46:41 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Fri Oct 14 17:17:06 CEST 2011 - sbra...@suse.cz
+
+- Use translation compendium gnome-patch-translation.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.ZyCtOk/_old  2011-10-16 12:47:20.0 +0200
+++ /var/tmp/diff_new_pack.ZyCtOk/_new  2011-10-16 12:47:20.0 +0200
@@ -25,12 +25,14 @@
 Release:1
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
+BuildRequires:  libtool
 %ifarch %ix86 ppc x86_64
 BuildRequires:  valgrind-devel
 %endif
 %if %suse_version = 1120
 BuildRequires:  gobject-introspection-devel
 %endif
+BuildRequires:  gnome-patch-translation
 %if %build_doc
 BuildRequires:  docbook-toys docbook-utils gtk-doc python transfig
 %if %suse_version = 1020
@@ -157,10 +159,12 @@
 %prep
 %setup -q -n %{_name}-%{version}
 translation-update-upstream po gstreamer-0.10
+gnome-patch-translation-prepare po gstreamer-0.10
 %if ! %build_doc
 %patch0 -p1
 %endif
 %patch1 -p1
+gnome-patch-translation-update po gstreamer-0.10
 
 %build
 # FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:

gstreamer-0_10.spec: same change
continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Fri Jun 17 12:40:22 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-05-19 14:12:57.0 
+0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-06-17 12:03:43.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 17 10:49:10 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.35:
+  + Work around GLib atomic ops API change
+  + Some minor win32/mingw fixes
+  + Don't use G_CONST_RETURN in public headers (bgo#652211)
+
+---

calling whatdependson for head-i586


Old:

  gstreamer-0.10.34.tar.bz2

New:

  gstreamer-0.10.35.tar.bz2



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.XEtq84/_old  2011-06-17 12:40:00.0 +0200
+++ /var/tmp/diff_new_pack.XEtq84/_new  2011-06-17 12:40:00.0 +0200
@@ -21,8 +21,8 @@
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
-Version:0.10.34
-Release:2
+Version:0.10.35
+Release:1
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.XEtq84/_old  2011-06-17 12:40:00.0 +0200
+++ /var/tmp/diff_new_pack.XEtq84/_new  2011-06-17 12:40:00.0 +0200
@@ -21,8 +21,8 @@
 Name:   gstreamer-0_10
 %define build_doc 0
 %define _name gstreamer
-Version:0.10.34
-Release:3
+Version:0.10.35
+Release:1
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0.10.34.tar.bz2 - gstreamer-0.10.35.tar.bz2 ++
 3344 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2011-05-19 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Thu May 19 16:05:26 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-05-18 19:23:30.0 
+0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-19 14:12:57.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:12:11 CEST 2011 - m...@suse.de
+
+- move gstreamer deps generator definition from rpm into
+  the gstreamer-0.10-devel package
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.Adooag/_old  2011-05-19 16:04:39.0 +0200
+++ /var/tmp/diff_new_pack.Adooag/_new  2011-05-19 16:04:39.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 1
 %define _name gstreamer
 Version:0.10.34
-Release:1
+Release:2
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64
@@ -210,7 +210,11 @@
 rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}/pwg
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gstreamer-%{gst_branch}/presets
 # Install the rpm macros
+%if 0%?suse_version = 1210
+%__install -m644 -D %{S:1} 
%{buildroot}%{_libexecdir}/rpm/fileattrs/gstreamer.attr
+%else
 %__install -m644 -D %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.gstreamer
+%endif
 %__install -m755 -D %{S:2} %{buildroot}%{_libexecdir}/rpm/gstreamer-provides
 %endif
 %fdupes %{buildroot}
@@ -277,7 +281,11 @@
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
 %{_libexecdir}/rpm/gstreamer-provides
+%if 0%?suse_version = 1210
+%{_libexecdir}/rpm/fileattrs/gstreamer.attr
+%else
 %{_sysconfdir}/rpm/macros.gstreamer
+%endif
 %if %suse_version = 1120
 %{_datadir}/gir-1.0/*.gir
 %endif

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.Adooag/_old  2011-05-19 16:04:39.0 +0200
+++ /var/tmp/diff_new_pack.Adooag/_new  2011-05-19 16:04:39.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 0
 %define _name gstreamer
 Version:0.10.34
-Release:1
+Release:3
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64
@@ -210,7 +210,11 @@
 rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}/pwg
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gstreamer-%{gst_branch}/presets
 # Install the rpm macros
+%if 0%?suse_version = 1210
+%__install -m644 -D %{S:1} 
%{buildroot}%{_libexecdir}/rpm/fileattrs/gstreamer.attr
+%else
 %__install -m644 -D %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.gstreamer
+%endif
 %__install -m755 -D %{S:2} %{buildroot}%{_libexecdir}/rpm/gstreamer-provides
 %endif
 %fdupes %{buildroot}
@@ -277,7 +281,11 @@
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
 %{_libexecdir}/rpm/gstreamer-provides
+%if 0%?suse_version = 1210
+%{_libexecdir}/rpm/fileattrs/gstreamer.attr
+%else
 %{_sysconfdir}/rpm/macros.gstreamer
+%endif
 %if %suse_version = 1120
 %{_datadir}/gir-1.0/*.gir
 %endif

++ gstreamer-0_10.macros ++
--- /var/tmp/diff_new_pack.Adooag/_old  2011-05-19 16:04:39.0 +0200
+++ /var/tmp/diff_new_pack.Adooag/_new  2011-05-19 16:04:39.0 +0200
@@ -1 +1,4 @@
-%__gstreamer_provides%{_libexecdir}/rpm/gstreamer.prov
+%__gstreamer_provides  %{_rpmconfigdir}/gstreamer-provides
+%__gstreamer_path  libgst
+%__gstreamer_magic ELF.*shared object
+%__gstreamer_flags magic_and_path






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10 for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Mon May 16 09:27:23 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-05-03 15:55:55.0 
+0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-11 14:51:29.0 +0200
@@ -1,0 +2,90 @@
+Wed May 11 14:23:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.33:
+  + atomicqueue: add an atomic/lock-free queue structure based
+  + bufferlist: improve _add*() performance
+  + bus: in _add_watch() honour any per-thread default main context
+set via g_main_thread_push_thread_default()
+  + caps: new gst_caps_intersect_full() to intersect in different
+modes
+  + clock: add functions to re-init existing periodic GstClockIDs
+  + event: add QoS type (overflow, underflow, throttle) for QoS
+events
+  + ghostpad: The internally linked pad of the proxypad is the
+ghostpad
+  + gstpoll: retry reading the control socket to release properly
+all wakeups
+  + message: new progress message API for asynchronous operations
+  + pad:
+- unlock before freeing the pad cache to avoid deadlock
+- better handling for when parent goes away during
+  data/query/event flow
+  + parse-launch: allow element names to begin with digits
+  + pluginloader: call gst-plugin-scanner with the right arch on
+OSX, fixing hangs with firefox
+  + registry: fixes elements (features) disappearing if a plugin or
+plugin file is renamed
+  + structure:
+- Add (date) as a type abbreviation of GDate
+- Don't allow invalid GDates in all structures and don't allow
+  NULL GDates in taglists
+  + taglist: add a new encoded-by tag
+  + uri: add gst_filename_to_uri() that takes relative filenames
+  + utils: add gst_element_factory_can_{src|sink}_{any|all}_caps()
+to replace can_{sink,src}_caps()
+  + baseparse: new GstBaseParse class for parsers
+  + basesink:
+- improve rate, duration, and average duration calculation
+- use new QoS types and add add throttle-time property
+  + basesrc:
+- Handle tag and custom downstream events the same
+- keep downstream caps order when fixating, to honour
+  downstream preferences when negotiating
+- Return FALSE if we don't handle an event
+- Send synchronized custom downstream/both events downstream
+  from the streaming thread
+  + basetransform:
+- Be smarter with pad allocs
+- Check for pad alloc caps when suggestion is not fixed
+- Retain caps order when getting caps, to honour downstream
+  preferences when negotiating
+  + funnel: new N-to-1 pipe fitting element imported from farsight
+  + fakesink:
+- print buffer flags
+- Fix escaping of URIs
+  + file{sink,src}:
+- Check if non-URI characters are escaped, but only for the URI
+  not the location property
+- fix URI creation regression for non-absolute locations
+  + filesrc: Fix escaping of file uris
+  + inputselector:
+- Hold the selector lock while reading properties of the active
+  pad
+- Make sure that EOS is always sent downstream for the active
+  pad
+- Return GST_FLOW_OK until the selected pad pushed something
+  downstream
+- Stop waiting for a pad switch when the pad is flushing
+  + multiqueue:
+- fix some potential corner-case deadlocks and some leaks
+- handle arbitrary sink + source pad naming
+  + queue2: don't read beyond the end of file upstream in pull
+mode; leak fixes
+  + plugins: make query and event functions more thread-safe,
+protect against parent-pad disappearing
+  + gst-launch: add GstIndex support
+  + Bugs fixed: bgo#642356, bgo#402141, bgo#518857, bgo#604094,
+bgo#615357, bgo#617045, bgo#639674, bgo#639962, bgo#640071,
+bgo#640437, bgo#640502, bgo#640622, bgo#640675, bgo#640850,
+bgo#641212, bgo#641928, bgo#642071, bgo#642130, bgo#642271,
+bgo#642373, bgo#642393, bgo#642504, bgo#642522, bgo#642869,
+bgo#643301, bgo#643455, bgo#644935, bgo#645022, bgo#645267,
+bgo#645595, bgo#645746, bgo#645877, bgo#645931, bgo#646118,
+bgo#646341, bgo#646531, bgo#646566, bgo#646569, bgo#646624,
+bgo#646811, bgo#646971, bgo#647005, bgo#647131, bgo#647293,
+bgo#647763, bgo#647844, bgo#647922, bgo#648199, bgo#648215,
+bgo#648220, bgo#648297, bgo#649195, bgo#635718, bgo#625396,
+bgo#640771, bgo#646972, bgo#640665.
+- Rebase gstreamer-0_10-rpm-prov.patch.
+
+---

calling whatdependson for head-i586


Old:

  gstreamer-0.10.32.tar.bz2

New:

  gstreamer-0.10.33.tar.bz2



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.jRUIEs/_old  2011-05-16 09:26:10.0 +0200
+++ /var/tmp/diff_new_pack.jRUIEs/_new  2011-05-16 09:26:10.0 +0200
@@ -21,8 +21,8 

commit gstreamer-0_10 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Wed May 4 13:44:13 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-01-25 18:18:35.0 
+0100
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-03 15:55:55.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 13:53:23 UTC 2011 - dims...@opensuse.org
+
+- Extend gstreamer-0_10-rpm-prov.patch: Also provide elements.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 1
 %define _name gstreamer
 Version:0.10.32
-Release:1
+Release:2
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 0
 %define _name gstreamer
 Version:0.10.32
-Release:1
+Release:7
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10-rpm-prov.patch ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -2,7 +2,11 @@
 ===
 --- gstreamer-0.10.30.orig/tools/gst-inspect.c
 +++ gstreamer-0.10.30/tools/gst-inspect.c
-@@ -1320,9 +1320,225 @@ print_element_info (GstElementFactory *
+diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
+index c86285e..80b2456 100644
+--- a/tools/gst-inspect.c
 b/tools/gst-inspect.c
+@@ -1408,9 +1408,225 @@ print_element_info (GstElementFactory * factory, 
gboolean print_names)
return 0;
  }
  
@@ -17,9 +21,8 @@
 +g_string_append (s-data, field);
 +  }
 +}
- 
- static void
--print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
++
++static void
 +print_gst_structure_append_field_index (GList * strings, const char *field,
 +guint num_items, guint offset)
 +{
@@ -97,8 +100,9 @@
 +return 1;
 +  return 0;
 +}
-+
-+static void
+ 
+ static void
+-print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
 +print_gst_structure_for_rpm (const char *type_name, GstStructure * s)
 +{
 +  guint i, num_fields;
@@ -229,7 +233,7 @@
  {
GstPadDirection direction;
const gchar *type_name;
-@@ -1347,6 +1563,12 @@ print_plugin_automatic_install_info_code
+@@ -1435,6 +1651,12 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
  return;
}
  
@@ -242,7 +246,7 @@
/* decoder/demuxer sink pads should always be static and there should only
 * be one, the same applies to encoders/muxers and source pads */
static_templates = gst_element_factory_get_static_pad_templates (factory);
-@@ -1383,15 +1605,20 @@ print_plugin_automatic_install_info_code
+@@ -1471,15 +1693,20 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
  gst_structure_remove_field (s, rate);
  gst_structure_remove_field (s, depth);
  gst_structure_remove_field (s, clock-rate);
@@ -267,7 +271,7 @@
  {
gchar **protocols, **p;
  
-@@ -1400,11 +1627,17 @@ print_plugin_automatic_install_info_prot
+@@ -1488,11 +1715,17 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
  switch (gst_element_factory_get_uri_type (factory)) {
case GST_URI_SINK:
  for (p = protocols; *p != NULL; ++p)
@@ -287,7 +291,7 @@
  break;
default:
  break;
-@@ -1414,7 +1647,7 @@ print_plugin_automatic_install_info_prot
+@@ -1502,7 +1735,7 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
  }
  
  static void
@@ -296,13 +300,16 @@
  {
const gchar *plugin_name;
GList *features, *l;
-@@ -1434,11 +1667,12 @@ print_plugin_automatic_install_info (Gst
+@@ -1522,11 +1755,15 @@ print_plugin_automatic_install_info (GstPlugin * 
plugin)
  if (g_str_equal (plugin_name, feature-plugin_name)) {
GstElementFactory *factory;
  
 -  g_print (element-%s\n, gst_plugin_feature_get_name (feature));
 +  if (!rpm_format)
 +g_print (element-%s\n, gst_plugin_feature_get_name (feature));
++  else
++g_print (gstreamer0.10(element-%s)\n,
++gst_plugin_feature_get_name (feature));
  
factory = GST_ELEMENT_FACTORY