diff options
-rw-r--r-- | ChangeLog | 68 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 69 insertions, 1 deletions
@@ -1,3 +1,71 @@ +2007-02-13 23:52 nanardon + + * pkgconfigdeps.sh: - remove misplaced and not working code + +2007-02-13 23:51 nanardon + + * pkgconfigdeps.sh: - call pkgconfig one time all .pc file to allow + to find all deps #28577 + +2007-02-13 23:52 nanardon + + * pkgconfigdeps.sh: - remove misplaced and not working code + +2007-02-13 23:51 nanardon + + * pkgconfigdeps.sh: - call pkgconfig one time all .pc file to allow + to find all deps #28577 + +2007-02-13 22:26 nanardon + + * Makefile.am, find-provides.in, find-requires.in, + pkgconfigdeps.sh: - fork pkgconfig dependencies finder script + +2007-02-13 22:20 nanardon + + * find-provides.in, find-requires.in: - disable libtool provides + +2007-02-06 14:52 nanardon + + * find-requires.in: - fix typo in test + +2007-02-06 14:49 nanardon + + * find-requires.in: Use objdump instead of ldd for devel + dependencies finder (#25877) + +2007-02-06 14:52 nanardon + + * find-requires.in: - fix typo in test + +2007-02-06 14:49 nanardon + + * find-requires.in: Use objdump instead of ldd for devel + dependencies finder (#25877) + +2007-01-25 10:05 nanardon + + * macros.in: - remove --as-need options from optflags + +2007-01-24 23:35 nanardon + + * find-provides.in, find-requires.in: - replace grep A-Z by :upper: + to fix matching when using utf8 locales (#23724) + +2007-01-24 22:49 nanardon + + * macros.in: - implement --as-need ld option in our defaults CFLAGS + as suggested by #20036, but disable for now + +2007-01-15 12:58 gb + + * ChangeLog: updates + +2007-01-15 12:54 gb + + * configure.ac, find-requires.in: Auto-detect binary files that + Requires: rtld(GNU_HASH) + 2007-01-15 12:54 gb * soft/rpm/rpm-setup/trunk/configure.ac, diff --git a/configure.ac b/configure.ac index aea77b2..16acc4b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.34, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.35, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |