[cups] Fixed character encoding in CREDITS.txt.

Tim Waugh twaugh at fedoraproject.org
Wed Dec 8 17:32:57 UTC 2010


commit 60f130718cd03031376ade47a869bc9dd1f3982f
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Dec 7 17:14:48 2010 +0000

    Fixed character encoding in CREDITS.txt.

 cups.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index cb572f6..76e7138 100644
--- a/cups.spec
+++ b/cups.spec
@@ -296,6 +296,11 @@ perl -pi -e "s,^.SILENT:,," Makedefs.in
 # Fix locale code for Norwegian (bug #520379).
 mv locale/cups_no.po locale/cups_nb.po
 
+f=CREDITS.txt
+mv "$f" "$f"~
+iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f"
+rm "$f"~
+
 # Rebuild configure script for --enable-avahi.
 aclocal -I config-scripts
 autoconf -I config-scripts
@@ -585,6 +590,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Dec  7 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.5-5
+- Fixed character encoding in CREDITS.txt.
 - Mark D-Bus configuration file as config file.
 - Don't mark MIME types and convs files as config files.  Overrides
   can be placed as new *.types/*.convs files in /etc/cups.


More information about the scm-commits mailing list