diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2010-01-01 23:18:42 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2010-01-01 23:18:42 +0000 |
commit | 9531195c133a9e5af376a5101706c67f05a6b95f (patch) | |
tree | ceaca66b0ae0565f499e8bb81d6a7dceb4c68183 | |
parent | 0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b (diff) | |
download | spec-helper-9531195c133a9e5af376a5101706c67f05a6b95f.tar spec-helper-9531195c133a9e5af376a5101706c67f05a6b95f.tar.gz spec-helper-9531195c133a9e5af376a5101706c67f05a6b95f.tar.bz2 spec-helper-9531195c133a9e5af376a5101706c67f05a6b95f.tar.xz spec-helper-9531195c133a9e5af376a5101706c67f05a6b95f.zip |
bump releasev0.31.0
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.30.6 +VERSION = 0.31.0 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ @@ -1,11 +1,16 @@ +2010-01-01 Guillaume Rousse <guillomovitch@mandriva.org> 0.31.0 + * replace gprintify python + shell implementation with a pure perl one + * fix ${foo##*/} recognition in gprintify (mdv bug #56342) + * enhance test suite with actual scripts usage + 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 - excluded (cause of mdv bug #51374) + which would result in files being stripped even when they should've + been excluded (cause of mdv bug #51374) 2009-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.4 * skip PDF files when fixing end of lines (mdv bug #51128) |