Wed Feb 28 2001 SATO Satoru <ssato@redhat.com>
- bunzip2-ed all patches except eucjp
Thu Feb 22 2001 SATO Satoru <ssato@redhat.com>
- support Japanese
- bzip2-ed all patches
- replace macros (%makeinstall, %configure) with traditional commands to
avoid some troubles those macros caused.
Tue Feb 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Using letter is as weird as oz, fl. oz, Fahrenheit, lb etc. Add a patch
for using the glibc media type for giving US letter for en_US (only
locale with this paper), and A4 for everyone else.
Tue Feb 20 2001 Tim Powers <timp@redhat.com>
- changed default medium back to letter (bug 27794)
Mon Feb 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
- langify
- use %{_tmppath}
Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
- Fix tmpfile security patch so that it actually _works_ (bug #27155).
Sun Jan 21 2001 Tim Waugh <twaugh@redhat.com>
- New-style prereq line.
- %post script requires fileutils (mv) and sh-utils (true). This should fix
bug #24251).
Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add /usr/bin/emacs to BuildRequires
- A4
- specify use of GNU Emacs for building
Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
- security patch for tmpfile creation from Olaf Kirch <okir@lst.de>
Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
- obsoleted old a2ps-i18n package (it was tiny) and included those fonts
directly here.
Thu Dec 07 2000 Tim Powers <timp@redhat.com>
- built for dist-7.1
Mon Aug 07 2000 Tim Powers <timp@redhat.com>
- update to 4.13b to fix some bugs, thanks to czar@acm.org for giving me a
heads up on this (bug #15679)
Mon Jul 24 2000 Prospector <prospector@redhat.com>
- rebuilt
Mon Jul 10 2000 Tim Powers <timp@redhat.com>
- rebuilt
Fri Jun 23 2000 Tim Powers <timp@redhat.com>
- info pages weren't getting gzipped.
- stdout & stderror redirected to /dev/null in post section
Mon Jun 19 2000 Tim Powers <timp@redhat.com>
- fixed bug 12451 which was a stupid mistake by me.
- quiet the post section
- added patches from michal@ellpspace.math.ualberta.ca and did some spec
file magic he suggested as well.
Fri Jun 02 2000 Tim Powers <timp@redhat.com>
- fixed bug 5876, was not setting the paper size to Letter again :(
- man pages and info pages to /usr/share, FHS compliant.
- used macros wherever possible
Wed May 31 2000 Tim Powers <timp@rehat.com>
- fixed bug #11078, now requires psutils
Wed Apr 26 2000 Tim Powers <timp@redhat.com>
- updated to 4.13
- compress man pages
Thu Feb 10 2000 Tim Powers <timp@redhat.com>
- gzip man pages
- strip binaries
Mon Jan 24 2000 Tim Powers <timp@redhat.com>
- had to be more specific since the i18n stuff was removed from the
package. There is a new a2ps-i18n package which treats the
/usr/share/a2ps/afm/fonts.map file as a config file
Wed Oct 27 1999 Tim Powers <timp@redhat.com>
- added the --with-medium=Letter option to the configure process
Thu Aug 05 1999 Tim Powers <timp@redhat.com>
- fixed problems with missing dirs as reported in bug 3822
- built for powertools
Tue Jul 06 1999 Tim Powers <timp@redhat.com>
- rebuilt for powertools 6.1
Wed May 12 1999 Bill Nottingham <notting@redhat.com>
- add a2ps-site.cfg
Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
- update to 4.12 for Powertools 6.0
Sat Oct 24 1998 Jeff Johnson <jbj@redhat.com>
- narrower range of %files splats.
- install info correctly.
- new description/summary text.
Tue Oct 06 1998 Michael Maher <mike@redhat.com>
- updated source
Sat Jul 04 1998 Michael Maher <mike@redhat.com>
- built package
73 lines
1.9 KiB
Diff
73 lines
1.9 KiB
Diff
--- a2ps-4.13/lib/Makefile.in.flex Wed Feb 9 09:33:01 2000
|
|
+++ a2ps-4.13/lib/Makefile.in Thu Apr 27 19:00:20 2000
|
|
@@ -100,7 +100,7 @@
|
|
INTLDEPS = @INTLDEPS@
|
|
INTLLIBS = @INTLLIBS@
|
|
INTLOBJS = @INTLOBJS@
|
|
-LEX = @LEX@
|
|
+LEX = @LEX@ -CFe
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBTOOL = @LIBTOOL@
|
|
--- a2ps-4.13/lib/fonts.l.flex Wed Dec 15 18:27:01 1999
|
|
+++ a2ps-4.13/lib/fonts.l Thu Apr 27 19:00:20 2000
|
|
@@ -178,7 +178,7 @@
|
|
|
|
%}
|
|
|
|
-%option yylineno
|
|
+/* %option yylineno */
|
|
%option prefix="afm"
|
|
%option outfile="lex.yy.c"
|
|
|
|
@@ -524,7 +524,7 @@
|
|
const char * filename;
|
|
FILE * stream;
|
|
|
|
- yylineno = 0;
|
|
+ /* yylineno = 0; */
|
|
|
|
/* Find its AFM file: first resolve its font file name */
|
|
filename = fonts_map_resolve_alias (job->fonts_map, font->key);
|
|
--- a2ps-4.13/src/Makefile.in.flex Wed Feb 9 09:34:18 2000
|
|
+++ a2ps-4.13/src/Makefile.in Thu Apr 27 19:00:20 2000
|
|
@@ -100,7 +100,7 @@
|
|
INTLDEPS = @INTLDEPS@
|
|
INTLLIBS = @INTLLIBS@
|
|
INTLOBJS = @INTLOBJS@
|
|
-LEX = @LEX@
|
|
+LEX = @LEX@ -CFe
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBTOOL = @LIBTOOL@
|
|
@@ -154,7 +154,7 @@
|
|
BUILT_SOURCES = parsessh.h
|
|
|
|
YFLAGS = -dtv
|
|
-LEX = @LEX@
|
|
+LEX = @LEX@ -CFe
|
|
# I don't really understand why I have to put srcdir here, but
|
|
# it is needed for yacc and lex files (seems related to #line, but
|
|
# I really don't understand why)...
|
|
--- a2ps-4.13/src/lexps.l.flex Mon Feb 7 17:05:43 2000
|
|
+++ a2ps-4.13/src/lexps.l Thu Apr 27 19:00:20 2000
|
|
@@ -35,7 +35,7 @@
|
|
void pslex_initialize PARAMS ((void));
|
|
%}
|
|
|
|
-%option yylineno
|
|
+/* %option yylineno */
|
|
%option prefix="ps"
|
|
%option outfile="lex.yy.c"
|
|
|
|
--- a2ps-4.13/Makefile.in.flex Wed Feb 9 09:32:25 2000
|
|
+++ a2ps-4.13/Makefile.in Thu Apr 27 19:00:20 2000
|
|
@@ -100,7 +100,7 @@
|
|
INTLDEPS = @INTLDEPS@
|
|
INTLLIBS = @INTLLIBS@
|
|
INTLOBJS = @INTLOBJS@
|
|
-LEX = @LEX@
|
|
+LEX = @LEX@ -CFe
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBTOOL = @LIBTOOL@
|