Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory checked 
in at 2012-01-09 15:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpeas (Old)
 and      /work/SRC/openSUSE:Factory/.libpeas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpeas", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes  2011-10-07 
10:31:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpeas.new/libpeas.changes     2012-01-09 
15:18:40.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Dec  8 21:15:13 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Peas-1_0 and typelib-1_0-PeasGtk-1_0
+- Add typelib-1_0-Peas-1_0 and typelib-1_0-PeasGtk-1_0 Requires to
+  devel subpackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpeas.spec ++++++
--- /var/tmp/diff_new_pack.XnHhSE/_old  2012-01-09 15:18:40.000000000 +0100
+++ /var/tmp/diff_new_pack.XnHhSE/_new  2012-01-09 15:18:40.000000000 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           libpeas
 Version:        1.2.0
-Release:        1
-License:        LGPL-2.1+
+Release:        0
 Summary:        GObject-based Plugin Engine
-Url:            http://live.gnome.org/Libpeas
+License:        LGPL-2.1+
 Group:          System/Libraries
+Url:            http://live.gnome.org/Libpeas
 Source:         
http://download.gnome.org/sources/libpeas/1.2/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  libseed-gtk3-devel
@@ -40,7 +38,6 @@
 every application the chance to assume its own extensibility.
 
 %package -n libpeas-1_0-0
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine
 Group:          System/Libraries
 # We provide %%{name} to make the lang package installable
@@ -56,8 +53,18 @@
 libpeas is a gobject-based plugin engine, and is targetted at giving
 every application the chance to assume its own extensibility.
 
+%package -n typelib-1_0-Peas-1_0
+Summary:        GObject-based Plugin Engine -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-Peas-1_0
+libpeas is a gobject-based plugin engine, and is targetted at giving
+every application the chance to assume its own extensibility.
+
+This package provides the GObject Introspection bindings for the libpeas
+library.
+
 %package -n libpeas-gtk-1_0-0
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine
 Group:          System/Libraries
 
@@ -65,8 +72,18 @@
 libpeas is a gobject-based plugin engine, and is targetted at giving
 every application the chance to assume its own extensibility.
 
+%package -n typelib-1_0-PeasGtk-1_0
+Summary:        GObject-based Plugin Engine -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-PeasGtk-1_0
+libpeas is a gobject-based plugin engine, and is targetted at giving
+every application the chance to assume its own extensibility.
+
+This package provides the GObject Introspection bindings for the
+libpeas-gtk library.
+
 %package loader-gjs
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine - GJS runtime loader
 Group:          System/Libraries
 Supplements:    packageand(libpeas-1_0-0:gjs)
@@ -78,7 +95,6 @@
 This package contains the gjs loader.
 
 %package loader-python
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine - Python runtime loader
 Group:          System/Libraries
 Supplements:    packageand(libpeas-1_0-0:python)
@@ -90,7 +106,6 @@
 This package contains the python loader.
 
 %package loader-seed
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine - Seed runtime loader
 Group:          System/Libraries
 Supplements:    packageand(libpeas-1_0-0:seed)
@@ -102,7 +117,6 @@
 This package contains the seed loader.
 
 %package demo
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine -- Demo Application
 Group:          System/Libraries
 
@@ -111,7 +125,6 @@
 every application the chance to assume its own extensibility.
 
 %package -n glade-catalog-libpeas
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine -- Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       libpeas-gtk-1_0-0 = %{version}
@@ -126,11 +139,12 @@
 widgets in Glade.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        GObject-based Plugin Engine -- Development Files
 Group:          Development/Languages/C and C++
 Requires:       libpeas-1_0-0 = %{version}
 Requires:       libpeas-gtk-1_0-0 = %{version}
+Requires:       typelib-1_0-Peas-1_0 = %{version}
+Requires:       typelib-1_0-PeasGtk-1_0 = %{version}
 
 %description devel
 libpeas is a gobject-based plugin engine, and is targetted at giving
@@ -166,18 +180,24 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING README
 %{_libdir}/libpeas-1.0.so.*
-%{_libdir}/girepository-1.0/Peas-1.0.typelib
 %dir %{_libdir}/libpeas-1.0
 %dir %{_libdir}/libpeas-1.0/loaders
 %{_libdir}/libpeas-1.0/loaders/libcloader.so
 
+%files -n typelib-1_0-Peas-1_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Peas-1.0.typelib
+
 %files -n libpeas-gtk-1_0-0
 %defattr(-, root, root)
 %{_libdir}/libpeas-gtk-1.0.so.*
-%{_libdir}/girepository-1.0/PeasGtk-1.0.typelib
 # The icon is the default icon shown for loaded plugins without own definition.
 %{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
 
+%files -n typelib-1_0-PeasGtk-1_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/PeasGtk-1.0.typelib
+
 %files loader-gjs
 %defattr(-, root, root)
 %{_libdir}/libpeas-1.0/loaders/libgjsloader.so

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

Reply via email to