diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-02-16 18:42:34 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-02-16 18:42:34 +0000 |
commit | 0428f09f0fe52e6be53c57f0274805d555aa4320 (patch) | |
tree | 9b793aefafaf6a2884ba59cc6dd60c0c43ff0642 /ChangeLog | |
parent | e33b083873d366b3cac3c6956c74cc3cf0398af4 (diff) | |
download | rpm-setup-0428f09f0fe52e6be53c57f0274805d555aa4320.tar rpm-setup-0428f09f0fe52e6be53c57f0274805d555aa4320.tar.gz rpm-setup-0428f09f0fe52e6be53c57f0274805d555aa4320.tar.bz2 rpm-setup-0428f09f0fe52e6be53c57f0274805d555aa4320.tar.xz rpm-setup-0428f09f0fe52e6be53c57f0274805d555aa4320.zip |
- 1.351.35
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 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, |