From 896df5885f99f4c37cc09bae173c291b42e6c275 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 14 Sep 2005 21:28:31 +0000 Subject: [PATCH] Automatic update to 0.4.1 --- sources | 2 +- systemtap.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 7608f44..6b4270a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -aa847784f799c29e8d9eda9cc1b2b331 systemtap-0.4.tar.gz +403ddb7367086865fd587498296c5f1b systemtap-0.4.1.tar.gz 6a3c6305c2e44890a61b4ecae795bb9c elfutils-0.115.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 294dfb4..02bd1ef 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -2,7 +2,7 @@ %define elfutils_version 0.115 Name: systemtap -Version: 0.4 +Version: 0.4.1 Release: 2 Summary: Instrumentation System Group: Development/System @@ -59,6 +59,8 @@ cat > configure <<\EOF exec ../elfutils-%{elfutils_version}/configure "$@" EOF chmod +x configure +LDFLAGS=-Wl,--enable-new-dtags,-rpath,%{_libdir}/%{name} +export LDFLAGS %configure --enable-libebl-subdir=%{name} make %{?_smp_mflags} for dir in libelf libebl libdw libdwfl; do @@ -128,9 +130,15 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Wed Sep 7 2005 Frank Eigler - 0.4-2 +* Wed Sep 14 2005 Roland McGrath - 0.4.1-2 - Rebuilt for devel +* Wed Sep 14 2005 Roland McGrath - 0.4.1-1 +- Many fixes and improvements since 0.2.2; relevant PRs include: + 1122, 1134, 1155, 1172, 1174, 1175, 1180, 1186, 1187, 1191, 1193, 1195, + 1197, 1205, 1206, 1209, 1213, 1244, 1257, 1258, 1260, 1265, 1268, 1270, + 1289, 1292, 1306, 1335, 1257 + * Wed Sep 7 2005 Frank Ch. Eigler - Bump version.