From 86cf4c3078d3672012c701dd0ecff9dfe982121414df530802ab1bb6d628ec92 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 13 Sep 2008 10:19:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=27 --- systemtap-20080809.tar.bz2 | 3 --- systemtap-20080906.tar.bz2 | 3 +++ systemtap-docdir-fix.diff | 30 +++++++++++++++--------------- systemtap-old-autoconf-fix.diff | 11 +++++++++++ systemtap.changes | 9 +++++++++ systemtap.spec | 14 ++++++++++++-- 6 files changed, 50 insertions(+), 20 deletions(-) delete mode 100644 systemtap-20080809.tar.bz2 create mode 100644 systemtap-20080906.tar.bz2 create mode 100644 systemtap-old-autoconf-fix.diff diff --git a/systemtap-20080809.tar.bz2 b/systemtap-20080809.tar.bz2 deleted file mode 100644 index c867cef..0000000 --- a/systemtap-20080809.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:308ceaacd14b8db9a3244251e11e7dd747cd99cadfd5766ebc50ceea1fbe0041 -size 939027 diff --git a/systemtap-20080906.tar.bz2 b/systemtap-20080906.tar.bz2 new file mode 100644 index 0000000..f86150a --- /dev/null +++ b/systemtap-20080906.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fd5356001bf6cb802891eb99dc0248029f97d2360d5b386dab535bc0ca1a44 +size 958869 diff --git a/systemtap-docdir-fix.diff b/systemtap-docdir-fix.diff index cb6689e..3bb3a4e 100644 --- a/systemtap-docdir-fix.diff +++ b/systemtap-docdir-fix.diff @@ -1,16 +1,5 @@ ---- Makefile.am-dist 2008-08-12 18:44:01.000000000 +0200 -+++ Makefile.am 2008-08-12 18:44:26.000000000 +0200 -@@ -186,7 +186,7 @@ - | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done) - (cd $(srcdir)/testsuite/systemtap.examples; find . -type f -print \ - | egrep -v 'check.exp|ChangeLog|examples-index-gen.pl' \ -- | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/examples/$$f; done) -+ | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/systemtap/examples/$$f; done) - - TEST_COV_DIR = coverage - ---- stapex.5.in-dist 2008-08-12 18:28:35.000000000 +0200 -+++ stapex.5.in 2008-08-12 18:30:12.000000000 +0200 +--- stapex.5.in-dist 2008-08-16 16:27:08.000000000 +0200 ++++ stapex.5.in 2008-08-18 18:01:39.000000000 +0200 @@ -109,12 +109,12 @@ .SH MORE EXAMPLES @@ -26,8 +15,19 @@ .IR stap (1) .IR stapprobes (5) .IR stapfuncs (5) ---- doc/Makefile.am-dist 2008-08-12 18:31:04.000000000 +0200 -+++ doc/Makefile.am 2008-08-12 18:31:17.000000000 +0200 +--- Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200 ++++ Makefile.am 2008-08-18 18:02:30.000000000 +0200 +@@ -191,7 +191,7 @@ + | while read f; do if test -x $$f; then \ + i_cmd="$(INSTALL_PROGRAM)"; else \ + i_cmd="$(INSTALL_DATA)"; fi; \ +- $$i_cmd -D $$f $(DESTDIR)$(docdir)/examples/$$f; done) ++ $$i_cmd -D $$f $(DESTDIR)$(docdir)/systemtap/examples/$$f; done) + + TEST_COV_DIR = coverage + +--- doc/Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200 ++++ doc/Makefile.am 2008-08-18 18:01:39.000000000 +0200 @@ -2,7 +2,7 @@ ## process this file with automake to produce Makefile.in diff --git a/systemtap-old-autoconf-fix.diff b/systemtap-old-autoconf-fix.diff new file mode 100644 index 0000000..9b0db65 --- /dev/null +++ b/systemtap-old-autoconf-fix.diff @@ -0,0 +1,11 @@ +--- configure.ac-dist 2008-08-18 18:07:38.000000000 +0200 ++++ configure.ac 2008-08-18 18:07:50.000000000 +0200 +@@ -8,7 +8,7 @@ + AM_INIT_AUTOMAKE + AM_MAINTAINER_MODE + +-AC_PROG_MKDIR_P ++dnl AC_PROG_MKDIR_P + AC_PROG_LN_S + AC_PROG_CC + AC_PROG_CXX diff --git a/systemtap.changes b/systemtap.changes index ef91a4c..8b59e13 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 11 17:14:47 CEST 2008 - tiwai@suse.de + +- updated to snapshot 20080906 + * Fix / clean up autotools stuff + * Ugly workaround for 2.6.27 and later kernel + * stap-server updates + * Lots of small fixes + ------------------------------------------------------------------- Tue Aug 12 18:11:10 CEST 2008 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index 02e5c04..f6cb567 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -22,10 +22,10 @@ Name: systemtap BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-devel # for documents BuildRequires: latex2html -%define package_version 20080809 +%define package_version 20080906 License: GPL v2 or later Version: 0.7.1 -Release: 1 +Release: 21 Summary: Instrumentation System Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ @@ -33,6 +33,7 @@ Url: http://sourceware.org/systemtap/ # Suggest: kernel-smp-debuginfo Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2 Patch: systemtap-docdir-fix.diff +Patch1: systemtap-old-autoconf-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,6 +54,9 @@ Authors: # %setup -n %{name}-%{package_version} -q -a1 %setup -n src -q %patch +%if %suse_version < 1020 +%patch1 +%endif %build autoreconf -fi @@ -77,6 +81,12 @@ rm -rf ${RPM_BUILD_ROOT} %dir %attr(0755,root,root) /var/cache/systemtap %changelog +* Thu Sep 11 2008 tiwai@suse.de +- updated to snapshot 20080906 + * Fix / clean up autotools stuff + * Ugly workaround for 2.6.27 and later kernel + * stap-server updates + * Lots of small fixes * Tue Aug 12 2008 tiwai@suse.de - updated to snapshot 20080809 * bump to 0.7.1