diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-10 12:09:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-10 12:09:28 +0000 |
commit | 5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075 (patch) | |
tree | 0baf50b41c692f8a9d81b3b72bf7803831aa9333 | |
parent | 4593c41242663be5c93b4fe2b71b44a6e0b15864 (diff) | |
download | rpm-setup-5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075.tar rpm-setup-5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075.tar.gz rpm-setup-5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075.tar.bz2 rpm-setup-5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075.tar.xz rpm-setup-5dcefdef8f9fe3a5e8ce76c878dfeeb4371f4075.zip |
- 1.58: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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |