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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7D94EA40B9 for ; Tue, 31 Dec 2013 11:37:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF70314A268; Tue, 31 Dec 2013 11:37:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F61514A232 for ; Tue, 31 Dec 2013 11:37:10 +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 899puRlqLicC for ; Tue, 31 Dec 2013 11:37:09 +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 D344E14A231 for ; Tue, 31 Dec 2013 11:37:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C8C4F96; Tue, 31 Dec 2013 11:37:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 31 Dec 2013 11:37:09 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/graphics/ruby-rcairo To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20131231113709.C8C4F96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue Dec 31 11:37:09 UTC 2013 Modified Files: pkgsrc/graphics/ruby-rcairo: Makefile distinfo Log Message: update ruby-rcairo to 1.12.8. Release 1.12.8 (2013-12-23) Kouhei Sutou =========================================================== Fixes ----- * Bundled missing libwinpthread-1.dll into gem for Windows. [Reported by Masafumi Yokoyama] Thanks ------ * Masafumi Yokoyama Release 1.12.7 (2013-12-23) Kouhei Sutou =========================================================== Improvements ------------ * Added paper sizes of ISO B series and JIS B series. [Patch by 5.5] * Added Windows binary for Ruby 2.1.0. * Updated bundled cairo to 1.12.16 from 1.12.14 for Windows. Fixes ----- * Fixed a bug that Cairo::ImageSurface.new(cloned_data, ...) changes both the original data and the cloned data. [Patch by Naoyuki Hirayama] Thanks ------ * 5.5 * Naoyuki Hirayama To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-rcairo/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ruby-rcairo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.