diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.30.5 +VERSION = 0.30.6 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ @@ -1,3 +1,7 @@ +2009-11-21 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.6 + * set LD_LIBRARY_PATH before calling ldd to check for + missing or unused libs strip_and_check_elf_files (mdv bug #41522) + 2009-06-25 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.30.5 * fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern, which would result in files being stripped even when they should've been |