Update to 2.28.6:
2.28.6 11-Jun-1011 - closure: avoid double free crash (Ignacio Casal Quinteiro) - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri) - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) Palmieri) - GVariantType is a boxed struct (Tomeu Vizoso) - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso) - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken) - Remove useless import (Ignacio Casal Quinteiro) - Revert "[gi] Removed hack to avoid using GLib.Variant.new_variant." (Ignacio Casal Quinteiro) - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro) - Fix GC-related crash during PyGObject deallocation (Daniel Drake) - Fix symbol names to be locale independent (Martin Pitt) - Updated DOAP file (Sebastian Pölsterl)
This commit is contained in:
parent
ecee6402aa
commit
e2f1248b39
4 changed files with 11 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2011/05/13 17:15:13 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2011/09/12 22:01:34 wiz Exp $
|
||||
|
||||
PKGNAME= py-gobject-shared-2.28.4
|
||||
PKGNAME= py-gobject-shared-2.28.6
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.34 2011/05/13 17:14:42 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2011/09/12 22:01:34 wiz Exp $
|
||||
#
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-gobject-2.28.4
|
||||
PKGNAME= ${PYPKGPREFIX}-gobject-2.28.6
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile.common,v 1.18 2011/05/13 17:14:42 drochner Exp $
|
||||
# $NetBSD: Makefile.common,v 1.19 2011/09/12 22:01:34 wiz Exp $
|
||||
#
|
||||
# used by devel/py-gobject/Makefile
|
||||
# used by devel/py-gobject-shared/Makefile
|
||||
|
||||
DISTNAME= pygobject-2.28.4
|
||||
DISTNAME= pygobject-2.28.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.28/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.pygtk.org/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.20 2011/05/13 17:14:42 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.21 2011/09/12 22:01:34 wiz Exp $
|
||||
|
||||
SHA1 (pygobject-2.28.4.tar.gz) = dfcf9ef32f9632dff979781d448ff1b592d4a3ae
|
||||
RMD160 (pygobject-2.28.4.tar.gz) = eed0f11faf66562711889bb516151b4a7c6db96d
|
||||
Size (pygobject-2.28.4.tar.gz) = 1174082 bytes
|
||||
SHA1 (pygobject-2.28.6.tar.xz) = b1749ba806499f4c2780dbd1cbb363aaf1f41e78
|
||||
RMD160 (pygobject-2.28.6.tar.xz) = 4bc5e8546a5029d3d6b154629ab3fa4023d96bef
|
||||
Size (pygobject-2.28.6.tar.xz) = 747248 bytes
|
||||
SHA1 (patch-aa) = a706cc4cd48121f21d12027c315dfe92d34157ed
|
||||
SHA1 (patch-ab) = f9ec40fcac11fe9d6625b6028dba2e316d9ce59e
|
||||
SHA1 (patch-ac) = 083e691cb13dbefeece505a7b6596c69ec8491f7
|
||||
|
|
Loading…
Reference in a new issue