pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-glib2 Update to 1.201:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9d2c524b6c1
branches: trunk
changeset: 554978:b9d2c524b6c1
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 23 08:10:01 2009 +0000
description:
Update to 1.201:
2009-02-13 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* Glib.pm
* NEWS
* README: Stable release 1.201.
2009-02-05 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GClosure.xs (gperl_closure_marshal): Synchronize the way signals
with no return value are handled with how it's done in
gperl_signal_class_closure_marshal. This means that Perl handlers
for these kinds of signals are now always called in void context,
as they should be.
2009-02-05 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* MANIFEST
* GType.xs (gperl_signal_class_closure_marshal)
* t/signal_marshal.t: Correctly handle signals with no return type
when invoking signal class closures. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GType.xs (gperl_register_fundamental_full): Handle
wrapper_class_by_type being NULL gracefully. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): When inserting into the
package → type hash tables, use g_hash_table_replace instead of
_insert so that the new string pointer is used as the key. Patch
by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
Merge this old commit from trunk. Without it, the 2008-11-03
change doesn't make sense.
* Glib.exports
* gperl.h: Properly export gperl_param_spec_type_from_package and
gperl_register_param_spec, they are meant to be public.
2009-02-03 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* t/a.t
* GLog.xs: Make sure that messages with % chars in them make it
through Glib::log() and friends safely.
2009-02-02 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* ParseXSDoc.pm (xsdocparse): Always use Data::Dumper on MSWin32
for serialization. Storable seems to consistently fail there,
stating 'Magic number checking on storable file failed'.
2008-11-15 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GBoxed.xs (gperl_register_boxed): Use the copy of the passed-in
package name for the key of info_by_package to avoid problems when
the package name is dynamically allocated.
* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): Always insert into the
lookup tables in the correct order to avoid prematurely freeing
the package name.
2008-11-03 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GType.xs (gperl_type_from_package): Also try
gperl_param_spec_type_from_package on the package.
2008-10-19 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* Makefile.PL: ExtUtils::MakeMaker 6.46 removed support for
EXTRA_META in favor of the new META_MERGE and META_ADD. Adapt.
diffstat:
devel/p5-glib2/Makefile | 4 ++--
devel/p5-glib2/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 8bcb84f88a63 -r b9d2c524b6c1 devel/p5-glib2/Makefile
--- a/devel/p5-glib2/Makefile Mon Feb 23 00:13:18 2009 +0000
+++ b/devel/p5-glib2/Makefile Mon Feb 23 08:10:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/11/17 22:44:18 he Exp $
+# $NetBSD: Makefile,v 1.28 2009/02/23 08:10:01 wiz Exp $
#
DISTNAME= Glib-${DIST_VERSION}
@@ -22,7 +22,7 @@
USE_TOOLS+= pkg-config
-DIST_VERSION= 1.200
+DIST_VERSION= 1.201
PERL5_PACKLIST= auto/Glib/.packlist
diff -r 8bcb84f88a63 -r b9d2c524b6c1 devel/p5-glib2/distinfo
--- a/devel/p5-glib2/distinfo Mon Feb 23 00:13:18 2009 +0000
+++ b/devel/p5-glib2/distinfo Mon Feb 23 08:10:01 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2008/11/17 22:44:18 he Exp $
+$NetBSD: distinfo,v 1.11 2009/02/23 08:10:01 wiz Exp $
-SHA1 (Glib-1.200.tar.gz) = b29d533a3b0d136bc4ed04336a0694de3371c02b
-RMD160 (Glib-1.200.tar.gz) = 1a3eef7bd7c3afa015ba83cf565bd7a50a31f615
-Size (Glib-1.200.tar.gz) = 252542 bytes
+SHA1 (Glib-1.201.tar.gz) = 38d24708c60447ad41253b339d7231b87c97b252
+RMD160 (Glib-1.201.tar.gz) = 5857f69d5f001062e2d81592c5504064470e389f
+Size (Glib-1.201.tar.gz) = 253267 bytes
Home |
Main Index |
Thread Index |
Old Index