[yap] Convert TO_DO into UTF-8

Petr Pisar ppisar at fedoraproject.org
Tue Jan 4 10:45:50 UTC 2011


commit a2ee584fff9e3a08a20737b492d12e7e4f3e8bd0
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Dec 22 10:39:55 2010 +0100

    Convert TO_DO into UTF-8

 yap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/yap.spec b/yap.spec
index b925132..24424bf 100644
--- a/yap.spec
+++ b/yap.spec
@@ -99,7 +99,7 @@ for F in README changes.css; do
     touch -r "$F"{,.new}
     mv "$F"{.new,}
 done
-for F in docs/yap.tex; do
+for F in docs/yap.tex TO_DO; do
     iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
     touch -r "$F"{,.new}
     mv "$F"{.new,}
@@ -187,6 +187,7 @@ rm -rf $RPM_BUILD_ROOT
 - Fix info pages installation
 - Logtalk is no logner distributed with yap
 - Install http module CSS files to correct place
+- Convert TO_DO into UTF-8
 
 * Wed Dec 08 2010 Petr Pisar <ppisar at redhat.com> - 5.1.3-3
 - Hack SWI-compatible libraries build system to be compilable (bug #660965)


More information about the scm-commits mailing list