rpms/lyx/EL-5 lyx-1.6.3-xdg_open.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 lyx.spec, 1.52, 1.53 lyxrc.dist, 1.1, 1.2 sources, 1.16, 1.17 lyx-1.4.4-xdg_open.patch, 1.1, NONE lyx-qt.desktop, 1.3, NONE lyx-xforms.desktop, 1.3, NONE lyx.conf, 1.1, NONE lyx.sh, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Tue Jun 23 03:20:45 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/lyx/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20805

Modified Files:
	.cvsignore lyx.spec lyxrc.dist sources 
Added Files:
	lyx-1.6.3-xdg_open.patch 
Removed Files:
	lyx-1.4.4-xdg_open.patch lyx-qt.desktop lyx-xforms.desktop 
	lyx.conf lyx.sh 
Log Message:
* Thu Jun 04 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.3-1
- lyx-1.6.3


lyx-1.6.3-xdg_open.patch:

--- NEW FILE lyx-1.6.3-xdg_open.patch ---
diff -up lyx-1.6.3/lib/configure.py.xdg_open lyx-1.6.3/lib/configure.py
--- lyx-1.6.3/lib/configure.py.xdg_open	2009-06-02 10:37:29.000000000 -0500
+++ lyx-1.6.3/lib/configure.py	2009-06-04 11:48:44.794153432 -0500
@@ -264,7 +264,7 @@ def checkFormatEntries(dtl_tools):  
     checkViewer('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
         rc_entry = [r'\Format fen        fen     FEN                    "" "%%"	"%%"	""'])
     #
-    path, iv = checkViewer('a raster image viewer', ['xv', 'kview', 'gimp-remote', 'gimp'])
+    path, iv = checkViewer('a raster image viewer', ['xdg-open', 'xv', 'kview', 'gimp-remote', 'gimp'])
     path, ie = checkViewer('a raster image editor', ['gimp-remote', 'gimp'])
     addToRC(r'''\Format bmp        bmp     BMP                    "" "%s"	"%s"	""
 \Format gif        gif     GIF                    "" "%s"	"%s"	""
@@ -307,29 +307,29 @@ def checkFormatEntries(dtl_tools):  
     #
     #checkProg('a Postscript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 'gv', 'ghostview -swap'],
+    checkViewer('a Postscript previewer', ['xdg-open', 'kghostview', 'okular', 'evince', 'gv', 'ghostview -swap'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""	"vector"
 \Format ps         ps      Postscript             t  "%%"	""	"document,vector"'''])
     #
