aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-11-21 21:02:37 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-11-21 21:02:37 +0000
commit4f7ec398f2b4a0cce9e88badf684c75b920b7244 (patch)
tree4a86769ff66ab80c538a971fe93ee5533c75dc49
parente625980d0c4138477193fa40e22078c35a954e0c (diff)
downloadspec-helper-4f7ec398f2b4a0cce9e88badf684c75b920b7244.tar
spec-helper-4f7ec398f2b4a0cce9e88badf684c75b920b7244.tar.gz
spec-helper-4f7ec398f2b4a0cce9e88badf684c75b920b7244.tar.bz2
spec-helper-4f7ec398f2b4a0cce9e88badf684c75b920b7244.tar.xz
spec-helper-4f7ec398f2b4a0cce9e88badf684c75b920b7244.zip
bump releasev0.30.6
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b23c032..6820bed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = spec-helper
-VERSION = 0.30.5
+VERSION = 0.30.6
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 0f02fc7..c04dc66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+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