Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-12-22 19:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-11-22 
19:09:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes    
2013-12-22 19:37:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 19 22:05:14 UTC 2013 - [email protected]
+
+- Fix build errors due to changes in LaTeX packaging
+- Add patch 'langref.tex-add-option-to-babel-setup.patch'
+
+-------------------------------------------------------------------

New:
----
  langref.tex-add-option-to-babel-setup.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.YxviCO/_old  2013-12-22 19:37:59.000000000 +0100
+++ /var/tmp/diff_new_pack.YxviCO/_new  2013-12-22 19:37:59.000000000 +0100
@@ -25,7 +25,18 @@
 # for documents
 BuildRequires:  fop
 BuildRequires:  latex2html
+BuildRequires:  texlive-amsfonts
+BuildRequires:  texlive-babel-english
+BuildRequires:  texlive-collection-fontsrecommended
+BuildRequires:  texlive-metafont-bin
 BuildRequires:  xmlto
+BuildRequires:  tex(charter.sty)
+BuildRequires:  tex(fancybox.sty)
+BuildRequires:  tex(fancyhdr.sty)
+BuildRequires:  tex(fancyvrb.sty)
+BuildRequires:  tex(float.sty)
+BuildRequires:  tex(fullpage.sty)
+
 Version:        2.4
 Release:        0
 Summary:        Documents and examples for systemtap
@@ -36,6 +47,7 @@
 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
 
@@ -47,6 +59,7 @@
 %setup -n systemtap-%{version} -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # fix interpreter

++++++ langref.tex-add-option-to-babel-setup.patch ++++++
From: Frank Ch. Eigler <[email protected]>
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 <[email protected]>

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}
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to