diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-16 23:06:50 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-16 23:06:50 -0400 |
commit | cfaa068c90fc746a690ae6270306782bea0187a9 (patch) | |
tree | e974ec8e43e2fccb4c1b1cdbeecf51598236409a | |
parent | 52dc659ce523a2c9ad93a7c61eb6598704fdae44 (diff) | |
download | systemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.tar.gz systemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.tar.xz systemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.zip |
version bump to 0.7.1
-rw-r--r-- | .cvsignore | 4 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | Makefile.in | 11 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | configure | 23 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | systemtap.spec (renamed from systemtap.spec.in) | 5 | ||||
-rwxr-xr-x | testsuite/configure | 20 | ||||
-rw-r--r-- | testsuite/configure.ac | 2 |
11 files changed, 47 insertions, 39 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 4bfb84ef..00000000 --- a/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -*~ -autom4te.* cscope*out Makefile config.h config.log config.status *.[158] -.deps loc2c-test stamp-h1 stap staprun systemtap.spec testresults -stapio stap_merge @@ -14,7 +14,6 @@ loc2c-test stamp-h1 stap staprun -systemtap.spec testresults stapio stap_merge @@ -1,3 +1,11 @@ +2008-07-16 Frank Ch. Eigler <fche@elastic.org> + + * configure.ac: Bumped version to 0.7.1. + * systemtap.spec: Renamed from systemtap.spec.in; don't autoconf it + just on account of @VERSION@. + * Makefile.am (EXTRA_DIST): Distribute it. + * Makefile.in, configure, testsuite/configure: Regenerated. + 2008-07-16 Dave Brolley <brolley@redhat.com> * Makefile.am (EXTRA_DIST): Add stap-client, stap-server, stap-serverd. diff --git a/Makefile.am b/Makefile.am index c6697618..3f619584 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,7 +155,8 @@ EXTRA_DIST = auto_free.h buildrun.h elaborate.h loc2c.h session.h \ testsuite systemtap.spec runtime tapset \ dwarf_wrappers.h \ git_version.h git_version.sh \ - stap-client stap-server stap-serverd + stap-client stap-server stap-serverd \ + systemtap.spec EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples EXAMPLE_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/examples diff --git a/Makefile.in b/Makefile.in index d6391cc7..cc8d4fd3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ $(srcdir)/config.in $(srcdir)/stap.1.in $(srcdir)/stapex.5.in \ $(srcdir)/stapfuncs.5.in $(srcdir)/stapprobes.5.in \ $(srcdir)/staprun.8.in $(srcdir)/stapvars.5.in \ - $(srcdir)/systemtap.spec.in $(top_srcdir)/configure \ + $(top_srcdir)/configure \ $(top_srcdir)/man/stapprobes.iosched.5.in \ $(top_srcdir)/man/stapprobes.netdev.5.in \ $(top_srcdir)/man/stapprobes.nfs.5.in \ @@ -72,8 +72,8 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = systemtap.spec stap.1 stapprobes.5 stapfuncs.5 \ - stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 \ +CONFIG_CLEAN_FILES = stap.1 stapprobes.5 stapfuncs.5 stapvars.5 \ + stapex.5 staprun.8 man/stapprobes.iosched.5 \ man/stapprobes.netdev.5 man/stapprobes.nfs.5 \ man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 \ man/stapprobes.process.5 man/stapprobes.rpc.5 \ @@ -334,7 +334,8 @@ EXTRA_DIST = auto_free.h buildrun.h elaborate.h loc2c.h session.h \ testsuite systemtap.spec runtime tapset \ dwarf_wrappers.h \ git_version.h git_version.sh \ - stap-client stap-server stap-serverd + stap-client stap-server stap-serverd \ + systemtap.spec EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples EXAMPLE_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/examples @@ -419,8 +420,6 @@ $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) distclean-hdr: -rm -f config.h stamp-h1 -systemtap.spec: $(top_builddir)/config.status $(srcdir)/systemtap.spec.in - cd $(top_builddir) && $(SHELL) ./config.status $@ stap.1: $(top_builddir)/config.status $(srcdir)/stap.1.in cd $(top_builddir) && $(SHELL) ./config.status $@ stapprobes.5: $(top_builddir)/config.status $(srcdir)/stapprobes.5.in @@ -1,3 +1,6 @@ +* What's new + + * What's new in version 0.7 - .statement("func@file:*") and .statement("func@file:M-N") probes are now @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for systemtap 0.7. +# Generated by GNU Autoconf 2.61 for systemtap 0.7.1. # # Report bugs to <systemtap@sources.redhat.com>. # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='systemtap' PACKAGE_TARNAME='systemtap' -PACKAGE_VERSION='0.7' -PACKAGE_STRING='systemtap 0.7' +PACKAGE_VERSION='0.7.1' +PACKAGE_STRING='systemtap 0.7.1' PACKAGE_BUGREPORT='systemtap@sources.redhat.com' # Factoring default headers for most tests. @@ -1243,7 +1243,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures systemtap 0.7 to adapt to many kinds of systems. +\`configure' configures systemtap 0.7.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1309,7 +1309,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 0.7:";; + short | recursive ) echo "Configuration of systemtap 0.7.1:";; esac cat <<\_ACEOF @@ -1420,7 +1420,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.7 +systemtap configure 0.7.1 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1434,7 +1434,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by systemtap $as_me 0.7, which was +It was created by systemtap $as_me 0.7.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2126,7 +2126,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.7' + VERSION='0.7.1' cat >>confdefs.h <<_ACEOF @@ -7190,7 +7190,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h:config.in" -ac_config_files="$ac_config_files Makefile doc/Makefile systemtap.spec stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5" +ac_config_files="$ac_config_files Makefile doc/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5" subdirs="$subdirs testsuite" @@ -7647,7 +7647,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by systemtap $as_me 0.7, which was +This file was extended by systemtap $as_me 0.7.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7700,7 +7700,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.7 +systemtap config.status 0.7.1 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -7818,7 +7818,6 @@ do "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "systemtap.spec") CONFIG_FILES="$CONFIG_FILES systemtap.spec" ;; "stap.1") CONFIG_FILES="$CONFIG_FILES stap.1" ;; "stapprobes.5") CONFIG_FILES="$CONFIG_FILES stapprobes.5" ;; "stapfuncs.5") CONFIG_FILES="$CONFIG_FILES stapfuncs.5" ;; diff --git a/configure.ac b/configure.ac index c7338f80..6728ace7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.7, systemtap@sources.redhat.com, systemtap) -dnl ^^^ see also NEWS, testsuite/configure.ac +AC_INIT([systemtap], 0.7.1, systemtap@sources.redhat.com, systemtap) +dnl ^^^^^ see also NEWS, systemtap.spec, testsuite/configure.ac AC_PREREQ(2.59) AM_INIT_AUTOMAKE @@ -231,7 +231,7 @@ AC_CHECK_HEADERS([tr1/unordered_map]) AC_LANG_POP(C++) AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_FILES(Makefile doc/Makefile systemtap.spec stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5) +AC_CONFIG_FILES(Makefile doc/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5) AC_CONFIG_SUBDIRS(testsuite) AC_OUTPUT diff --git a/systemtap.spec.in b/systemtap.spec index 1fdd65a4..2538cead 100644 --- a/systemtap.spec.in +++ b/systemtap.spec @@ -6,7 +6,7 @@ %define elfutils_version 0.127 Name: systemtap -Version: @VERSION@ +Version: 0.7.1 # see also configure.ac Release: %{release}%{?dist} Summary: Instrumentation System Group: Development/System @@ -206,6 +206,9 @@ exit 0 %changelog +* Tue Jul 15 2008 Frank Ch. Eigler <fche@redhat.com> - 0.7-1 +- Upstream release. + * Fri Feb 1 2008 Frank Ch. Eigler <fche@redhat.com> - 0.6.1-3 - Add zlib-devel to buildreq; missing from crash-devel - Process testsuite .stp files for #!stap->#!/usr/bin/stap diff --git a/testsuite/configure b/testsuite/configure index 93494726..a3d40ad8 100755 --- a/testsuite/configure +++ b/testsuite/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for systemtap 0.7. +# Generated by GNU Autoconf 2.61 for systemtap 0.7.1. # # Report bugs to <systemtap@sources.redhat.com>. # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='systemtap' PACKAGE_TARNAME='systemtap' -PACKAGE_VERSION='0.7' -PACKAGE_STRING='systemtap 0.7' +PACKAGE_VERSION='0.7.1' +PACKAGE_STRING='systemtap 0.7.1' PACKAGE_BUGREPORT='systemtap@sources.redhat.com' ac_subst_vars='SHELL @@ -1149,7 +1149,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures systemtap 0.7 to adapt to many kinds of systems. +\`configure' configures systemtap 0.7.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1215,7 +1215,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 0.7:";; + short | recursive ) echo "Configuration of systemtap 0.7.1:";; esac cat <<\_ACEOF @@ -1291,7 +1291,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.7 +systemtap configure 0.7.1 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1305,7 +1305,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by systemtap $as_me 0.7, which was +It was created by systemtap $as_me 0.7.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1997,7 +1997,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.7' + VERSION='0.7.1' cat >>confdefs.h <<_ACEOF @@ -2617,7 +2617,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by systemtap $as_me 0.7, which was +This file was extended by systemtap $as_me 0.7.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2660,7 +2660,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.7 +systemtap config.status 0.7.1 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/testsuite/configure.ac b/testsuite/configure.ac index 0fd78fe7..5b149937 100644 --- a/testsuite/configure.ac +++ b/testsuite/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap testsuite dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.7, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.7.1, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |