Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory
checked in at Wed May 4 15:18:26 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libpeas/libpeas.changes        2011-04-05 
14:24:36.000000000 +0200
@@ -0,0 +1,159 @@
+-------------------------------------------------------------------
+Tue Apr  5 12:24:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.0.0:
+  + Seed plugin loader fixes
+  + Fix segfault when pygobject cannot be initialized
+  + Fix tooltip display in the plugin manager
+  + DOAP file update
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 28 13:16:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.9.0:
+  + Support VOID introspection type
+  + Don't use properties to store the extension instance
+  + Various bug fixes
+  + Fix getting and setting Seed properties
+  + Privatize PeasExtensionBase, PeasExtensionClass
+  + Drop IAge support for now.
+  + Updated translations
+- Changes from version 0.7.4:
+  + Fix crash when searching a plugin in the manager.
+  + Various bug fixes in tests.
+  + Fix memleaks
+  + Increase pygobject dependency to 2.28.0
+
+-------------------------------------------------------------------
+Thu Feb 24 12:12:10 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.3:
+  + Fix bug when lazy loading fails
+  + Fix C plugins that do not inherit from PeasExtensionBase
+  + Fix PeasExtensionSet example in the docs
+  + Don't GC plugin loaders that fail
+  + Only emit notify::plugin-list when it has changed
+  + Don't try to open a directory as a .plugin
+  + Unref the window in the second time plugin
+  + Don't add extra ref on python instance
+  + Show dialog when disabling a plugin which is depended on
+  + Drop PeasPluginInfo:file as it is unused
+  + Add PeasPluginInfo:Hidden
+  + Correctly Fix C plugins that do not inherit from
+    PeasExtensionBase
+  + Updated translations.
+  + python: Rework refcounting to explicit extension ownership
+- Changes from version 0.7.2:
+  + Check that the plugin is loaded before creating an extension
+  + Make PeasEngine a proper singleton
+  + Move the module support check to constructor
+  + Fix PeasEngine to be capable of being created multiple times
+  + Fix PeasEngine:loaded-plugins to return a proper array of
+    strings
+  + Make peas_engine_shutdown() semi-private
+  + Added the view property to PeasPluginManager
+  + Add Glade catalog for libpeas-gtk
+  + Show a tooltip for unavailable plugins
+  + Replace plugin loader disabling with enabling
+  + Add (array zero-terminated=1) annotation to API
+  + Added optional engine parameter back to libpeas-gtk API
+  + Allow the engine to be NULL in PeasExtensionSet
+  + Allow multiple instances of PeasEngine
+  + Check that the manager's view has the same engine
+  + Lazy load the plugin loaders
+  + Drop peas_plugin_info_get_keys()
+  + Do not marshall out arguments in extension subclasses
+  + Make the interface age 0.
+  + Updated translations
+- Changes from version 0.7.1:
+  + Fix handling of g_callable_info_get_n_args()
+  + Fix loading plugins with an invalid dependency
+  + Fix emitting PeasExtensionSet::extension-removed
+  + Fix remaining s/libpeasui/libpeas-gtk/ issues
+  + Unload plugins in dispose to prevent segv
+  + Don't show a plugin's description if it is NULL
+  + Make the PeasEngine search-path docs make sense
+  + Fix seed extensions
+  + Override properties in PeasExtension subclasses
+  + Allow the Icon in *.plugin to be located in the data dir
+  + PeasPluginManager and View cleanup and style fixes
+  + Fix implementing an interface without a VFunc invoker
+  + Annotation and documentation fixes
+  + Test peas_extension_call() before calling interface vfunc
+  + Fix implementing interface vfuncs on 64bit
+  + Emit notify::show-builtin when show-builtin is set
+  + Added --pkg-export option for g-ir-scanner.
+  + Plug some memory leaks
+  + Updated translations
+- Change pkgconfig(seed) BuildRequires to libseed-gtk3-devel as
+  both gtk2 and gtk3 version share the same pkgconfig filename.
+
+-------------------------------------------------------------------
+Sun Feb 13 16:50:17 CET 2011 - vu...@opensuse.org
+
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+- Change Requires of lang subpackage to Recommends, since the
+  english documentation is not there anymore.
+
+-------------------------------------------------------------------
+Wed Dec 15 08:21:07 UTC 2010 - dims...@opensuse.org
+
+- Fix -devel dependencies (lib*-1_0-0 instead of lib*-1.0-0).
+
+-------------------------------------------------------------------
+Tue Oct  5 10:28:28 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.7.0:
+  + Add way to get a PeasExtension from a PeasExtensionSet.
+  + Move the "extension-type" property to PeasExtension.
+  + Convert the API using va_list to use GIArgument instead.
+  + Rename libpeasui to libpeas-gtk.
+  + Kill the "base module dir" property.
+  + Check if the method is found in an extension call.
+  + Make the various loaders define static types.
+  + Make PeasExtension implement extension interfaces.
+  + Fix offsets in interface handling.
+  + Fixed the way seed plugin asks for an extension point.
+  + Add peas_engine_append_search_path().
+  + Drop application-specific naming in the info file format.
+  + Add new API peas_engine_get_default().
+  + Drop peas_engine_new().
+  + Drop "engine" construct properties from libpeas-gtk widgets.
+  + Various small fixes.
+  + Build fixes.
+  + Updated translations.
+- Drop libpeas-fix-build-recent-gtk.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Sat Sep 18 18:48:05 CEST 2010 - vu...@opensuse.org
+
+- Add libpeas-fix-build-recent-gtk.patch to fix build with GTK+
+  2.90.7.
+
+-------------------------------------------------------------------
+Thu Aug 26 11:17:22 CEST 2010 - dims...@opensuse.org
+
+- Update to version 0.5.5:
+  + Big API breaks for this release:
+    - libpeasui got renamed to libpeas-gtk.
+    - peas_engine_new() lost one argument.
+  + Add way to get a PeasExtension from a PeasExtensionSet
+  + Fix various gcc warnings
+  + Updated translations.
+- Use %icon_theme_cache_post/%icon_theme_cache_postun macros.
+- Rename libpeasui-1_0-0 to libpeas-gtk-1_0-0, following the rename
+  of the library.
+- Don't package NEWS file, as it's empty.
+
+-------------------------------------------------------------------
+Fri Aug  6 23:19:00 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.5.4 and cleanup for inclusion in Factory.
+
+-------------------------------------------------------------------
+Sun Jul 18 17:02:55 UTC 2010 - dims...@opensuse.org
+
+- Initial package of libpeas 0.5.2
+

