RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 21-Dec-2007 09:51:46
Branch: HEAD Handle: 2007122108514501
Modified files:
rpm CHANGES Doxyfile.in
rpm/po POTFILES.in
rpm/rpmio stringbuf.c stringbuf.h
Log:
fix paths to stringbuf.[ch] (this especially should fix tarball
rolling again, too)
Summary:
Revision Changes Path
1.2003 +1 -0 rpm/CHANGES
2.84 +2 -2 rpm/Doxyfile.in
1.65 +1 -1 rpm/po/POTFILES.in
2.2 +1 -1 rpm/rpmio/stringbuf.c
2.2 +1 -1 rpm/rpmio/stringbuf.h
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2002 -r1.2003 CHANGES
--- rpm/CHANGES 20 Dec 2007 23:35:27 -0000 1.2002
+++ rpm/CHANGES 21 Dec 2007 08:51:45 -0000 1.2003
@@ -1,4 +1,5 @@
5.0b2 -> 5.0b3:
+ - rse: fix paths to stringbuf.[ch]
- pixel: fix http://qa.mandriva.com/show_bug.cgi?id=27417.
- jbj: expedient fix for http://qa.mandriva.com/show_bug.cgi?id=31680.
- jbj: functional rpmbuild -bt foo.spec (if %track is present in foo.spec).
@@ .
patch -p0 <<'@@ .'
Index: rpm/Doxyfile.in
============================================================================
$ cvs diff -u -r2.83 -r2.84 Doxyfile.in
--- rpm/Doxyfile.in 3 Dec 2007 18:51:57 -0000 2.83
+++ rpm/Doxyfile.in 21 Dec 2007 08:51:45 -0000 2.84
@@ -558,8 +558,6 @@
@top_srcdir@/lib/rpmts.h \
@top_srcdir@/lib/rpmversion.c \
@top_srcdir@/lib/rpmversion.h \
- @top_srcdir@/lib/stringbuf.c \
- @top_srcdir@/lib/stringbuf.h \
@top_srcdir@/lib/transaction.c \
@top_srcdir@/lib/tar.c \
@top_srcdir@/lib/tar.h \
@@ -657,6 +655,8 @@
@top_srcdir@/rpmio/rpmsw.h \
@top_srcdir@/rpmio/rpmurl.h \
@top_srcdir@/rpmio/strcasecmp.c \
+ @top_srcdir@/rpmio/stringbuf.h \
+ @top_srcdir@/rpmio/stringbuf.c \
@top_srcdir@/rpmio/stubs.c \
@top_srcdir@/rpmio/ugid.c \
@top_srcdir@/rpmio/ugid.h \
@@ .
patch -p0 <<'@@ .'
Index: rpm/po/POTFILES.in
============================================================================
$ cvs diff -u -r1.64 -r1.65 POTFILES.in
--- rpm/po/POTFILES.in 2 Oct 2007 15:19:43 -0000 1.64
+++ rpm/po/POTFILES.in 21 Dec 2007 08:51:46 -0000 1.65
@@ -52,7 +52,6 @@
lib/rpmsx.c
lib/rpmte.c
lib/rpmts.c
-lib/stringbuf.c
lib/tar.c
lib/transaction.c
lib/verify.c
@@ -95,6 +94,7 @@
rpmio/rpmsw.c
rpmio/sha224.c
rpmio/strcasecmp.c
+rpmio/stringbuf.c
rpmio/strtolocale.c
rpmio/tiger.c
rpmio/ugid.c
@@ .
patch -p0 <<'@@ .'
Index: rpm/rpmio/stringbuf.c
============================================================================
$ cvs diff -u -r2.1 -r2.2 stringbuf.c
--- rpm/rpmio/stringbuf.c 18 Dec 2007 19:40:54 -0000 2.1
+++ rpm/rpmio/stringbuf.c 21 Dec 2007 08:51:46 -0000 2.2
@@ -1,5 +1,5 @@
/**
- * \file lib/stringbuf.c
+ * \file rpmio/stringbuf.c
*/
#include "system.h"
@@ .
patch -p0 <<'@@ .'
Index: rpm/rpmio/stringbuf.h
============================================================================
$ cvs diff -u -r2.1 -r2.2 stringbuf.h
--- rpm/rpmio/stringbuf.h 18 Dec 2007 19:40:54 -0000 2.1
+++ rpm/rpmio/stringbuf.h 21 Dec 2007 08:51:46 -0000 2.2
@@ -1,7 +1,7 @@
#ifndef _STRINGBUF_H_
#define _STRINGBUF_H_
-/** \file lib/stringbuf.h
+/** \file rpmio/stringbuf.h
*
*/
@@ .
Received on Fri Dec 21 09:51:46 2007