diff options
author | jmmv <jmmv> | 2004-10-26 21:01:56 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-10-26 21:01:56 +0000 |
commit | 6c10719a5c38664c8b42c3fc47f4dba8ac799ed0 (patch) | |
tree | 6c191836b6373d4104bee445bdb714e838932718 /print/libgnomeprint | |
parent | 1d51d29f11d63abe19b643d048a9680aadb18ce0 (diff) | |
download | pkgsrc-6c10719a5c38664c8b42c3fc47f4dba8ac799ed0.tar.gz |
Update to 2.8.0.1:
2004-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.8.0.1
2004-10-01 Jody Goldberg <jody@gnome.org>
(gnome_print_ps2_print_octal_byte) : doh!
* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_print_bpath) : fix
return type and handle errors.
2004-10-01 Jody Goldberg <jody@gnome.org>
* libgnomeprint/gnome-print-ps2.c : Clarify the error handling and
return values in all routines.
(gnome_print_ps2_print_double) : no need for a dynamic buffer. put it
on the stack.
(gnome_print_ps2_print_octal_byte) : new.
(gnome_print_ps2_glyphlist) : use it here and correct the return val
calculation.
2004-10-01 Morten Welinder <terra@gnome.org>
* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_puts,
gnome_print_ps2_putc): New functions. Change most calls of
gnome_print_ps2_fprintf to one of these.
(gnome_print_ps2_glyphlist): Print letters as letters, not octal.
Fixes #153667.
2004-09-30 Jody Goldberg <jody@gnome.org>
* libgnomeprint/modules/cups/gnome-print-cups.c
(attributes_changed_cb) : Store the queue length in QueueLength
2004-09-23 Jody Goldberg <jody@gnome.org>
* libgnomeprint/gnome-font-face.c (gf_pso_print_double) : remove some
dead code
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 8605551f6b0..0c18baaa716 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2004/10/03 00:18:05 tv Exp $ +# $NetBSD: Makefile,v 1.34 2004/10/26 21:01:56 jmmv Exp $ # -DISTNAME= libgnomeprint-2.8.0 -PKGREVISION= 1 +DISTNAME= libgnomeprint-2.8.0.1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 632aa600fca..f6c01a31632 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2004/09/21 16:49:04 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2004/10/26 21:01:56 jmmv Exp $ -SHA1 (libgnomeprint-2.8.0.tar.bz2) = 41a756e69dd68d82e6c2ecb59b414af1a8730613 -Size (libgnomeprint-2.8.0.tar.bz2) = 749976 bytes +SHA1 (libgnomeprint-2.8.0.1.tar.bz2) = 4ed4ae5ad1205b76bce799f29a9f9a967b7c4ea1 +Size (libgnomeprint-2.8.0.1.tar.bz2) = 751808 bytes |