From 4e1f190e40276b76186ad7685a54c691c43ca4ec Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 9 Oct 2012 18:06:11 -0700 Subject: [PATCH] upstream release 2.0 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cf9f1e4..3ee23ab 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ systemtap-1.3.tar.gz /systemtap-1.8.tar.gz /systemtap-2.0pre-git10c737f.tar.gz /systemtap-2.0pre-gitec12f84.tar.gz +/systemtap-2.0.tar.gz diff --git a/sources b/sources index 2887bcc..fd0d077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c6b0776acf6332d7eba8f64597ed159 systemtap-2.0pre-gitec12f84.tar.gz +1dc6f1341cadc27de8732089304efcff systemtap-2.0.tar.gz diff --git a/systemtap.spec b/systemtap.spec index a0575c7..b98d64f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -29,7 +29,7 @@ Name: systemtap Version: 2.0 -Release: 0.4.gitec12f84%{?dist} +Release: 1%{?dist} # for version, see also configure.ac @@ -59,9 +59,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -#Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz -# full snapshot hash is ec12f84f44fb56fffe26db84edcc3a97ee079efe -Source: %{name}-%{version}pre-gitec12f84.tar.gz +Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -246,6 +244,8 @@ Requires: crash %endif %ifarch x86_64 Requires: /usr/lib/libc.so +# ... and /usr/lib/libgcc_s.so.* +# ... and /usr/lib/libstdc++.so.* %endif %description testsuite @@ -613,6 +613,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Tue Oct 09 2012 Josh Stone - 2.0-1 +- Upstream release. + * Thu Sep 20 2012 Josh Stone 2.0-0.4.gitec12f84 - Update to a new snapshot towards 2.0.