From b53ca125d24de020f0adac360d2c912ac92249c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Fri, 16 Apr 2010 14:55:57 +0000 Subject: strip shared libraries with the '-g' option --- NEWS | 3 +++ configure.ac | 2 +- find-debuginfo.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0f79599..3b9b6be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.103 - 16 April 2010, by Per Øyvind Karlsen +- strip shared libraries with the '-g' option + Version 1.102 - 08 April 2010, by Michael Scherer - do not requires python 2.X branch rpm for python 3.X modules, requires instead python 3.X interpreter diff --git a/configure.ac b/configure.ac index e359198..18ca297 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.102, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.103, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR diff --git a/find-debuginfo.sh b/find-debuginfo.sh index 53aab9e..07ce88b 100755 --- a/find-debuginfo.sh +++ b/find-debuginfo.sh @@ -31,7 +31,7 @@ if [ ! -x $debugedit ]; then fi # With -g arg, pass it to strip on libraries. -strip_g=false +strip_g=true # Barf on missing build IDs. strict=false -- cgit v1.2.1