diff options
author | wiz <wiz> | 2010-05-02 11:53:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-05-02 11:53:14 +0000 |
commit | a8495d2c3abeea4c031635332510caefd21d5479 (patch) | |
tree | be034d1a5482aa8b07e77635900d0e2b1cb6e203 /print/libspectre/Makefile | |
parent | ff5c8a1bde0371a680eb7ba7ea3f4ab27e521507 (diff) | |
download | pkgsrc-a8495d2c3abeea4c031635332510caefd21d5479.tar.gz |
Update to 0.2.5:
libspectre 0.2.5 (18 April 2010)
================================
This is another bugfix only release in the libspectre's 0.2 series.
This release contains two important fixes:
- The first one is a portability issue that caused crashes on
big-endian 64 bit systems. Thanks to Rogério Brito who spotted the
problem, see launchpad bug
https://bugs.launchpad.net/ubuntu/+source/libspectre/+bug/298139
- The second one is a crash when something goes wrong while running
pdf exporter. (Bug #26592)
Diffstat (limited to 'print/libspectre/Makefile')
-rw-r--r-- | print/libspectre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 4020cd429bc..19d3377fc84 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/03/15 10:11:19 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/02 11:53:14 wiz Exp $ -DISTNAME= libspectre-0.2.4 +DISTNAME= libspectre-0.2.5 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ |