Accepting request 333702 from home:jsmeix:branches:Printing

Ghostscript version upgrade to 9.18rc1 (first release candidate for 9.18)

OBS-URL: https://build.opensuse.org/request/show/333702
OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=55
This commit is contained in:
2015-09-25 10:17:54 +00:00
committed by Git OBS Bridge
parent cb339b0e86
commit 15c8faebef
8 changed files with 123 additions and 60 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 24 10:29:04 CEST 2015 - jsmeix@suse.de
- Version upgrade to 9.18rc1 (first release candidate for 9.18).
For details see the News.htm and History9.htm files.
Regarding installing packages (in particular release candidates)
from the openSUSE build service development project "Printing"
see https://build.opensuse.org/project/show/Printing
- CVE-2015-3228.patch is no longer needed because it is fixed
in the upstream sources.
- assign_pointer_not_value_in_gximono.c.patch attempts to fix a
"assignment makes pointer from integer without a cast" compiler
warning by assigning the pointer and not the integer value.
- Removed --disable-compile-inits from configure, see
http://bugs.ghostscript.com/show_bug.cgi?id=696223
and "Precompiled run-time data" in
/usr/share/ghostscript/9.18/doc/Make.htm
-------------------------------------------------------------------
Wed Jul 29 15:20:46 CEST 2015 - jsmeix@suse.de