Hello community, here is the log from the commit of package systemtap for openSUSE:Factory checked in at Fri May 8 17:11:31 CEST 2009. -------- --- systemtap/systemtap.changes 2009-02-19 16:57:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/systemtap/systemtap.changes 2009-05-08 16:44:33.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 8 16:43:08 CEST 2009 - tiwai@suse.de + +- updated to released version 0.9.7: + * Lots of fixes, improvements, see NEWS file for details + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- systemtap-20090214.tar.bz2 New: ---- systemtap-0.9.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemtap.spec ++++++ --- /var/tmp/diff_new_pack.z29601/_old 2009-05-08 17:10:00.000000000 +0200 +++ /var/tmp/diff_new_pack.z29601/_new 2009-05-08 17:10:00.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package systemtap (Version 0.8) +# spec file for package systemtap (Version 0.9.7) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,15 +27,20 @@ BuildRequires: fop BuildRequires: latex2html %endif -%define package_version 20090214 +%define use_snapshot 0 License: GPL v2 or later -Version: 0.8 +Version: 0.9.7 Release: 1 Summary: Instrumentation System Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ # Requires: kernel-source gcc make # Suggest: kernel-smp-debuginfo +%if %use_snapshot +%define package_version 20090214 +%else +%define package_version %{version} +%endif Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2 Patch: systemtap-docdir-fix.diff Patch2: systemtap-ioblock-suse-kernel-fix.diff @@ -58,8 +63,11 @@ Tom Zanussi <zanussi@us.ibm.com> %prep -# %setup -n %{name}-%{package_version} -q -a1 +%if %use_snapshot %setup -n src -q +%else +%setup -n %{name}-%{package_version} -q +%endif %patch -p1 %patch2 %if %suse_version > 1030 @@ -94,6 +102,9 @@ %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Fri May 08 2009 tiwai@suse.de +- updated to released version 0.9.7: + * Lots of fixes, improvements, see NEWS file for details * Thu Feb 19 2009 tiwai@suse.de - updated to systemtap snashot 20090214: * Version bump to 0.8 ++++++ systemtap-20090214.tar.bz2 -> systemtap-0.9.7.tar.bz2 ++++++ ++++ 407145 lines of diff (skipped) ++++++ systemtap-docdir-fix.diff ++++++ --- /var/tmp/diff_new_pack.z29601/_old 2009-05-08 17:10:04.000000000 +0200 +++ /var/tmp/diff_new_pack.z29601/_new 2009-05-08 17:10:04.000000000 +0200 @@ -1,8 +1,13 @@ -diff --git a/Makefile.am b/Makefile.am -index 945afda..4678c2b 100644 +--- + Makefile.am | 2 +- + doc/Makefile.am | 2 +- + doc/SystemTap_Tapset_Reference/Makefile.am | 4 ++-- + stapex.3stap.in | 4 ++-- + 4 files changed, 6 insertions(+), 6 deletions(-) + --- a/Makefile.am +++ b/Makefile.am -@@ -213,7 +213,7 @@ install-data-local: +@@ -218,7 +218,7 @@ | while read f; do if test -x $$f; then \ i_cmd="$(INSTALL_PROGRAM)"; else \ i_cmd="$(INSTALL_DATA)"; fi; \ @@ -11,8 +16,6 @@ test -e $(DESTDIR)$(sysconfdir)/systemtap || mkdir -p $(DESTDIR)$(sysconfdir)/systemtap TEST_COV_DIR = coverage -diff --git a/doc/Makefile.am b/doc/Makefile.am -index 55291f7..6693f11 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ @@ -24,8 +27,6 @@ SUBDIRS = SystemTap_Tapset_Reference if BUILD_DOCS -diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am -index 9e7d206..557c432 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am @@ -1,9 +1,9 @@ @@ -34,17 +35,15 @@ -DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap +DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/packages/systemtap - MAN_INSTALL_DIR = $(DESTDIR)$(mandir)/man5 + MAN_INSTALL_DIR = $(DESTDIR)$(mandir)/man3 -HTML_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/tapsets +HTML_INSTALL_DIR = $(DOC_INSTALL_DIR)/tapsets ### -diff --git a/stapex.5.in b/stapex.5.in -index 38f30f6..eb753d4 100644 ---- a/stapex.5.in -+++ b/stapex.5.in -@@ -114,12 +114,12 @@ To list the probeable functions and local variables in the kernel, use another l +--- a/stapex.3stap.in ++++ b/stapex.3stap.in +@@ -114,12 +114,12 @@ .SH MORE EXAMPLES Larger examples, demos and samples can be found in @@ -57,5 +56,5 @@ -.BR @prefix@/doc/systemtap*/examples +.BR @prefix@/share/doc/packages/systemtap/examples .IR stap (1) - .IR stapprobes (5) - .IR stapfuncs (5) + .IR stapprobes (3stap) + .IR stapfuncs (3stap) ++++++ systemtap-xmlto-fop.diff ++++++ --- /var/tmp/diff_new_pack.z29601/_old 2009-05-08 17:10:04.000000000 +0200 +++ /var/tmp/diff_new_pack.z29601/_new 2009-05-08 17:10:04.000000000 +0200 @@ -1,15 +1,17 @@ -diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am -index 9e7d206..efd627c 100644 +--- + doc/SystemTap_Tapset_Reference/Makefile.am | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am -@@ -33,7 +33,9 @@ stamp-htmldocs: tapsets.xml - touch stamp-htmldocs +@@ -34,7 +34,9 @@ + # bump up the allocated space so "xmlto pdf" works tapsets.pdf: tapsets.xml -- xmlto pdf tapsets.xml -+# xmlto pdf tapsets.xml +- env pool_size=2000000 hash_extra=2000000 xmlto pdf tapsets.xml ++# env pool_size=2000000 hash_extra=2000000 xmlto pdf tapsets.xml + xmlto fo tapsets.xml + fop tapsets.fo tapsets.pdf stamp-mandocs: tapsets.xml - xmlto man -o man5 tapsets.xml + xmlto man -o man3 tapsets.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de