Accepting request 24257 from X11:common:Factory

Copy from X11:common:Factory/libspectre based on submit request 24257 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/24257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspectre?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2009-11-16 13:06:11 +00:00
committed by Git OBS Bridge
parent 912a350fdd
commit 0c9f31b462
4 changed files with 28 additions and 47 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Nov 13 12:16:09 CET 2009 - vuntz@opensuse.org
- Update to version 0.2.3:
+ Several fixes in the PostScript parser:
- Detection of invalid or broken files has been improved. A
document scanned without errors with no pages and no format
is likely to be an invalid file, or not a PostScript file at
all (fdo#19042)
- Fix possible uninitialized use of Document media struct
contents(fdo#18685)
- Fix documents with PJL commands before the initial DSC
comments.
+ Ghostscript is now always run with -dSAFER option
+ A missing argument in gs command line of PDF exporter was
making it always fail for any document in BSD systems
(fdo#18826)
+ Internal copy of ghostscript headers have been removed since
they are already installed by ghostscript since version 8.62
(fdo#18827)
- Do not call suse_update_config, and do not reset CFLAGS to
default value.
-------------------------------------------------------------------
Thu Feb 5 04:11:47 CET 2009 - vuntz@novell.com