RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpm/scripts/ gendiff

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 09 Feb 2008 - 16:14:25 CET
Message-Id: <20080209151425.6ADE034847F@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   09-Feb-2008 16:14:25
  Branch: HEAD                             Handle: 2008020915142401

  Modified files:
    rpm                     CHANGES
    rpm/scripts             gendiff

  Log:
    - rpm.org: make gendiff sort the file list, so comparing the results
    is easier.

  Summary:
    Revision    Changes     Path
    1.2162      +1  -0      rpm/CHANGES
    1.2         +1  -1      rpm/scripts/gendiff
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2161 -r1.2162 CHANGES
  --- rpm/CHANGES	9 Feb 2008 13:47:00 -0000	1.2161
  +++ rpm/CHANGES	9 Feb 2008 15:14:24 -0000	1.2162
  @@ -1,4 +1,5 @@
   5.0.0 -> 5.1a1:
  +    - rpm.org: make gendiff sort the file list, so comparing the results is easier.
       - jbj: rpmio: test programs link only -lrpmio -lrpmmisc.
       - jbj: map tdir/tglob/tfts errors into exit codes.
       - jbj: dav{Stat,LStat,Opendir) return ENOENT with malformed URI (including
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/scripts/gendiff
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 gendiff
  --- rpm/scripts/gendiff	18 Jun 2007 16:31:33 -0000	1.1
  +++ rpm/scripts/gendiff	9 Feb 2008 15:14:25 -0000	1.2
  @@ -8,7 +8,7 @@
   
   : ${DIFF:=diff -p}
   
  -find $1 \( -name "*$2" -o -name ".*$2" \) -print |
  +find $1 \( -name "*$2" -o -name ".*$2" \) -print | sort |
   while read f; do
       U=-u
       [ "`basename $f`" = "ChangeLog$2" ] && U=-U0
  @@ .
Received on Sat Feb 9 16:14:25 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.