3
0
forked from pool/systemtap

Accepting request 232504 from devel:tools

(forwarded request 232503 from jones_tony)

OBS-URL: https://build.opensuse.org/request/show/232504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=86
This commit is contained in:
Stephan Kulow 2014-05-06 12:03:28 +00:00 committed by Git OBS Bridge
commit 8a3cb2eeb5
8 changed files with 23 additions and 53 deletions

View File

@ -1,23 +0,0 @@
From: Frank Ch. Eigler <fche@redhat.com>
Git-commit 8aadd85f895c56161981b6577e412ba6455c5b9d
Subject: langref.tex: add [english] option to babel setup
Date: Tue Dec 17 17:34:43 2013 -0500
langref.tex: add [english] option to babel setup
Reported-By: Tony Jones <tjones@suse.de>
diff --git a/doc/langref.tex b/doc/langref.tex
index d0c0508..bf86231 100644
--- a/doc/langref.tex
+++ b/doc/langref.tex
@@ -42,7 +42,8 @@
\item[]}
{\end{list}}
-\usepackage{babel}
+\usepackage[english]{babel}
+
\makeatother
\begin{document}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdcee37c4db188819a69f67a72ad1977251e80673cebf729a443b6c00be779f4
size 2664988

3
systemtap-2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdd9e2c6f6325790d3c6c68ada8fa895babbecc1ed7c9e531080e946c2eef075
size 2767649

View File

@ -1,21 +0,0 @@
From: Tony Jones <tonyj@suse.de>
Subject: adjust autoconf version
References: none
Upstream: no
Signed-off-by: Tony Jones <tonyj@suse.de>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
AC_SYS_LARGEFILE
AM_GNU_GETTEXT(external)
-AM_GNU_GETTEXT_VERSION(0.17)
+AM_GNU_GETTEXT_VERSION(0.18)
AC_CHECK_FUNCS(ppoll)
AC_CHECK_FUNCS(openat)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 2 19:50:28 UTC 2014 - tonyj@suse.com
- Update to version 2.5. See systemtap.spec for changelog
- Drop patch: langref.tex-add-option-to-babel-setup.patch (upstream)
- Patch systemtap-docs-autoconf-version.diff was still present
despite being "dropped" in 2.4, really delete it
-------------------------------------------------------------------
Thu Dec 19 22:05:14 UTC 2013 - tonyj@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package systemtap-docs
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -37,7 +37,7 @@ BuildRequires: tex(fancyvrb.sty)
BuildRequires: tex(float.sty)
BuildRequires: tex(fullpage.sty)
Version: 2.4
Version: 2.5
Release: 0
Summary: Documents and examples for systemtap
License: GPL-2.0+
@ -47,7 +47,6 @@ Source: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version
Source2: README-BEFORE-ADDING-PATCHES
Patch1: systemtap-docdir-fix.diff
Patch2: systemtap-xmlto-fop.diff
Patch3: langref.tex-add-option-to-babel-setup.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -59,7 +58,6 @@ This package contains the documents and examples for systemtap.
%setup -n systemtap-%{version} -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
# fix interpreter

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 2 19:48:19 UTC 2014 - tonyj@suse.com
- Update to version 2.5
Changelog:
2.5: https://sourceware.org/ml/systemtap/2014-q2/msg00103.html
-------------------------------------------------------------------
Fri Nov 15 18:51:03 UTC 2013 - tonyj@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package systemtap
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@ BuildRequires: mozilla-nss-tools
BuildRequires: pkg-config
BuildRequires: sqlite-devel
BuildRequires: systemd
Version: 2.4
Version: 2.5
Release: 0
Summary: Instrumentation System
License: GPL-2.0+
@ -139,6 +139,7 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf
%{_libexecdir}/%{name}/stap-env
%{_libexecdir}/%{name}/stap-authorize-cert
%{_mandir}/man8/staprun.8*
%{_mandir}/man8/systemtap.8*
%{_mandir}/man8/stapsh.8*
%files server