diff options
author | roland <roland> | 2006-01-17 07:48:37 +0000 |
---|---|---|
committer | roland <roland> | 2006-01-17 07:48:37 +0000 |
commit | db6a8a109038bcbc2364ab861681fa2b7d73068e (patch) | |
tree | f3b203f57e56a74c6cc1f194a93ff227f261af70 /systemtap.spec.in | |
parent | 45c2b487202a3455db7cc86f108bfe2fe54677ef (diff) | |
download | systemtap-steved-db6a8a109038bcbc2364ab861681fa2b7d73068e.tar.gz systemtap-steved-db6a8a109038bcbc2364ab861681fa2b7d73068e.tar.xz systemtap-steved-db6a8a109038bcbc2364ab861681fa2b7d73068e.zip |
2006-01-16 Roland McGrath <roland@redhat.com>
* systemtap.spec.in (elfutils_version): Require 0.119 now.
* configure.ac, systemtap.spec.in: Version 0.5.3.
* configure: Regenerated.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 72f8acf8..c159f3e2 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ %define bundled_elfutils 1 -%define elfutils_version 0.118 +%define elfutils_version 0.119 Name: systemtap Version: @VERSION@ @@ -100,6 +100,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Jan 16 2006 Roland McGrath <roland@redhat.com> - 0.5.3-1 +- Many changes, affected PRs include: 2056, 1144, 1379, 2057, + 2060, 1972, 2140, 2148 + * Mon Dec 19 2005 Roland McGrath <roland@redhat.com> - 0.5.2-1 - Fixed build with gcc 4.1, various tapset changes. |