diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-26 14:55:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-26 14:55:43 +0000 |
commit | e0c73b6bb4e0351cc51a11d09a76c26a725a528d (patch) | |
tree | 166e91699d154a642ab14a11cb8f3dc52d39d668 | |
parent | a26fbdc7316cd5bf79c845e560a7a77f6a0e6e13 (diff) | |
download | spec-helper-e0c73b6bb4e0351cc51a11d09a76c26a725a528d.tar spec-helper-e0c73b6bb4e0351cc51a11d09a76c26a725a528d.tar.gz spec-helper-e0c73b6bb4e0351cc51a11d09a76c26a725a528d.tar.bz2 spec-helper-e0c73b6bb4e0351cc51a11d09a76c26a725a528d.tar.xz spec-helper-e0c73b6bb4e0351cc51a11d09a76c26a725a528d.zip |
0.29.5v0.29.5
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.29.4 +VERSION = 0.29.5 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,6 @@ +2008-08-26 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.5 + * fix regression related to DONT_STRIP when not exported + 2008-05-16 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.4 * strip_and_check_elf_files: skip check on /usr/lib/debug (#40847) |