diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 11:54:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 11:54:56 +0000 |
commit | 306a08698b512f3a9f8a883c32ec3da60847a3a3 (patch) | |
tree | 7c898d4afe5e6f98a74aa2a9af367e61d780f185 | |
parent | 24bb9402b4c09ad3baf871bd8bc794143ec44e33 (diff) | |
download | pkgsrc-306a08698b512f3a9f8a883c32ec3da60847a3a3.tar.gz |
Update to 0.2.2:
libspectre 0.2.2 (25 November 2008)
===================================
This is another bugfix only release in the libspectre's 0.2 series.
A problem when rendering some documents where the page size is
different from the Bounding Box has been fixed (Bug #18239)
Parser is now locale-independent when parsing float numbers (Bug #18685)
The display format has been fixed to match cairo/pixman. Thanks to
Chris Wilson (Bug #18266)
-rw-r--r-- | print/libspectre/Makefile | 4 | ||||
-rw-r--r-- | print/libspectre/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 9db956aec48..699c51b3105 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/07 11:54:56 wiz Exp $ -DISTNAME= libspectre-0.2.1 +DISTNAME= libspectre-0.2.2 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ diff --git a/print/libspectre/distinfo b/print/libspectre/distinfo index 5004091f1b9..e7b4172baaa 100644 --- a/print/libspectre/distinfo +++ b/print/libspectre/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $ +$NetBSD: distinfo,v 1.2 2009/01/07 11:54:56 wiz Exp $ -SHA1 (libspectre-0.2.1.tar.gz) = a9a44466d40120a11fe25f6b941b47b6fcc8cd8a -RMD160 (libspectre-0.2.1.tar.gz) = 634ffb33f1124ecc323bdb970ee58ec6b70d2859 -Size (libspectre-0.2.1.tar.gz) = 390113 bytes +SHA1 (libspectre-0.2.2.tar.gz) = d5968d34c4bc93cd280ea35d8db53cf41f811edc +RMD160 (libspectre-0.2.2.tar.gz) = aca3ec7b9ffb521c4e38cf32a14cb9af07d2f009 +Size (libspectre-0.2.2.tar.gz) = 391727 bytes |