From 60f130718cd03031376ade47a869bc9dd1f3982f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 08 2010 13:03:23 +0000 Subject: Fixed character encoding in CREDITS.txt. --- 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 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.