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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   23-Dec-2002 20:57:23
  Branch: HEAD                             Handle: 2002122319572200

  Modified files:
    openpkg-re              editspec.pl

  Log:
    more context, please.

  Summary:
    Revision    Changes     Path
    1.3         +1  -1      openpkg-re/editspec.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/editspec.pl
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 editspec.pl
  --- openpkg-re/editspec.pl    30 Nov 2001 14:26:25 -0000      1.2
  +++ openpkg-re/editspec.pl    23 Dec 2002 19:57:22 -0000      1.3
  @@ -70,7 +70,7 @@
           open(SPEC, ">$p/$p.spec.new") || die;
           print SPEC $spec;
           close(SPEC);
  -        system("diff -u1 $p/$p.spec $p/$p.spec.new");
  +        system("diff -u3 $p/$p.spec $p/$p.spec.new");
           my $ok;
           if ($all) {
               $ok = "yes";
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to