aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2010-01-01 23:18:42 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2010-01-01 23:18:42 +0000
commit9531195c133a9e5af376a5101706c67f05a6b95f (patch)
treeceaca66b0ae0565f499e8bb81d6a7dceb4c68183
parent0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b (diff)
downloadspec-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--Makefile2
-rw-r--r--NEWS9
2 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 89d6083..9a761da 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/NEWS b/NEWS
index c04dc66..098aeb8 100644
--- a/NEWS
+++ b/NEWS
@@ -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)