diff --git a/lyx-2.0.1-xdg_open.patch b/lyx-2.0.1-xdg_open.patch index d4e6301..b2dfd5e 100644 --- a/lyx-2.0.1-xdg_open.patch +++ b/lyx-2.0.1-xdg_open.patch @@ -27,8 +27,8 @@ rc_entry = [r'''\Format eps eps EPS "" "%%" "" "vector" \Format ps ps Postscript t "%%" "" "document,vector,menu=export"''']) # for xdg-open issues look here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html -- checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ -+ checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ +- checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ ++ checkViewer('a PDF previewer', ['xdg-open', 'pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \ 'gv', 'ghostview'], rc_entry = [r'''\Format pdf pdf "PDF (ps2pdf)" P "%%" "" "document,vector,menu=export" \Format pdf2 pdf "PDF (pdflatex)" F "%%" "" "document,vector,menu=export" diff --git a/lyx-2.0.5.1.tar.xz b/lyx-2.0.5.1.tar.xz deleted file mode 100644 index f1e1d33..0000000 --- a/lyx-2.0.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e527765daf8425fef83240a6ccb82472b2d9e6283de666c5d46c40fec269a2 -size 10312232 diff --git a/lyx-2.0.6.tar.xz b/lyx-2.0.6.tar.xz new file mode 100644 index 0000000..5d77697 --- /dev/null +++ b/lyx-2.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cb2bedee6e154b50881acd2316cf9d79162d6754e3aa159a6d579f5a828ad2 +size 10390452 diff --git a/lyx.changes b/lyx.changes index fe4453f..4466a81 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat May 4 16:28:32 UTC 2013 - cornelis@solcon.nl + +- update to version 2.0.6: + * DOCUMENT INPUT/OUTPUT + - New layout file for the document class APA6 (bug 8391). + - Output BibTeX metadata in LyXHTML output (bug 8451). + - Added CSS styling for Memoir's epigraphs (bug 8611). + - Use master document's setting for all HTML math output (bug 8607). + * TEX2LYX IMPROVEMENTS + - support for listings with options (bug 8066). + - add new option -m to select needed modules (bug 8393). + * USER INTERFACE + - Categorize paragraph styles of the linguistics module. + - Show a symbol on collapsed branches indicating whether they are active. + * DOCUMENTATION AND LOCALIZATION + - Updated German, French, Interlingua, Italian, Japanese, Spanish, Slovak, Swedish and Ukrainian user interface localizations. + - Updated the lilypond example file. + * Bugfixes (for details see included ANNOUNCE file) +- Added to Requires: texlive-collection-htmlxml, texlive-pdfsync, texlive-splitindex. +- Added a comment to explain the rationale behind the Requires. + ------------------------------------------------------------------- Sun Mar 10 21:12:15 UTC 2013 - cornelis@solcon.nl diff --git a/lyx.spec b/lyx.spec index 898da0e..c8aa6ae 100644 --- a/lyx.spec +++ b/lyx.spec @@ -26,7 +26,7 @@ BuildRequires: libqt4-devel BuildRequires: python BuildRequires: update-desktop-files BuildRequires: xz -Version: 2.0.5.1 +Version: 2.0.6 Release: 0 Summary: WYSIWYM (What You See Is What You Mean) document processor License: GPL-2.0+ @@ -44,15 +44,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: ImageMagick Requires: texlive-latex Recommends: texlive-xetex +Recommends: xindy %else +# Goal is to require (roughly) everything that is supported in the GUI of LyX +# LyX can supoort everything of LaTeX in the preamble, but not everything is supported in the GUI Requires: texlive-collection-fontsrecommended +Requires: texlive-collection-htmlxml Requires: texlive-collection-latexrecommended Requires: texlive-collection-luatex Requires: texlive-collection-xetex -Recommends: texlive-biber -Recommends: texlibe-bibtex8 +Requires: texlive-pdfsync +Requires: texlive-splitindex +Requires: xindy +# Only suggest biblatex/biber, because only the engine (biber) is supported in the GUI, +# not biblatex itself (the only one that can use biber) +Suggests: texlive-biber +Suggests: texlibe-bibtex8 %endif -Recommends: xindy %description LyX is a document processor that encourages an approach to writing