From 5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Sep 2007 12:09:28 +0000 Subject: - 1.58: - find-requires.in: o do not use buildroot since it may contain double slashes whereas filelist do not (fixes missing require on perl-base and python-base) - filter.sh, macros.in: o handle double slashes in buildroot in filter.sh in new file exception macros, in case tmppath contains a trailing slash as in iurt. This also fixes handling of exception macros that contain spaces, which has been broken for a while. - find-provides.in, find-requires.in: (Anssi) o ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ AOT compiled shared objects and are only useful when running the software in the package with gij (gcc java). If the user uses some other java VM, they do not need their dependencies satisfied. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 167c178..a4533af 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.57, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.58, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR -- cgit v1.2.1