OBS User unknown 2007-07-04 21:57:08 +00:00 committed by Git OBS Bridge
parent a44f9f8229
commit 99688baa6c
5 changed files with 19 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68d15d1cb5a3606b8f0b2455a366462fb4672967778f88068c54ace2cc265ff1
size 698814

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6343047aa7a99abf6d74addaec3392c6344ab5d9790760d00dcdf79cabc6e23e
size 712310

View File

@ -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);
}

View File

@ -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

View File

@ -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