calling whatdependson for head-i586


New:
----
  libpeas-1.0.0.tar.bz2
  libpeas.changes
  libpeas.spec

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

Other differences:
------------------
++++++ libpeas.spec ++++++
#
# spec file for package libpeas
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           libpeas
Version:        1.0.0
Release:        1
License:        LGPLv2+
Summary:        GObject-based Plugin Engine
Group:          System/Libraries
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  libseed-gtk3-devel
BuildRequires:  python-devel
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(pygobject-2.0)

%description
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n libpeas-1_0-0
License:        LGPLv2+
Summary:        GObject-based Plugin Engine
Group:          System/Libraries
# We provide %{name} to make the lang package installable
Provides:       %{name} = %{version}
Recommends:     %{name}-lang

%description -n libpeas-1_0-0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n libpeas-gtk-1_0-0
License:        LGPLv2+
Summary:        GObject-based Plugin Engine
Group:          System/Libraries

%description -n libpeas-gtk-1_0-0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package demo
License:        LGPLv2+
Summary:        GObject-based Plugin Engine -- Demo Application
Group:          System/Libraries

%description demo
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package devel
License:        LGPLv2+
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}

%description devel
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_flag} V=1

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %{?no_lang_C}

%post -n libpeas-1_0-0 -p /sbin/ldconfig

%postun -n libpeas-1_0-0 -p /sbin/ldconfig

%post -n libpeas-gtk-1_0-0
/sbin/ldconfig
%icon_theme_cache_post

%postun -n libpeas-gtk-1_0-0
/sbin/ldconfig
%icon_theme_cache_postun

%files -n libpeas-1_0-0
%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
# The seed-loader should possibly be split in an own package, Supplementing 
packageand(libpeas-1_0-0:seed)
%{_libdir}/libpeas-1.0/loaders/libseedloader.so
# Python Loader should possibly be split in an own package
%{_libdir}/libpeas-1.0/loaders/libpythonloader.so

%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 demo
%defattr(-, root, root)
%{_bindir}/peas-demo
%{_libdir}/peas-demo/

%files devel
%defattr(-, root, root)
%doc %{_datadir}/gtk-doc/html/libpeas/
%{_includedir}/libpeas-1.0/
%{_libdir}/libpeas-1.0.so
%{_libdir}/libpeas-gtk-1.0.so
%{_libdir}/pkgconfig/libpeas-1.0.pc
%{_libdir}/pkgconfig/libpeas-gtk-1.0.pc
%{_datadir}/gir-1.0/Peas-1.0.gir
%{_datadir}/gir-1.0/PeasGtk-1.0.gir

%files lang -f %{name}.lang

%changelog

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



Remember to have fun...

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

Reply via email to