Hello community, here is the log from the commit of package lyx for openSUSE:Factory checked in at 2016-08-29 15:43:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lyx (Old) and /work/SRC/openSUSE:Factory/.lyx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lyx" Changes: -------- --- /work/SRC/openSUSE:Factory/lyx/lyx.changes 2016-07-27 16:13:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-08-29 15:46:50.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Aug 26 21:50:40 UTC 2016 - [email protected] + +- Added covington-fix.diff to fix regression in linguistics + module (http://www.lyx.org/trac/ticket/10340) +- Added Recommends: texlive-forest, required by the linguistics + manual +- Added Recommends: texlive-tcolorbox, required by colored boxes + manual + +------------------------------------------------------------------- New: ---- covington-fix.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lyx.spec ++++++ --- /var/tmp/diff_new_pack.Lb0cuU/_old 2016-08-29 15:46:53.000000000 +0200 +++ /var/tmp/diff_new_pack.Lb0cuU/_new 2016-08-29 15:46:53.000000000 +0200 @@ -53,6 +53,8 @@ Source1: lyxrc.dist Source2: lyx.keyring Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig +# PATCH-FIX-UPSTREAM; http://www.lyx.org/trac/ticket/10340 fix for2.2.2 +Patch0: covington-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: ImageMagick Requires: ghostscript @@ -91,6 +93,7 @@ Recommends: texlive-refstyle Recommends: texlive-rotfloat Recommends: texlive-splitindex +Recommends: texlive-tcolorbox Recommends: texlive-textgreek Recommends: texlive-units Recommends: texlive-wrapfig @@ -121,6 +124,7 @@ %prep %setup -q +%patch0 %build #./autogen.sh ++++++ covington-fix.diff ++++++ Index: lib/layouts/linguistics.module =================================================================== --- lib/layouts/linguistics.module (revision 9fbe75bea9ef3f9d484bb0e69ea9c08d2d34a2f0) +++ lib/layouts/linguistics.module (revision c0f5c1dd9f09df4d880a1a3fb77418abaf43f723) @@ -36,5 +36,5 @@ \@ifundefined{covexample}{% \newenvironment{covexample}{\begin{example}}{\end{example}}% - } + }{} EndPreamble Category Linguistics @@ -57,5 +57,5 @@ \@ifundefined{covexamples}{% \newenvironment{covexamples}{\begin{examples}}{\end{examples}}% - } + }{} EndPreamble End
