Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2683370D4E for ; Thu, 30 May 2013 04:36:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7782414A1A1; Thu, 30 May 2013 04:36:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8C6414A162 for ; Thu, 30 May 2013 04:36:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xEax8wa4daEq for ; Thu, 30 May 2013 04:36:37 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 076B214A14B for ; Thu, 30 May 2013 04:36:36 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id r4U4aWjg007260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 May 2013 06:36:33 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id r4U4aWCi014674 for pkgsrc-changes@netbsd.org; Thu, 30 May 2013 06:36:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AC5714A19F for ; Wed, 29 May 2013 22:59:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YMizJ1vRU6uS for ; Wed, 29 May 2013 22:59:32 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B4D5F14A14A for ; Wed, 29 May 2013 22:59:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B0DFF96; Wed, 29 May 2013 22:59:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 29 May 2013 22:59:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/dbus-python-common To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130529225932.B0DFF96@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (nef.pbox.org [0.0.0.0]); Thu, 30 May 2013 06:36:33 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed May 29 22:59:32 UTC 2013 Modified Files: pkgsrc/sysutils/dbus-python-common: Makefile distinfo Log Message: Update to 1.2.0. D-Bus Python Bindings 1.2.0 (2013-05-07) ======================================== The "compile like it's 1998" release. Dependencies: • libdbus 1.6 or later is now required. Enhancements: • Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: • Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) • Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) • Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) • Remove unnecessary uses of stdint.h (fd.o #51725) • Add support for Unix compilers not supporting 'inline', for completeness • Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 • Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/dbus-python-common/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/dbus-python-common/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.