[ghostscript] Encoding fix.

Jon Ciesla limb at fedoraproject.org
Thu Apr 26 16:47:11 UTC 2012


commit a317f6b732162874c4e043015427287450394e34
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 26 11:46:56 2012 -0500

    Encoding fix.

 ghostscript.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
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 <twaugh at redhat.com>
+* Thu Apr 26 2012 Jon Ciesla <limburgher at gmail.com> - 9.05-2
+- Fixed encodings and changelog version for merge review BZ 225795.
+
+* Thu Feb  9 2012 Tim Waugh <twaugh at redhat.com> 9.05-1.1
 - Avoid mixed tabs and spaces in spec file.
 
 * Thu Feb  9 2012 Tim Waugh <twaugh at redhat.com> 9.05-1


More information about the scm-commits mailing list