Mailinglist Archive: opensuse-commit (1826 mails)
| < Previous | Next > |
commit systemtap
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 13 Sep 2008 12:19:36 +0200
- Message-id: <20080913101936.D8522678048@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package systemtap
checked in at Sat Sep 13 12:19:36 CEST 2008.
--------
--- systemtap/systemtap.changes 2008-08-12 19:01:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/systemtap/systemtap.changes 2008-09-11
17:18:27.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 11 17:14:47 CEST 2008 - tiwai@xxxxxxx
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
systemtap-20080809.tar.bz2
New:
----
systemtap-20080906.tar.bz2
systemtap-old-autoconf-fix.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.HL7766/_old 2008-09-13 12:19:27.000000000 +0200
+++ /var/tmp/diff_new_pack.HL7766/_new 2008-09-13 12:19:27.000000000 +0200
@@ -22,10 +22,10 @@
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 @@
# 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 @@
# %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 @@
%dir %attr(0755,root,root) /var/cache/systemtap
%changelog
+* Thu Sep 11 2008 tiwai@xxxxxxx
+- 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@xxxxxxx
- updated to snapshot 20080809
* bump to 0.7.1
++++++ systemtap-20080809.tar.bz2 -> systemtap-20080906.tar.bz2 ++++++
++++ 19882 lines of diff (skipped)
++++++ systemtap-docdir-fix.diff ++++++
--- /var/tmp/diff_new_pack.HL7766/_old 2008-09-13 12:19:29.000000000 +0200
+++ /var/tmp/diff_new_pack.HL7766/_new 2008-09-13 12:19:29.000000000 +0200
@@ -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
++++++ systemtap-old-autoconf-fix.diff ++++++
--- 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
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |