Changelog for
libspectre1-0.2.8-41.1.x86_64.rpm :
Tue Aug 23 14:00:00 2016 alarrosaAATTsuse.com
- Add fix-bsc975503.diff to fix handling of PostScript files with
embedded EPS files. The PS file then contains two \"%%EOF\" DSC
comments and the first one stopped the parsing of the file as if
the real EOF was reached (bsc#975503, fdo#97091).
Sat Jul 2 14:00:00 2016 zaitorAATTopensuse.org
- Update to version to version 0.2.8:
+ Fixed the document rotation with newer versions of Ghostscript
(fdo#76450).
+ Build was also broken with Ghostscript >= 9.18 and has been
fixed.
+ Fixed a compile warning due to a comparison of integers of
different signs when building on OS X (fdo#56476).
+ Makefiles were updated to properly use CPPFLAGS instead of
CFLAGS (fdo#56481).
- Drop libspectre-gs-9.18.patch and
libspectre-rotate-documents-correctly.patch: Fixed upstream.
- Drop zypper BuildRequires: It was only needed for above patches.
Sun Nov 8 13:00:00 2015 badshah400AATTgmail.com
- Add libspectre-rotate-documents-correctly.patch to fix documents
being rotated incorrectly; patch taken from upstream bug
report (fdo#76450,boo#898327).
Wed Nov 4 13:00:00 2015 dimstarAATTopensuse.org
- Replace the logic in the prep section to use zypper in order to
verify the version. The previous version had issues on openSUSE
13.2.
Wed Nov 4 13:00:00 2015 dimstarAATTopensuse.org
- Add libspectre-gs-9.18.patch: Fix building with ghostscript 9.18;
patch only applied when building against GS 9.18+ (boo#953149).
Thu Jan 9 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Add COPYING to %doc of the library subpackage (bnc#857790)
Sun Oct 21 14:00:00 2012 zaitorAATTopensuse.org
- Update to version 0.2.7:
+ This release fixes two crashes that can happen when %%Pages:
or %%Page: comments are missing in the document or when
%%Pages: comment is present but it\'s invalid.
- Changed tarball into upstream default gz.
- Updated url and sourcelinks to valid locations.
Mon Aug 9 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.2.6:
+ The most important change in this release is that gs is now
always initalized with the flag -P- to make Ghostscript not
look in the current directory for library files. See
deb#583183.
+ Compiler flags -ansi and -pedantic are now optional and can be
enabled with --enable-iso-c configure option. (fdo#27735)
+ Files with a doseps header and without EOF comment are
correctly rendered now. (fdo#27830)
- Changes from version 0.2.5:
+ Fix a portability issue that caused crashes on big-endian 64
bit systems. See lp#298139.
+ Fix a crash when something goes wrong while running pdf
exporter. (fdo#26592)
- Add pkg-config BuildRequires to have pkgconfig() Provides.
Sun Feb 21 13:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.2.4:
+ Documents containing embedded documents inside the prolog,
typically font resources, were not correctly rendered
(fdo#25573)
+ Fix some portability issues to make libspectre build and work
on Windows (fdo#26377)
+ PDF exporter was broken which might cause a crash when printing
some documents (fdo#26592)
Fri Nov 13 13:00:00 2009 vuntzAATTopensuse.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.