Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-01-09 12:55:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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", Maintainer is 
"gnome-maintain...@suse.de"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2011-11-14 11:52:36.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
     2012-01-09 12:55:20.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 10:19:31 UTC 2012 - vu...@opensuse.org
+
+- Split typelib files into typelib-1_0-GstApp-0_10 and
+  typelib-1_0-GstInterfaces-0_10 subpackages.
+- Add typelib-1_0-GstApp-0_10 and typelib-1_0-GstInterfaces-0_10
+  Requires to devel subpackage.
+- Change group of libgstapp-0_10-0 from
+  Productivity/Multimedia/Other to System/Libraries.
+- Remove explicit Requires for glib2-devel, gstreamer-0_10-devel,
+  libxml2-devel and zlib-devel in devel subpackage: they will
+  automatically be added the pkgconfig way.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.XOeUue/_old  2012-01-09 12:55:25.000000000 +0100
+++ /var/tmp/diff_new_pack.XOeUue/_new  2012-01-09 12:55:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# 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,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define build_v4l 0%{?suse_version} <= 1140
 
 Name:           gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
 Version:        0.10.35
-Release:        4
+Release:        0
 %define gst_branch 0.10
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
@@ -54,13 +53,13 @@
 %if %suse_version >= 1120
 BuildRequires:  gobject-introspection-devel >= 0.9.12
 %endif
-License:        GPL-2.0+ ; LGPL-2.1+
-Group:          Productivity/Multimedia/Other
 Source:         %{_name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 Url:            http://gstreamer.freedesktop.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
+License:        GPL-2.0+ ; LGPL-2.1+
+Group:          Productivity/Multimedia/Other
 Supplements:    gstreamer-0_10
 # Name up to 10.3:
 Provides:       gstreamer010-plugins-base = %{version}
@@ -88,7 +87,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-gnomevfs
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs 
plugin
 Group:          Productivity/Multimedia/Other
 # We want to have base modules installed:
@@ -103,7 +101,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n libgstinterfaces-0_10-0
-License:        GPL-2.0+ ; LGPL-2.1+
 # This is a library package bundle, which contains more shared
 # libraries. Use the name of the lowest level one, because libgstbase
 # may cause confusion (it is a part of libgstreamer-0_10-0).
@@ -123,10 +120,25 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if %suse_version >= 1120
+%package -n typelib-1_0-GstInterfaces-0_10
+Summary:        GStreamer Streaming-Media Framework Plug-Ins -- Introspection 
bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GstInterfaces-0_10
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer
+plug-ins.
+%endif
+
 %package -n libgstapp-0_10-0
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
-Group:          Productivity/Multimedia/Other
+Group:          System/Libraries
 # We want to have base modules installed:
 Requires:       %{name}
 
@@ -137,12 +149,31 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if %suse_version >= 1120
+%package -n typelib-1_0-GstApp-0_10
+Summary:        GStreamer Streaming-Media Framework Plug-Ins -- Introspection 
bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GstApp-0_10
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer
+plug-ins.
+%endif
+
 %package devel
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        Include files and libraries mandatory for development with 
gstreamer-0_10-plugins-base
 Group:          Development/Libraries/C and C++
-Requires:       libgstinterfaces-0_10-0 = %{version} libgstapp-0_10-0 = 
%{version} gstreamer-0_10-devel
-Requires:       glib2-devel libxml2-devel zlib-devel
+Requires:       libgstapp-0_10-0 = %{version}
+Requires:       libgstinterfaces-0_10-0 = %{version}
+%if %suse_version >= 1120
+Requires:       typelib-1_0-GstApp-0_10 = %{version}
+Requires:       typelib-1_0-GstInterfaces-0_10 = %{version}
+%endif
 # Name up to 10.3:
 Provides:       gstreamer010-plugins-base-devel = %{version}
 Obsoletes:      gstreamer010-plugins-base-devel < %{version}
@@ -160,7 +191,6 @@
 to compile and link applications that use gstreamer-0_10-plugins-base.
 
 %package doc
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        Documentation for gstreamer-0_10-plugins-base
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -262,16 +292,22 @@
 %files -n libgstinterfaces-0_10-0
 %defattr(-, root, root)
 %{_libdir}/*.so.*
+%exclude %{_libdir}/libgstapp*.so.*
+
 %if %suse_version >= 1120
+%files -n typelib-1_0-GstInterfaces-0_10
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/*.typelib
 %exclude %{_libdir}/girepository-1.0/GstApp-*.typelib
 %endif
-%exclude %{_libdir}/libgstapp*.so.*
 
 %files -n libgstapp-0_10-0
 %defattr(-, root, root)
 %{_libdir}/libgstapp*.so.*
+
 %if %suse_version >= 1120
+%files -n typelib-1_0-GstApp-0_10
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/GstApp-*.typelib
 %endif
 

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

Reply via email to