diff --git a/sources b/sources index fe0e2f4..e37b450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5be8b55864c5b1b50fc361991bb9a4dd systemtap-2.2.1.tar.gz +6943e1b6855c9b28420d9a31749330f1 systemtap-2.3-0.44.g2c10863.tar.gz diff --git a/systemtap.spec b/systemtap.spec index a561009..33c215b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ %{!?with_sqlite: %global with_sqlite 1} -%{!?with_docs: %global with_docs 0} +%{!?with_docs: %global with_docs 1} # crash is not available %ifarch ppc ppc64 %{sparc} %{!?with_crash: %global with_crash 0} @@ -31,8 +31,8 @@ %{!?with_java: %global with_java 1} Name: systemtap -Version: 2.2.1 -Release: 1%{?dist} +Version: 2.3 +Release: 0.44.g2c10863%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz +Source: %{name}-%{version}-0.44.g2c10863.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -771,6 +771,10 @@ done # ------------------------------------------------------------------------ %changelog +* Mon May 27 2013 Lukas Berk - 2.3-0.44.g2c10863 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 - Upstream release.