OBS User unknown 2007-10-25 23:57:13 +00:00 committed by Git OBS Bridge
parent fb8dc28cdb
commit 0bca070259
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 25 12:53:04 CEST 2007 - tiwai@suse.de
- disable gcc-4.3 fix again since it breaks older gccs...
-------------------------------------------------------------------
Wed Oct 24 16:33:35 CEST 2007 - tiwai@suse.de

View File

@ -15,7 +15,7 @@ BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-
%define package_version 20071020
License: GPL v2 or later
Version: 0.6
Release: 3
Release: 4
Summary: Instrumentation System
Group: Development/Tools/Debuggers
Url: http://sourceware.org/systemtap/
@ -42,7 +42,7 @@ Authors:
%prep
# %setup -n %{name}-%{package_version} -q -a1
%setup -n src -q
%patch
# %patch
%build
%configure
@ -64,6 +64,8 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/systemtap
%dir %attr(0755,root,root) /var/cache/systemtap
%changelog
* 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
- fix build with gcc 4.3
* Mon Oct 22 2007 - tiwai@suse.de