diff --git a/ghostscript.spec b/ghostscript.spec index f7f6aad..0552259 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 1%{?dist} +Release: 2%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -140,6 +140,9 @@ from8859_1() { } for i in man/de/*.1; do from8859_1 "$i"; done +# Convert ps files to UTF-8 +for i in examples/cjk/gsc*.ps; do from8859_1 "$i"; done + %build # Compile without strict aliasing opts due to these files: # gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c @@ -320,7 +323,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog -* Thu Feb 9 2012 Tim Waugh +* Thu Apr 26 2012 Jon Ciesla - 9.05-2 +- Fixed encodings and changelog version for merge review BZ 225795. + +* Thu Feb 9 2012 Tim Waugh 9.05-1.1 - Avoid mixed tabs and spaces in spec file. * Thu Feb 9 2012 Tim Waugh 9.05-1