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: 18-Sep-2007 21:19:21
Branch: HEAD Handle: 2007091820192100
Modified files:
rpm CHANGES
rpm/po POTFILES.in
rpm/tools Makefile.am
Log:
Fix po/POTFILES.in and tools/Makefile.am to reflect recent file changes
(indirectly fixes "make dist", too).
Summary:
Revision Changes Path
1.1635 +1 -0 rpm/CHANGES
1.63 +1 -1 rpm/po/POTFILES.in
2.101 +1 -4 rpm/tools/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.1634 -r1.1635 CHANGES
--- rpm/CHANGES 18 Sep 2007 06:48:14 -0000 1.1634
+++ rpm/CHANGES 18 Sep 2007 19:19:21 -0000 1.1635
@@ -1,4 +1,5 @@
4.5 -> 5.0:
+ - rse: fix po/POTFILES.in and tools/Makefile.am to reflect recent changes (fixes "make dist", too)
- rpm.org: cleanup main() definitions in tests and tools
- rse: include <netinet/in.h> and/or <arpa/inet.h> for htonl(3)
- jbj: uncouple signature verification from transaction sets.
@@ .
patch -p0 <<'@@ .'
Index: rpm/po/POTFILES.in
============================================================================
$ cvs diff -u -r1.62 -r1.63 POTFILES.in
--- rpm/po/POTFILES.in 3 Aug 2007 18:55:42 -0000 1.62
+++ rpm/po/POTFILES.in 18 Sep 2007 19:19:21 -0000 1.63
@@ -44,7 +44,6 @@
lib/rpmfi.c
lib/rpmgi.c
lib/rpminstall.c
-lib/rpmlead.c
lib/rpmlock.c
lib/rpmns.c
lib/rpmps.c
@@ -68,6 +67,7 @@
rpmdb/legacy.c
rpmdb/merge.c
rpmdb/poptDB.c
+rpmdb/pkgio.c
rpmdb/rpmdb.c
rpmdb/sqlite.c
rpmdb/tagname.c
@@ .
patch -p0 <<'@@ .'
Index: rpm/tools/Makefile.am
============================================================================
$ cvs diff -u -r2.100 -r2.101 Makefile.am
--- rpm/tools/Makefile.am 8 Sep 2007 16:15:39 -0000 2.100
+++ rpm/tools/Makefile.am 18 Sep 2007 19:19:21 -0000 2.101
@@ -11,7 +11,7 @@
EXTRA_DIST = hashtab.h
-EXTRA_PROGRAMS = debugedit rpmkey twf txar
+EXTRA_PROGRAMS = debugedit rpmkey txar
myLDADD = \
$(top_builddir)/build/librpmbuild.la \
@@ -48,9 +48,6 @@
##
## XAR package format work-in-progress.
##
-twf = twf.c
-twf_LDADD = $(myLDADD) -lxar
-
txar_SOURCES = txar.c
txar_LDADD = $(myLDADD) -lxar
@@ .
Received on Tue Sep 18 21:19:21 2007