aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-05-07 19:34:34 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-05-07 19:34:34 +0000
commit4f76a31b47421ed787f69d80f8fcae13ffb75298 (patch)
tree180543fab6b60ad0a134c0816ba4ecaeba8451bf
parente76b3a8a4e6c0c277853c997a9463ecf52db8002 (diff)
downloadspec-helper-0.30.0.tar
spec-helper-0.30.0.tar.gz
spec-helper-0.30.0.tar.bz2
spec-helper-0.30.0.tar.xz
spec-helper-0.30.0.zip
new releasev0.30.0
-rw-r--r--Makefile2
-rw-r--r--NEWS9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b11b09..b2a0f82 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = spec-helper
-VERSION = 0.29.5
+VERSION = 0.30.0
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE)
SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \
diff --git a/NEWS b/NEWS
index cf3d481..5994bfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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)
+ * fix escaped patterns parsing in gprintify (mdv bug #49277)
+ * fix fix_eol, it was previously skipping all files...
+ * replace deprecated 'lzmash' command with 'lzma' in compress_files
+ (Per Oyvind)
+ * add support for xz in compress_files (Per Oyvind)
+
2008-08-26 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.5
* fix regression related to DONT_STRIP when not exported