------------------------------------------------------------------- Wed Nov 21 10:47:57 CET 2007 - anicka@suse.cz - update to 1.162 * MakeHelper.pm (postamble_docs_full): When constructing the add_types call, make sure to properly quote the paths. ------------------------------------------------------------------- Thu Nov 1 15:35:14 CET 2007 - anicka@suse.cz - update to 1.161 * Makefile.PL: Use BEGIN { require 5.008; } instead of use 5.008; so automatic CPAN testers know which perl version we need. Also get rid of the MY package by prefixing the relevant subs with `MY::ยด. * GObject.xs (Glib::Object::CLONE): Check that perl_gobjects != NULL before working with it, to avoid an assertion. ------------------------------------------------------------------- Fri Oct 5 13:19:55 CEST 2007 - anicka@suse.cz - update to 1.160 * GenPod.pm: Output a warning if a type name isn't recognized by the doc parser. Add 'package' and 'list' to the basic types and fix the remaining type name issues the new warning uncovered. * ParseXSDoc.pm: Parse preprocessor conditionals in the XS code to add Since: tags to methods' POD. * ParseXSDoc.pm: Make it possible to document specific packages in different POD files by providing a new =for object variant. * GObject.xs: Register G_TYPE_INTERFACES as Glib::Interfaces to avoid having it appear under Glib::Object::_Unregistered in hierarchies in the generated POD. * test fixes - do not ignore test results anymore (package builds fine on all supported archs) ------------------------------------------------------------------- Mon Feb 26 11:07:48 CET 2007 - anicka@suse.cz - update to 1.144 * MakeHelper.pm: Use BSD make syntax for the BLIB_DONE stuff on BSD systems, unless the environment variable FORCE_GMAKE is set. ------------------------------------------------------------------- Wed Feb 14 15:08:25 CET 2007 - anicka@suse.cz - update to 1.143 * Makefile.PL: Check that glib >= 2.12.0, not 2.11.0, before including GBookmarkFile.xs. * Glib.xs: Call g_threads_init before g_type_init. Required (and probably enforced in the near future) by recent glib versions. ------------------------------------------------------------------- Tue Dec 12 13:10:09 CET 2006 - anicka@suse.cz - update to 1.142 * bugfixes, test fixes * GType.xs: Add macros, PORTABLE_STRTOLL and PORTABLE_STRTOULL, to centralize the preprocessor madness for 64bit integer support. ------------------------------------------------------------------- Thu Sep 7 23:05:41 CEST 2006 - anicka@suse.cz - update to 1.140 * bugfixes and fixes in tests ------------------------------------------------------------------- Fri Jul 21 13:38:12 CEST 2006 - anicka@suse.cz - update to 1.120 * add a new header file for private functions that are used in more than one xs file * bugfixes - remove last patch (fixed in upstream) ------------------------------------------------------------------- Tue Mar 21 15:31:49 CET 2006 - schwab@suse.de - Fix broken casts. ------------------------------------------------------------------- Tue Jan 31 00:45:00 CET 2006 - ro@suse.de - fixed missing ";" in GType.xs - ignore failed test for the moment ------------------------------------------------------------------- Wed Jan 25 21:39:43 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Tue Jan 3 14:57:20 CET 2006 - anicka@suse.cz - update to 1.102 ------------------------------------------------------------------- Thu Nov 10 17:20:38 CET 2005 - anicka@suse.cz - update to 1.101 ------------------------------------------------------------------- Fri Jul 29 20:13:46 CEST 2005 - mjancar@suse.cz - update to 1.082 ------------------------------------------------------------------- Thu Jun 23 01:56:01 CEST 2005 - ro@suse.de - update to 1.081 - removed G_PARAM_PRIVATE (removed from glib2) ------------------------------------------------------------------- Fri Jan 21 02:52:43 CET 2005 - ro@suse.de - update to 1.072 ------------------------------------------------------------------- Tue Nov 02 14:13:10 CET 2004 - mcihar@suse.cz - initial packaging