From a44f9f8229dab4198741d48792fe53ebafe592c56b7a8a1a35c5abed499a9364 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 6 Jun 2007 16:18:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=14 --- systemtap-20070519.tar.bz2 | 3 --- systemtap-20070602.tar.bz2 | 3 +++ systemtap.changes | 9 +++++++++ systemtap.spec | 17 +++++++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 systemtap-20070519.tar.bz2 create mode 100644 systemtap-20070602.tar.bz2 diff --git a/systemtap-20070519.tar.bz2 b/systemtap-20070519.tar.bz2 deleted file mode 100644 index d89afcf..0000000 --- a/systemtap-20070519.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86712210e71f9020531efc6232cce07cbba3e3f1c67004a0c5603508b61fc088 -size 691419 diff --git a/systemtap-20070602.tar.bz2 b/systemtap-20070602.tar.bz2 new file mode 100644 index 0000000..b07c7c8 --- /dev/null +++ b/systemtap-20070602.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d15d1cb5a3606b8f0b2455a366462fb4672967778f88068c54ace2cc265ff1 +size 698814 diff --git a/systemtap.changes b/systemtap.changes index cb503b0..b0da611 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 6 16:13:15 CEST 2007 - tiwai@suse.de + +- updated to snapshot 20070602: + * fix for gcc4.3 + * minor fixes in elaborate.* +- include the snapshot date into version string +- clean up spec file + ------------------------------------------------------------------- Tue May 22 17:09:38 CEST 2007 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index e60a6b3..cc9acff 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ # -# spec file for package systemtap (Version 0.5.14) +# spec file for package systemtap (Version 0.5.14.20070602) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,11 +12,10 @@ Name: systemtap BuildRequires: gcc-c++ libebl-devel -%define package_version 20070519 -%define elfutils_version 0.127 +%define package_version 20070602 License: GNU General Public License (GPL) -Version: 0.5.14 -Release: 9 +Version: 0.5.14.20070602 +Release: 1 Summary: Instrumentation System Group: Development/Tools/Debuggers URL: http://sourceware.org/systemtap/ @@ -50,7 +49,7 @@ Authors: make %install -make DESTDIR=$RPM_BUILD_ROOT install +%makeinstall mkdir -p $RPM_BUILD_ROOT/var/cache/systemtap %clean @@ -66,6 +65,12 @@ rm -rf ${RPM_BUILD_ROOT} %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Wed Jun 06 2007 - tiwai@suse.de +- updated to snapshot 20070602: + * fix for gcc4.3 + * minor fixes in elaborate.* +- include the snapshot date into version string +- clean up spec file * Tue May 22 2007 - tiwai@suse.de - updated to snapshot 20070519: * Updated temporary handlings