From 99688baa6ca842b1601dc6f0c187f64526642c8c04c48fc82a2ac25b825b835f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Jul 2007 21:57:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=15 --- systemtap-20070602.tar.bz2 | 3 --- systemtap-20070630.tar.bz2 | 3 +++ systemtap-compile-warning-fixes.diff | 16 ---------------- systemtap.changes | 7 +++++++ systemtap.spec | 16 +++++++++------- 5 files changed, 19 insertions(+), 26 deletions(-) delete mode 100644 systemtap-20070602.tar.bz2 create mode 100644 systemtap-20070630.tar.bz2 delete mode 100644 systemtap-compile-warning-fixes.diff diff --git a/systemtap-20070602.tar.bz2 b/systemtap-20070602.tar.bz2 deleted file mode 100644 index b07c7c8..0000000 --- a/systemtap-20070602.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68d15d1cb5a3606b8f0b2455a366462fb4672967778f88068c54ace2cc265ff1 -size 698814 diff --git a/systemtap-20070630.tar.bz2 b/systemtap-20070630.tar.bz2 new file mode 100644 index 0000000..db9009d --- /dev/null +++ b/systemtap-20070630.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6343047aa7a99abf6d74addaec3392c6344ab5d9790760d00dcdf79cabc6e23e +size 712310 diff --git a/systemtap-compile-warning-fixes.diff b/systemtap-compile-warning-fixes.diff deleted file mode 100644 index 309b918..0000000 --- a/systemtap-compile-warning-fixes.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- runtime/staprun/mainloop.c-dist 2007-05-22 17:14:19.000000000 +0200 -+++ runtime/staprun/mainloop.c 2007-05-22 17:15:32.000000000 +0200 -@@ -21,9 +21,10 @@ int use_old_transport = 0; - void fatal_handler (int signum) - { - char *str = strsignal(signum); -- (void)write (STDERR_FILENO, ERR_MSG, sizeof(ERR_MSG)); -- (void)write (STDERR_FILENO, str, strlen(str)); -- (void)write (STDERR_FILENO, "\n", 1); -+ ssize_t err; -+ err = write (STDERR_FILENO, ERR_MSG, sizeof(ERR_MSG)); -+ err = write (STDERR_FILENO, str, strlen(str)); -+ err = write (STDERR_FILENO, "\n", 1); - _exit(-1); - - } diff --git a/systemtap.changes b/systemtap.changes index b0da611..8b679f1 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 4 12:22:34 CEST 2007 - tiwai@suse.de + +- updated to snapshot 20070630: + * auto-tools fixes, sqlite3 requirement +- add sqlite-devel and glib2-devel to buildrequires + ------------------------------------------------------------------- Wed Jun 6 16:13:15 CEST 2007 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index cc9acff..eb38616 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ # -# spec file for package systemtap (Version 0.5.14.20070602) +# spec file for package systemtap (Version 0.5.14.20070630) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,10 +11,10 @@ # norootforbuild Name: systemtap -BuildRequires: gcc-c++ libebl-devel -%define package_version 20070602 -License: GNU General Public License (GPL) -Version: 0.5.14.20070602 +BuildRequires: gcc-c++ glib2-devel libebl-devel pkg-config sqlite-devel +%define package_version 20070630 +License: GPL v2 or later +Version: 0.5.14.20070630 Release: 1 Summary: Instrumentation System Group: Development/Tools/Debuggers @@ -22,7 +22,6 @@ URL: http://sourceware.org/systemtap/ # Requires: kernel-source gcc make # Suggest: kernel-smp-debuginfo Source: systemtap-%{package_version}.tar.bz2 -Patch: systemtap-compile-warning-fixes.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,7 +41,6 @@ Authors: %prep # %setup -n %{name}-%{package_version} -q -a1 %setup -n src -q -%patch %build %configure @@ -65,6 +63,10 @@ rm -rf ${RPM_BUILD_ROOT} %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Wed Jul 04 2007 - tiwai@suse.de +- updated to snapshot 20070630: + * auto-tools fixes, sqlite3 requirement +- add sqlite-devel and glib2-devel to buildrequires * Wed Jun 06 2007 - tiwai@suse.de - updated to snapshot 20070602: * fix for gcc4.3