RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: [EMAIL PROTECTED]
Module: rpm Date: 20-May-2008 11:22:53
Branch: HEAD Handle: 2008052009225300
Modified files:
rpm CHANGES
rpm/python Makefile.am
Log:
copy rpmversion.h build fix
Summary:
Revision Changes Path
1.2355 +1 -0 rpm/CHANGES
1.79 +1 -0 rpm/python/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2354 -r1.2355 CHANGES
--- rpm/CHANGES 20 May 2008 09:21:28 -0000 1.2354
+++ rpm/CHANGES 20 May 2008 09:22:53 -0000 1.2355
@@ -1,5 +1,6 @@
5.1.0 -> 5.2a0:
+ - afb: fix VPATH builds finding rpmversion.h (in python)
- afb: internal liblzma was not properly in autoconf/automake
- afb: fix VPATH builds of lua finding "system.h" from popt (not rpm)
- afb: fix VPATH builds finding rpmversion.h (in tools)
@@ .
patch -p0 <<'@@ .'
Index: rpm/python/Makefile.am
============================================================================
$ cvs diff -u -r1.78 -r1.79 Makefile.am
--- rpm/python/Makefile.am 15 Jan 2008 19:53:58 -0000 1.78
+++ rpm/python/Makefile.am 20 May 2008 09:22:53 -0000 1.79
@@ -15,6 +15,7 @@
-I$(top_srcdir) \
-I$(top_srcdir)/build \
-I$(top_srcdir)/lib \
+ -I$(top_builddir)/lib \
-I$(top_srcdir)/rpmdb \
-I$(top_srcdir)/rpmio \
-I$(top_srcdir)/misc \
@@ .
______________________________________________________________________
RPM Package Manager http://rpm5.org
CVS Sources Repository [email protected]