diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-05-08 23:12:38 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-05-08 23:12:38 +0000 |
commit | b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9 (patch) | |
tree | 57ccbe48439ff2244de39f1d2c51a3faa7f26f68 | |
parent | 64a50218fbc2b411d8bf2b25dcf61bf05129c871 (diff) | |
download | spec-helper-b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9.tar spec-helper-b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9.tar.gz spec-helper-b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9.tar.bz2 spec-helper-b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9.tar.xz spec-helper-b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9.zip |
new releasev0.30.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.30.0 +VERSION = 0.30.2 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,12 @@ +2009-05-09 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.2 + * drop man page normalization, broken, and uneeded anymore + * drop hardlink handling in man page compression + * fix exception handling, all scripts now use a single + regexp + +2009-05-08 Götz Waschk <waschk@mandriva.org> 0.30.1 + * fix syntax error in compress_files + 2009-05-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.30.0 * normalize man pages, to make file command able to identify them correctly (mdv bug #42725) |