OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   23-Jul-2003 09:07:01
  Branch: HEAD                             Handle: 2003072308070100

  Modified files:
    openpkg-re              speclint.pl

  Log:
    add a cosmetic check

  Summary:
    Revision    Changes     Path
    1.47        +4  -0      openpkg-re/speclint.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/speclint.pl
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 speclint.pl
  --- openpkg-re/speclint.pl    22 Jul 2003 19:44:52 -0000      1.46
  +++ openpkg-re/speclint.pl    23 Jul 2003 07:07:01 -0000      1.47
  @@ -409,6 +409,10 @@
                                     "default value \"$value\" (expected to match 
\"$re\", except for this)");
                   }
               }
  +            if ($header =~ m/^Vendor/ and $value =~ m/et\sal/ and $value !~ 
m/et\sal\./) {
  +                &lint_warning($file, $done, $this, "RPM header \"$header\": " .
  +                              "has value \"$value\" (expected \"et al.\" with 
dot)");
  +            }
           }
           push(@seen, $header);
           $count{$header}++;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to