diff --git a/.gitignore b/.gitignore index fa5b5bc..9022ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151102git7b19719.tar.gz /systemtap-3.0-0.20151116gitcb69017.tar.gz /systemtap-3.0-0.20151123gita344cab.tar.gz +/systemtap-3.0-0.20151130git5042c9a.tar.gz diff --git a/sources b/sources index 7463c1c..f0d9c12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82cc9f0d4f4f914ff23ca32b645f348e systemtap-3.0-0.20151123gita344cab.tar.gz +4980297a71096d27b100bfb2fa252b30 systemtap-3.0-0.20151130git5042c9a.tar.gz diff --git a/systemtap.spec b/systemtap.spec index bcfa0af..070f655 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151123gita344cab%{?dist} +Release: 0.20151130git5042c9a%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151123gita344cab.tar.gz +Source: %{name}-%{version}-0.20151130git5042c9a.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -130,7 +130,7 @@ BuildRequires: elfutils-devel >= %{elfutils_version} %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 -BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) tex(graphicx.sty) +BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(graphicx.sty) %endif # For the html.sty mentioned in the .tex files, even though latex2html is # not run during the build, only during manual scripts/update-docs runs: @@ -1030,6 +1030,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 30 2015 Lukas Berk - 3.0-0.20151130git5042c9a +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 23 2015 Lukas Berk - 3.0-0.20151123gita344cab - Automated weekly rawhide release - Applied spec changes from upstream git