Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33 - Post scriptlet requires sed, coreutils (bug #107322). Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32 - Hebrew support (bug #113191). Tue Jan 06 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31 - Build requires gperf. - Fix problems in .y file spotted by stricter bison. - Fix reference to a2ps binary (bug #112930).
29 lines
965 B
Diff
29 lines
965 B
Diff
--- a2ps-4.13/src/parsessh.y.bison 2004-01-06 10:27:42.352903527 +0000
|
||
+++ a2ps-4.13/src/parsessh.y 2004-01-06 10:28:14.328105348 +0000
|
||
@@ -242,7 +242,7 @@
|
||
/* Dealing with the inessential informations */
|
||
/************************************************************************/
|
||
requirement :
|
||
- tREQUIRES tA2PS tSTRING { $$ = $3 ; } ;
|
||
+ tREQUIRES tA2PS tSTRING { $$ = $3 ; }
|
||
| tREQUIRES tA2PS tVERSION tSTRING { $$ = $4 ; } ;
|
||
|
||
documentation :
|
||
@@ -267,7 +267,7 @@
|
||
authors : tWRITTEN tBY tSTRING { $$ = $3 ; };
|
||
|
||
version :
|
||
- tVERSION tIS tSTRING { $$ = $3 ; };
|
||
+ tVERSION tIS tSTRING { $$ = $3 ; }
|
||
| tVERSION tSTRING { $$ = $2 ; };
|
||
|
||
/************************************************************************/
|
||
@@ -717,7 +717,7 @@
|
||
/* Only one */
|
||
$$ = words_new ("Closing: Strings", "Closing: Regexps", 2, 2);
|
||
words_add_regex ($$, $1);
|
||
- };
|
||
+ }
|
||
| tCLOSERS operators_def tCLOSERS
|
||
{
|
||
/* Several, comma separated, between () */
|