This commit is contained in:
parent
0bca070259
commit
5352411cc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20ff3eeb97e2cab870f231ab745ec6da45b516660667f4d18d9f3103277e265
|
||||
size 773425
|
3
systemtap-20071117.tar.bz2
Normal file
3
systemtap-20071117.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46f6c64d50974f848b8520693711661aed3a9c16e25ba82cd3cd3ebf8d0bde13
|
||||
size 778423
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 14:53:53 CET 2007 - tiwai@suse.de
|
||||
|
||||
- enable gcc-4.3 patch (yes, we use only gcc4.3 now)
|
||||
- updated to snapshot 20071117
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 12:53:04 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -12,10 +12,10 @@
|
||||
|
||||
Name: systemtap
|
||||
BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel
|
||||
%define package_version 20071020
|
||||
%define package_version 20071117
|
||||
License: GPL v2 or later
|
||||
Version: 0.6
|
||||
Release: 4
|
||||
Release: 9
|
||||
Summary: Instrumentation System
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://sourceware.org/systemtap/
|
||||
@ -42,7 +42,9 @@ Authors:
|
||||
%prep
|
||||
# %setup -n %{name}-%{package_version} -q -a1
|
||||
%setup -n src -q
|
||||
# %patch
|
||||
%if %suse_version > 1030
|
||||
%patch
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -64,6 +66,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_datadir}/systemtap
|
||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||
%changelog
|
||||
* Mon Nov 19 2007 - tiwai@suse.de
|
||||
- enable gcc-4.3 patch (yes, we use only gcc4.3 now)
|
||||
- updated to snapshot 20071117
|
||||
* Thu Oct 25 2007 - tiwai@suse.de
|
||||
- disable gcc-4.3 fix again since it breaks older gccs...
|
||||
* Wed Oct 24 2007 - tiwai@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user