rpms/lyx/devel lyx-1.4.3-helpers.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 lyx.spec, 1.45, 1.46 sources, 1.13, 1.14 lyx-1.4.0-helpers.patch, 1.1, NONE lyx-1.4.2-helpers.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Sep 21 15:26:46 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/lyx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7755

Modified Files:
	.cvsignore lyx.spec sources 
Added Files:
	lyx-1.4.3-helpers.patch 
Removed Files:
	lyx-1.4.0-helpers.patch lyx-1.4.2-helpers.patch 
Log Message:
* Thu Sep 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.4.3-1
- 1.4.3


lyx-1.4.3-helpers.patch:

--- NEW FILE lyx-1.4.3-helpers.patch ---
--- lyx-1.4.3/lib/configure.py.helpers	2006-09-21 05:12:08.000000000 -0500
+++ lyx-1.4.3/lib/configure.py	2006-09-21 10:24:30.000000000 -0500
@@ -258,17 +258,17 @@
     #
     #checkProg('a Postscript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'kghostview'],
+    checkViewer('a Postscript previewer', ['evince', 'gsview', 'kghostview', 'gv', 'ghostview -swap'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""
 \Format ps         ps      Postscript             t  "%%"	""'''])
     #
-    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'gv', 'ghostview', \
-                            'xpdf', 'kpdf', 'kghostview'],
+    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'evince', \
+                            'xpdf', 'kpdf', 'gsview', 'kghostview', 'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""
 \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""'''])
     #
-    checkViewer('a DVI previewer', ['xdvi', 'kdvi'],
+    checkViewer('a DVI previewer', ['kdvi', 'xdvi'],
         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"	""'])
     if ((os.name == 'nt' or sys.platform == 'cygwin') and
             checkProg('DVI to DTL converter', ['dv2dt']) != ['', ''] and
@@ -276,7 +276,7 @@
         # Windows only: DraftDVI
         addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	""')
     #
-    checkViewer('a HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
+    checkViewer('a HTML previewer', ['htmlview file://$$p$$i', 'mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  "%%"	""'])
     #
     # entried that do not need checkProg


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lyx/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 Jul 2006 18:05:14 -0000	1.14
+++ .cvsignore	21 Sep 2006 15:26:46 -0000	1.15
@@ -1,3 +1,3 @@
 clog
 beamer.layout
-lyx-1.4.2.tar.bz2
+lyx-1.4.3.tar.bz2


Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- lyx.spec	7 Sep 2006 20:26:47 -0000	1.45
+++ lyx.spec	21 Sep 2006 15:26:46 -0000	1.46
@@ -1,8 +1,8 @@
 
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
-Version: 1.4.2
-Release: 5%{?dist}
+Version: 1.4.3
+Release: 1%{?dist}
 
 License: GPL
 Group: 	 Applications/Publishing
@@ -10,7 +10,7 @@
 Source:	 ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
-Patch1: lyx-1.4.2-helpers.patch
+Patch1: lyx-1.4.3-helpers.patch
 
 Source1: lyxrc.dist
 # app-wrapper for various frontends
@@ -219,6 +219,9 @@
 
 
 %changelog
+* Thu Sep 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.4.3-1
+- 1.4.3
+
 * Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.4.2-5
 - fc6 respin
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lyx/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	25 Jul 2006 18:05:14 -0000	1.13
+++ sources	21 Sep 2006 15:26:46 -0000	1.14
@@ -1,2 +1,2 @@
 c906271900a0627d3df2a38ad962a285  beamer.layout
-e828dbb01e3a05b1ae9dfb28884463e2  lyx-1.4.2.tar.bz2
+34a014a0034481381cbba517d4a00e61  lyx-1.4.3.tar.bz2


--- lyx-1.4.0-helpers.patch DELETED ---


--- lyx-1.4.2-helpers.patch DELETED ---




More information about the fedora-extras-commits mailing list