-    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
+    checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
 		    'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""	"document,vector"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""	"document,vector"
 \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""	"document,vector"'''])
     #
-    checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular'],
+    checkViewer('a DVI previewer', ['xdg-open', 'xdvi', 'kdvi', 'okular'],
         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"	""	"document,vector"'])
     if dtl_tools:
         # Windows only: DraftDVI
         addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	""	"vector"')
     #
-    checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
+    checkViewer('an HTML previewer', ['xdg-open', 'firefox', 'mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  "%%"	""	"document"'])
     #
     checkViewer('Noteedit', ['noteedit'],
         rc_entry = [r'\Format noteedit   not     Noteedit               "" "%%"	"%%"	"vector"'])
     #
-    checkViewer('an OpenDocument viewer', ['swriter', 'oowriter'],
+    checkViewer('an OpenDocument viewer', ['xdg-open', 'swriter', 'oowriter'],
         rc_entry = [r'\Format odt        odt     OpenDocument           "" "%%"	"%%"	"document,vector"'])
     #
     # entried that do not need checkProg


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lyx/EL-5/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	10 Sep 2007 17:01:29 -0000	1.17
+++ .cvsignore	23 Jun 2009 03:20:43 -0000	1.18
@@ -1,5 +1 @@
-clog
-beamer.layout
-lyx-1.4.3.tar.bz2
-lyx-1.4.4.tar.bz2
-lyx-1.4.5.1.tar.bz2
+lyx-1.6.3.tar.bz2


Index: lyx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lyx/EL-5/lyx.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- lyx.spec	27 Sep 2007 15:34:58 -0000	1.52
+++ lyx.spec	23 Jun 2009 03:20:44 -0000	1.53
@@ -1,56 +1,68 @@
 
-%if 0%{?fedora} > 3
+%if 0%{fedora} > 3
 %define _with_aiksaurus --with-aiksaurus
 %endif
+%define _without_included_boost --without-included-boost
 
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
-Version: 1.4.5.1
-Release: 3%{?dist}
+Version: 1.6.3
+Release: 1%{?dist}
 
 License: GPLv2+
 Group: 	 Applications/Publishing
 Url: 	 http://www.lyx.org/
-Source0: ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+#Source0: ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{version}.tar.bz2
+Source0: ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-%{version}%{?pre}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: lyx-1.4.4-xdg_open.patch
+Patch1: lyx-1.6.3-xdg_open.patch
 
 Source1: lyxrc.dist
-# app-wrapper for various frontends
-Source10: lyx.sh
-# .desktop files
-Source20: lyx.desktop
-Source21: lyx-qt.desktop
-Source22: lyx-xforms.desktop
-
-# qt frontend
-BuildRequires: qt-devel
-# xforms frontend
-BuildRequires: xforms-devel
 
-%{?_with_aiksaurus:BuildRequires: aiksaurus-devel}
+Source10: lyx.desktop
+
+%if 0%{?_with_aiksaurus:1}
+BuildRequires: aiksaurus-devel
+%endif
 BuildRequires: aspell-devel
+%if 0%{?_without_included_boost:1}
+BuildRequires: boost-devel
+%endif
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: python
-BuildRequires: tetex-fonts tetex-latex
+BuildRequires: qt4-devel
 BuildRequires: zlib-devel
 
-# For texhash
+# optional minimal qt4 dep
+%{?_qt_version:Requires: qt4 >= %{_qt4_version}}
+
+Obsoletes: %{name}-qt < 1.5.0 
+Provides:  %{name}-qt = %{version}-%{release}
+Obsoletes: %{name}-xforms < 1.5.0 
+
+%if 0%{?fedora} > 8
+BuildRequires: tex(dvips) tex(latex) texlive-fonts
+Requires(post): texlive
+Requires(postun): texlive
+Requires: dvipdfm
+Requires: tex(dvips) tex(latex)
+Requires: tex-simplecv
+%else
+BuildRequires: tetex-dvips tetex-latex tetex-fonts
 Requires(post): tetex-fonts
 Requires(postun): tetex-fonts
-
-Requires: %{name}-frontend = %{version}
-Requires: tetex-latex
-Requires: tetex-dvips
+Requires: tetex-dvips tetex-latex
+%endif
 Requires: mathml-fonts
 Requires: ghostscript
 ## Soft dependencies
-%if 0%{?fedora} > 3
-# dvipost adds support for lyx's Document->Change Tracking feature
+%if 0%{?fedora} > 3 && 0%{?fedora} < 9
+# Document->Change Tracking feature
 Requires(hint): tetex-dvipost
 Requires(hint): tetex-preview
+Requires(hint): tetex-IEEEtran
 # convert doc files to lyx (bug #193858)
 Requires(hint): wv
 %endif
@@ -74,115 +86,89 @@ With LyX, the author can concentrate on 
 and let the computer take care of the rest.
 
 
-%package qt 
-Summary: Lyx graphical frontend using Qt
-Group:   Applications/Publishing
-Requires: %{name} = %{version}
-Provides: %{name}-frontend = %{version}-%{release}
-%description qt
-%{summary}.
-
-%package xforms
-Summary: Lyx graphical frontend using XForms
-Group:   Applications/Publishing
-Requires: %{name} = %{version}
-Provides: %{name}-frontend = %{version}-%{release}
-%description xforms
-%{summary}.
-Please note: This frontend is deprecated, and will no longer be included
-in lyx-1.5.x.
-
 
 %prep
 
-%setup -q -n %{name}-%{version}%{?beta}
+%setup -q -n %{name}-%{version}%{?pre}
 
 %patch1 -p1 -b .xdg_open
 
 
 %build
 
-unset QTDIR || : ; . /etc/profile.d/qt.sh
-
-# drop -fexceptions from optflags, suggested by lyx devs:
-# http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg85794.html
-optflags="$(echo %optflags | sed -e 's|-fexceptions||' )"
-%global optflags $optflags
-
 %configure \
+  --disable-dependency-tracking \
   --disable-rpath \
-  --enable-compression-support \
-  --with-frontend="qt xforms" \
+  --enable-build-type=release \
   --enable-optimization="%{optflags}" \
-  %{?_with_aiksaurus} %{!?_with_aiksaurus:--without-aiksaurus} \
   --with-aspell \
-  --without-warnings --disable-dependency-tracking \
-  --disable-debug --disable-stdlib-debug --disable-assertions --disable-concept-checks 
+  --with-qt4-dir=`pkg-config --variable=prefix QtCore` \
+  %{?_with_aiksaurus} \
+  %{?_without_included_boost}
 
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-make install DESTDIR=$RPM_BUILD_ROOT
-
-## Handle front-ends
-install -p -m0755 -D %{SOURCE10}    $RPM_BUILD_ROOT%{_bindir}/lyx
-install -p -m0755 -D src/lyx-qt     $RPM_BUILD_ROOT%{_bindir}/lyx-qt
-install -p -m0755 -D src/lyx-xforms $RPM_BUILD_ROOT%{_bindir}/lyx-xforms
+make install DESTDIR=%{buildroot}
 
 # misc/extras
-install -p -m644 %{SOURCE1}   $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+install -p -m644 -D %{SOURCE1} %{buildroot}%{_datadir}/lyx/lyxrc.dist
 
 # Set up the lyx-specific class files where TeX can see them
 texmf=%{_datadir}/texmf
-mkdir -p $RPM_BUILD_ROOT${texmf}/tex/latex
-mv $RPM_BUILD_ROOT%{_datadir}/lyx/tex \
-   $RPM_BUILD_ROOT${texmf}/tex/latex/lyx
+mkdir -p %{buildroot}${texmf}/tex/latex
+mv %{buildroot}%{_datadir}/lyx/tex \
+   %{buildroot}${texmf}/tex/latex/lyx
 
 # .desktop
-desktop-file-install \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  --vendor="" \
-  %{SOURCE21} %{SOURCE22}
-
-# generic/hicolor icon
-install -p -D -m644 lib/images/lyx.xpm \
-  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/lyx.xpm
-
-# configure renamed to configure.py recently, make symlink to
-# old location
-ln -s configure.py $RPM_BUILD_ROOT%{_datadir}/lyx/configure
+desktop-file-install --vendor="" \
+  --dir="%{buildroot}%{_datadir}/applications" \
+  %{SOURCE10}
+
+# icon
+install -p -D -m644 lib/images/lyx.png \
+  %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/lyx.png
 
 # ghost'd files
-touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults
-touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst
-touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx
+touch %{buildroot}%{_datadir}/lyx/lyxrc.defaults
+touch %{buildroot}%{_datadir}/lyx/{packages,textclass}.lst
+touch %{buildroot}%{_datadir}/lyx/doc/LaTeXConfig.lyx
+
+# unpackaged files
+rm -rf %{buildroot}%{_datadir}/lyx/fonts
 
 %find_lang %{name}
 
 
+%check
+make check
+
+
 %post
-touch --no-create %{_datadir}/icons/hicolor ||:
-gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
-update-desktop-database >& /dev/null ||:
-texhash > /dev/null 2>&1 ||:
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
-if [ $1 -eq 0 ]; then
-touch --no-create %{_datadir}/icons/hicolor ||:
-gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
-update-desktop-database >& /dev/null ||:
-texhash > /dev/null 2>&1 ||:
+if [ $1 -eq 0 ] ; then
+  texhash >& /dev/null 
+  update-desktop-database -q &> /dev/null
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 fi
 
+%posttrans
+texhash >& /dev/null
+update-desktop-database -q &> /dev/null
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+
 ## Catch installed/uninstalled helpers
-##   not sure if this is really needed anymore, as it seems to be a per-user thing, 
+##   not sure if this is really needed anymore, as it seems to be a per-user thing,
 ##   and besides, we use xdg-open now -- Rex
 %triggerin -- latex2html,wv
 if [ $2 -gt 1 ]; then
-cd %{_datadir}/lyx && ./configure.py --without-latex-config > /dev/null 2>&1 ||: 
+cd %{_datadir}/lyx && ./configure.py --without-latex-config > /dev/null 2>&1 ||:
 fi
 
 %triggerun -- latex2html,wv
@@ -192,16 +178,15 @@ fi
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc ANNOUNCE ChangeLog lib/CREDITS NEWS README
-%{_bindir}/lyx
-%{_bindir}/lyxclient
-%{_bindir}/tex2lyx
+%doc ANNOUNCE lib/CREDITS NEWS README
+%{_bindir}/*
 %{_mandir}/man1/*
+%{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/lyx/
 %config(noreplace) %{_datadir}/lyx/lyxrc.dist
@@ -210,27 +195,132 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx
 %{_datadir}/texmf/tex/latex/lyx/
 
-%files qt
-%defattr(-,root,root,-)
-%{_bindir}/lyx-qt
-%{_datadir}/applications/*lyx-qt.desktop
 
-%files xforms
-%defattr(-,root,root,-)
-%{_bindir}/lyx-xforms
-%{_datadir}/applications/*lyx-xforms.desktop
+%changelog
+* Thu Jun 04 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.3-1
+- lyx-1.6.3
 
+* Mon Mar 23 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.2-2
+- scriptlet optimization
 
-%changelog
-* Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.5.1-3
-- epel: drop Requires(hint): wv (until wv is available)
+* Sun Mar 15 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.2-1
+- lyx-1.6.2
+- use --without-included-boost unconditionally
+
+* Wed Mar 04 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.1-3
+- --without-included-boost (f11+)
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Dec 14 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.1-1
+- lyx-1.6.1
+
+* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.6.0-2
+- Rebuild for Python 2.6
+
+* Fri Nov 07 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-1
+- lyx-1.6.0(final)
+
+* Tue Oct 28 2008 José Matos <jamatos at fc.up.pt> - 1.6.0-0.11.rc5
+- lyx-1.6.0rc5
+
+* Fri Oct 24 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.10.rc4
+- lyx-1.6.0rc4
+
+* Tue Sep 30 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.9.rc3
+- lyx-1.6.0rc3
 
-* Mon Sep 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.5.1-2
+* Fri Sep 26 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.8.rc3
+- lyx-1.6.0rc3-svn26576
+
+* Fri Sep 12 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.7.rc2
+- lyx-1.6.0rc2
+
+* Wed Aug 06 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.6.rc1
+- lyx-1.6.0rc1
+
+* Sun Aug 03 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.6.0-0.5.beta4
+- Requires: dvipdfm (f9+, #448647)
+- add (optional) minimal qt4 dep
+- make Req: tex-simplecv fedora only
+- drop file deps (texhash)
+
+* Wed Jul 16 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6.0-0.4.beta4
+- Changelog has been removed from the distribution
+
+* Wed Jul 16 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6.0-0.3.beta4
+- icon has changed from xpm to png
+
+* Wed Jul 16 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6.0-0.2.beta4
+- revert to use pre instead of devrel.
+- require tex-simplecv (#428526)
+
+* Wed Jul 16 2008 José Matos <jamatos[AT]fc.up.pt> - 1.6.0-0.1.beta4
+- lyx-1.6.0beta4
+- --enable-build-type=release disables extra debug information (no
+    warnings, debug, assertions, concept-checks and stdlib-debug).
+
+* Mon May 12 2008 Rex Dieter <rdieter at fedoraproject.org> 1.5.5-1
+- lyx-1.5.5
+
+* Mon Feb 25 2008 Rex Dieter <rdieter at fedoraproject.org> 1.5.4-1
+- lyx-1.5.4 (#434689)
+- reintroduce xdg-utils patch (reverted upstream).
+- omit bakoma ttf fonts
+
+* Mon Feb 11 2008 José Matos <jamatos[AT]fc.up.pt> - 1.5.3-2
+- Rebuild for gcc 4.3
+
+* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.3-1
+- lyx-1.5.3
+
+* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.2-2
+- drop scriptlet optimization hack
+
+* Mon Oct 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.2-1
+- lyx-1.5.2
+
+* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.1-2
+- respin (BuildID)
+
+* Thu Aug 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.1-1
+- lyx-1.5.1
 - License: GPLv2+
-- epel: drop aiksaurus support (until aiksaurus is available)
 
-* Fri Jul 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.5.1-1
-- lyx-1.4.5.1
+* Wed Jul 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-1
+- lyx-1.5.0(final)
+
+* Sun Jul 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.10.rc2
+- upstream patch for 'lyx --export latex' crasher (#248282)
+
+* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.9.rc2
+- scriptlet optmization
+
+* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.8.rc2
+- lyx-1.5.0rc2
+
+* Fri Jun 01 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.7.rc1
+- lyx-1.5.0rc1
+
+* Fri May 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.6.beta3
+- lyx-1.5.0beta3
+
+* Sun Apr 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.5.beta2
+- lyx-1.5.0beta2
+
+* Mon Apr 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.4.beta1
+- fix qt-4.3 crasher
+
+* Tue Mar 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.3.beta1
+- stop omitting -fexceptions
+
+* Wed Mar 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.2.beta1
+- +Requires: tetex-IEEEtran (#232840)
+
+* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5.0-0.1.beta1
+- lyx-1.5.0beta1
+- tweak lyxrc.dist
 
 * Thu Feb 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.4.4-2
 - biffed sources, respin
@@ -380,13 +470,13 @@ rm -rf $RPM_BUILD_ROOT
 - rebuilt
 
 * Thu Oct 21 2004 Rex Dieter <rexdieter[At]users.sf.net> 0:1.3.5-3
-- BR: htmlview 
+- BR: htmlview
 - Requires: htmlview, gsview (so build-time-detected helper apps are
   available at runtime)
 
 * Thu Oct 21 2004 Rex Dieter <rexdieter[At]users.sf.net> 0:1.3.5-0.fdr.3
 - BR: htmlview
-- Requires: htmlview, gsview (so build-time-detected helper apps are 
+- Requires: htmlview, gsview (so build-time-detected helper apps are
   available at runtime)
 
 * Wed Oct 20 2004 Rex Dieter <rexdieter[At]users.sf.net> 0:1.3.5-0.fdr.2
@@ -428,7 +518,7 @@ rm -rf $RPM_BUILD_ROOT
 - Categories=Office
 
 * Mon Nov 24 2003 Rex Dieter <rexdieter at sf.net> 0:1.3.3-0.fdr.3
-- Requires: tetex-latex 
+- Requires: tetex-latex
 - support MimeType(s): application/x-lyx;text/x-lyx
 
 * Sat Nov 22 2003 Rex Dieter <rexdieter at sf.net> 0:1.3.3-0.fdr.2


Index: lyxrc.dist
===================================================================
RCS file: /cvs/pkgs/rpms/lyx/EL-5/lyxrc.dist,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lyxrc.dist	25 Jul 2006 18:08:01 -0000	1.1
+++ lyxrc.dist	23 Jun 2009 03:20:44 -0000	1.2
@@ -170,7 +170,7 @@
 # The screen fonts used to display the text while editing
 # The defaults are:
 \screen_font_roman "Serif"
-\screen_font_sans "Sans"
+\screen_font_sans "Sans Serif"
 \screen_font_typewriter "Monospace"
 
 # For some, this font looks better:


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lyx/EL-5/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	10 Sep 2007 17:01:29 -0000	1.16
+++ sources	23 Jun 2009 03:20:44 -0000	1.17
@@ -1 +1 @@
-b74d82e80c49c7edb782ec7395b7ca27  lyx-1.4.5.1.tar.bz2
+c524e72f7e4d64224c6bfdbd84065dd8  lyx-1.6.3.tar.bz2


--- lyx-1.4.4-xdg_open.patch DELETED ---


--- lyx-qt.desktop DELETED ---


--- lyx-xforms.desktop DELETED ---


--- lyx.conf DELETED ---


--- lyx.sh DELETED ---




More information about the fedora-extras-commits mailing list