diff --git a/systemtap-20070630.tar.bz2 b/systemtap-20070630.tar.bz2 deleted file mode 100644 index db9009d..0000000 --- a/systemtap-20070630.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6343047aa7a99abf6d74addaec3392c6344ab5d9790760d00dcdf79cabc6e23e -size 712310 diff --git a/systemtap-20070714.tar.bz2 b/systemtap-20070714.tar.bz2 new file mode 100644 index 0000000..7cef907 --- /dev/null +++ b/systemtap-20070714.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d6a195f8a345ae5d069681b585bb2385e36e1b618e6c0e692ce3bdbd6a6fb +size 735476 diff --git a/systemtap.changes b/systemtap.changes index 8b679f1..9e28cf9 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 16 17:39:33 CEST 2007 - tiwai@suse.de + +- updated to snapshot 20070714: + * configure fix for sqlite + * support for crash extension module + * new enum for type column in coverage_element + ------------------------------------------------------------------- Wed Jul 4 12:22:34 CEST 2007 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index eb38616..d3ba751 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ # -# spec file for package systemtap (Version 0.5.14.20070630) +# spec file for package systemtap (Version 0.5.14.20070714) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,9 +12,9 @@ Name: systemtap BuildRequires: gcc-c++ glib2-devel libebl-devel pkg-config sqlite-devel -%define package_version 20070630 +%define package_version 20070714 License: GPL v2 or later -Version: 0.5.14.20070630 +Version: 0.5.14.20070714 Release: 1 Summary: Instrumentation System Group: Development/Tools/Debuggers @@ -63,6 +63,11 @@ rm -rf ${RPM_BUILD_ROOT} %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Mon Jul 16 2007 - tiwai@suse.de +- updated to snapshot 20070714: + * configure fix for sqlite + * support for crash extension module + * new enum for type column in coverage_element * Wed Jul 04 2007 - tiwai@suse.de - updated to snapshot 20070630: * auto-tools fixes, sqlite3 requirement