RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   05-Apr-2011 21:51:49
  Branch: HEAD                             Handle: 2011040519514900

  Modified files:
    rpm                     CHANGES build.c

  Log:
    revert unicode change

  Summary:
    Revision    Changes     Path
    1.3602      +0  -1      rpm/CHANGES
    2.127       +1  -1      rpm/build.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3601 -r1.3602 CHANGES
  --- rpm/CHANGES       5 Apr 2011 19:29:40 -0000       1.3601
  +++ rpm/CHANGES       5 Apr 2011 19:51:49 -0000       1.3602
  @@ -1,5 +1,4 @@
   5.4.0 -> 5.4.1:
  -    - proyvind: rpmbuild: accept unicode characters.
       - jbj: mongo: drag-in the test suite. grdfs/replica_sets todo++.
       - jbj: mongo: and re-export the mongo-c-driver through librpmio.vers.
       - jbj: mongo: pull in the gridfs methods from the mongo-c-driver too.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/build.c
  ============================================================================
  $ cvs diff -u -r2.126 -r2.127 build.c
  --- rpm/build.c       5 Apr 2011 19:50:24 -0000       2.126
  +++ rpm/build.c       5 Apr 2011 19:51:49 -0000       2.127
  @@ -88,7 +88,7 @@
            /*@switchbreak@*/ break;
   /*@-boundsread@*/
        default:
  -         if (checking && !(isprint(*s) || isspace(*s))) return 0;
  +         if (checking && !(isprint(*s) || isspace(*s)) && *(unsigned char 
*)s < 32) return 0;
            /*@switchbreak@*/ break;
   /*@=boundsread@*/
        }
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to