diff --git a/sources b/sources index 422ac07..a1894e4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -0ebbfc091e19e97ae1c78b50a1c603af systemtap-0.5.2.tar.gz -fb8ea485fca0032cc4b4c8fd634b6f46 elfutils-0.118.tar.gz +5aef2312e7e767902e398811ed9388c9 systemtap-0.5.3.tar.gz +57b9e4ab3b9fb597a72badf26f7f9bdc elfutils-0.119.tar.gz diff --git a/systemtap.spec b/systemtap.spec index c71ba55..e01bab3 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,8 +1,8 @@ %define bundled_elfutils 0 -%define elfutils_version 0.118 +%define elfutils_version 0.119 Name: systemtap -Version: 0.5.2 +Version: 0.5.3 Release: 2 Summary: Instrumentation System Group: Development/System @@ -100,9 +100,13 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Mon Dec 19 2005 Roland McGrath - 0.5.2-2 +* Mon Jan 16 2006 Roland McGrath - 0.5.3-2 - Rebuilt for devel +* Mon Jan 16 2006 Roland McGrath - 0.5.3-1 +- Many changes, affected PRs include: 2056, 1144, 1379, 2057, + 2060, 1972, 2140, 2148 + * Mon Dec 19 2005 Roland McGrath - 0.5.2-1 - Fixed build with gcc 4.1, various tapset changes.