Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue May 31 17:18:36 CEST 2011.



--------
--- lyx/lyx.changes     2011-04-22 10:25:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes        2011-05-05 
21:11:57.000000000 +0200
@@ -1,0 +2,26 @@
+Thu May  5 19:12:11 UTC 2011 - corne...@solcon.nl
+
+- Name URL as source and do not recompress to bz2
+
+-------------------------------------------------------------------
+Tue May  3 11:07:08 UTC 2011 - corne...@solcon.nl
+
+- Update to 2.0.0:
+  * Advanced Search Facility
+  * Spell-checking on the Fly
+  * Compare Documents Feature
+  * XHTML Output
+  * Multilingual Thesaurus
+  * XeTeX Backend
+  * Multiple Indices Support
+  * Progress View and Debugging Pane
+  * Enhanced Instant Preview
+  * Forward Search for DVI/PDF Files
+  * Enhanced Version Control Features
+  * for detauls see http://wiki.lyx.org/LyX/NewInLyX20
+- Removed ispell-devel from BuildRequires: no longer supported
+- Added hunspell-devel
+- Added texlive-xetex als Recommends since it is now supported by LyX
+- Added lyx.dist with distro defaults to get hunspell, thesaurus and lyxpipe 
working out of the box
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gcc46.patch
  lyx-1.6.9.tar.bz2
  minmem

New:
----
  lyx-2.0.0.tar.gz
  lyxrc.dist

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

Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.2LUHor/_old  2011-05-31 17:17:40.000000000 +0200
+++ /var/tmp/diff_new_pack.2LUHor/_new  2011-05-31 17:17:40.000000000 +0200
@@ -20,29 +20,22 @@
 
 Name:           lyx
 #!BuildIgnore: lyx
-BuildRequires:  ImageMagick aspell-devel boost-devel fdupes gv ispell 
libdrm-devel libjpeg-devel libqt4-devel python sgmltool update-desktop-files
-%if %suse_version > 1020
-BuildRequires:  texlive-devel texlive-latex
-%else
-BuildRequires:  te_latex tetex
-%endif
+BuildRequires:  ImageMagick aspell-devel boost-devel fdupes gv hunspell-devel 
libdrm-devel libjpeg-devel libqt4-devel python sgmltool texlive-devel 
texlive-latex update-desktop-files
 License:        LGPLv2.1+
 Group:          Productivity/Publishing/TeX/Frontends
 Requires:       texlive-latex ImageMagick
 AutoReqProv:    on
-Version:        1.6.9
-Release:        6
-%define rversion 1.6.9
+Version:        2.0.0
+Release:        1
 Summary:        LaTeX-Based WYSIWYG Editor
 Url:            http://www.lyx.org/
-Source:         lyx-%{rversion}.tar.bz2
+Source:         ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
 Source1:        lyx.desktop
 Source2:        lyx.png
-# PATCH-FIX-UPSTREAM gcc46.patch -- Add missing include to fix compilation 
with gcc 4.6
-Patch:          gcc46.patch
+Source3:        lyxrc.dist
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-Recommends:     xindy
+Recommends:     texlive-xetex xindy
 
 %description
 LyX is a front-end for LaTeX under X11. It combines the comfortable use
@@ -52,8 +45,7 @@
 each paragraph. Of course, low level formatting is still possible.
 
 %prep
-%setup -q -n %{name}-%{rversion}
-%patch
+%setup -q -n %{name}-%{version}
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}
@@ -73,7 +65,7 @@
 %if %suse_version < 1020
     --with-extra-inc=/usr/X11R6/include/X11 \
 %endif
-    --with-aspell \
+    --with-aspell --with-hunspell \
     --with-frontend=qt4 
 make %{?jobs:-j%jobs}
 
@@ -86,6 +78,10 @@
 %endif
 %endif
 make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
+
+# some defaults
+install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
     for i in *


++++++ lyxrc.dist ++++++
### This file is part of
### ========================================================
###          LyX, The Document Processor
###
###          Copyright 1995 Matthias Ettrich
###          Copyright 1995-2011 The LyX Team.
###
### ========================================================

# The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX.

# Some default settings for things stuff that otherwise would not work out of 
the box

#
# MISC SECTION ######################################
#

\serverpipe "~/.lyx/lyxpipe"

#
# FILE SECTION ######################################
#

\thesaurusdir_path "/usr/share/mythes"
\hunspelldir_path "/usr/share/myspell"

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to