Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 89BF263B8FF for ; Tue, 15 Jun 2010 19:52:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id F2D0363B2DC; Tue, 15 Jun 2010 19:52:03 +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 D7F0963B125 for ; Tue, 15 Jun 2010 19:52:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C3040175DD; Tue, 15 Jun 2010 19:52:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 15 Jun 2010 19:52:02 +0000 From: Matthias Scheler Subject: CVS commit: pkgsrc/pkgtools/rpm2pkg To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20100615195202.C3040175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Tue Jun 15 19:52:02 UTC 2010 Modified Files: pkgsrc/pkgtools/rpm2pkg: Makefile pkgsrc/pkgtools/rpm2pkg/files: rpm2pkg.c Log Message: Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1: Avoid problems on 32-bit platforms by gently hinting the compiler how to do type expansion properly. This fixes PR pkg/43478 by Greg Oster. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/pkgtools/rpm2pkg/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/pkgtools/rpm2pkg/files/rpm2pkg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.