On Wed, Apr 09, 2008 at 12:53:12PM +0200, Mike Hommey wrote:
On Wed, Apr 09, 2008 at 06:45:17AM -0400, Daniel Veillard wrote:
On Wed, Apr 09, 2008 at 10:32:38AM +0200, Mike Hommey wrote:
On Wed, Apr 09, 2008 at 03:45:16AM -0400, Daniel Veillard wrote:
A lot of bug fixes had accumulated since the release in january so
a new release was in order:
New release available as usual at
ftp://xmlsoft.org/libxml/
FYI, the tarball contains .orig files.
<grin/>
And .rej files, by the way. Why don't you use make dist to create the
tarballs ?
I use
make rpm
defined as:
rpm: cleanup cleantar
@(unset CDPATH ; $(MAKE) dist-source dist && rpmbuild -ta $(distdir).tar.gz)
it uses 'make dist' as far as i can tell,
Daniel