diff --git a/a2ps-4.13b-encoding.patch b/a2ps-4.13b-encoding.patch index 049de47..d4337b6 100644 --- a/a2ps-4.13b-encoding.patch +++ b/a2ps-4.13b-encoding.patch @@ -1,5 +1,5 @@ ---- a2ps-4.13/etc/a2ps-site.cfg.in.encoding 2002-05-30 17:15:42.000000000 +0100 -+++ a2ps-4.13/etc/a2ps-site.cfg.in 2002-05-30 17:15:42.000000000 +0100 +--- a2ps-4.13/etc/a2ps-site.cfg.in.encoding 2000-01-15 23:39:36.000000000 +0000 ++++ a2ps-4.13/etc/a2ps-site.cfg.in 2002-08-05 10:22:20.000000000 +0100 @@ -11,7 +11,7 @@ ################################################################# @@ -9,8 +9,8 @@ # Default medium Options: --medium=@MEDIUM@ ---- a2ps-4.13/src/main.c.encoding 2002-05-30 17:15:42.000000000 +0100 -+++ a2ps-4.13/src/main.c 2002-05-30 17:15:42.000000000 +0100 +--- a2ps-4.13/src/main.c.encoding 2002-08-05 10:22:20.000000000 +0100 ++++ a2ps-4.13/src/main.c 2002-08-05 10:22:20.000000000 +0100 @@ -32,6 +32,7 @@ /************************************************************************/ #include @@ -31,8 +31,8 @@ /* Process the command line options. */ argn = a2ps_handle_options (job, argc, argv); ---- a2ps-4.13/encoding/encoding.map.encoding 2002-05-30 17:28:42.000000000 +0100 -+++ a2ps-4.13/encoding/encoding.map 2002-05-30 17:29:07.000000000 +0100 +--- a2ps-4.13/encoding/encoding.map.encoding 2002-08-05 10:22:20.000000000 +0100 ++++ a2ps-4.13/encoding/encoding.map 2002-08-05 10:38:55.000000000 +0100 @@ -45,6 +45,7 @@ latin1 iso1 iso1 iso1 @@ -41,3 +41,10 @@ latin2 iso2 iso2 iso2 +@@ -128,3 +129,6 @@ + # Apple' Macintosh + mac mac + macintosh mac ++ ++# We don't handle UTF-8 at all yet. Sometimes latin1 will work... ++utf-8 iso1 diff --git a/a2ps.spec b/a2ps.spec index 01b9b92..7295d32 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,5 +1,5 @@ %define ver 4.13b -%define rel 23 +%define rel 24 Summary: Converts text and other types of files to PostScript(TM). Name: a2ps @@ -22,6 +22,7 @@ Patch12: a2ps-4.13b-attr.patch Patch13: a2ps-4.13b-numeric.patch Patch14: a2ps-4.13b-encoding.patch Patch15: a2ps-4.13b-tilde.patch +Patch16: a2ps-4.13b-rm.patch Requires: fileutils sh-utils info Buildrequires: /usr/bin/emacs Url: http://www.inf.enst.fr/~demaille/a2ps/ @@ -58,6 +59,9 @@ and medias. # Fix koi8 tilde (bug #66393). %patch15 -p1 -b .tilde +# Prevent configure from going interactive (bug #70333). +%patch16 -p1 -b .rm + libtoolize --copy --force %build @@ -157,7 +161,11 @@ fi %dir %{_datadir}/a2ps %changelog -* Fri Jun 21 2002 Tim Powers +* Mon Aug 5 2002 Tim Waugh 4.13b-24 +- Prevent configure from going interactive (bug #70333). +- Try to cope with UTF-8 a little bit (bug #70057). + +* Fri Jun 21 2002 Tim Powers 4.13b-23 - automated rebuild * Fri Jun 21 2002 Tim Waugh 4.13b-22