RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: j...@rpm5.org Module: rpm Date: 27-Dec-2010 18:03:15 Branch: rpm-5_4 Handle: 2010122717031301 Modified files: (Branch: rpm-5_4) rpm/rpmdb pkgio.c rpm/rpmdb/auto desc.in rpm/rpmio/auto Makefile.am Log: - cosmetic sanity. Summary: Revision Changes Path 1.2.4.2 +0 -1 rpm/rpmdb/auto/desc.in 1.121.2.1 +4 -4 rpm/rpmdb/pkgio.c 1.5.2.2 +1 -1 rpm/rpmio/auto/Makefile.am ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/rpmdb/auto/desc.in ============================================================================ $ cvs diff -u -r1.2.4.1 -r1.2.4.2 desc.in --- rpm/rpmdb/auto/desc.in 27 Dec 2010 03:50:23 -0000 1.2.4.1 +++ rpm/rpmdb/auto/desc.in 27 Dec 2010 17:03:14 -0000 1.2.4.2 @@ -77,4 +77,3 @@ <skip_warnings> </skip_warnings> - @@ . patch -p0 <<'@@ .' Index: rpm/rpmdb/pkgio.c ============================================================================ $ cvs diff -u -r1.121 -r1.121.2.1 pkgio.c --- rpm/rpmdb/pkgio.c 18 Oct 2010 06:53:37 -0000 1.121 +++ rpm/rpmdb/pkgio.c 27 Dec 2010 17:03:13 -0000 1.121.2.1 @@ -1170,7 +1170,7 @@ buf[sizeof(buf)-1] = '\0'; if (msg) *msg = xstrdup(buf); if (_pkgio_debug) -fprintf(stderr, "--> headerCheck #1: rc %d \"%s\"\n", rc, (msg ? *msg: "")); +fprintf(stderr, "<-- headerCheck #1: rc %d \"%s\"\n", rc, (msg ? *msg: "")); return rc; } @@ -1190,7 +1190,7 @@ buf[sizeof(buf)-1] = '\0'; if (msg) *msg = xstrdup(buf); if (_pkgio_debug) -fprintf(stderr, "--> headerCheck #2: rc %d \"%s\"\n", rc, (msg ? *msg: "")); +fprintf(stderr, "<-- headerCheck #2: rc %d \"%s\"\n", rc, (msg ? *msg: "")); return rc; } @@ -1315,7 +1315,7 @@ if (msg) *msg = xstrdup(buf); if (_pkgio_debug) -fprintf(stderr, "--> headerCheck #3: rc %d \"%s\"\n", rc, (msg ? *msg: "")); +fprintf(stderr, "<-- headerCheck #3: rc %d \"%s\"\n", rc, (msg ? *msg: "")); return rc; } @@ -1547,7 +1547,7 @@ } if (_pkgio_debug) -fprintf(stderr, "--> rpmReadHeader: rc %d \"%s\"\n", rc, (msg ? *msg: "")); +fprintf(stderr, "<-- rpmReadHeader: rc %d \"%s\"\n", rc, (msg ? *msg: "")); return rc; } @@ . patch -p0 <<'@@ .' Index: rpm/rpmio/auto/Makefile.am ============================================================================ $ cvs diff -u -r1.5.2.1 -r1.5.2.2 Makefile.am --- rpm/rpmio/auto/Makefile.am 25 Dec 2010 21:30:54 -0000 1.5.2.1 +++ rpm/rpmio/auto/Makefile.am 27 Dec 2010 17:03:14 -0000 1.5.2.2 @@ -14,5 +14,5 @@ check-local: -[ -d tests ] && ${AUTOTEST} -l rpmio -d desc -clean - ${AUTOTEST} -l rpmio -d desc -st types -td test_data \ + -${AUTOTEST} -l rpmio -d desc -st types -td test_data \ -gen -splint-specs -build -run @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository rpm-cvs@rpm5.org