rpms/texmaker/FC-6 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 texmaker-tools.patch, 1.4, 1.5 texmaker.spec, 1.11, 1.12

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Jun 21 18:37:35 UTC 2007


Author: deji

Update of /cvs/extras/rpms/texmaker/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18944

Modified Files:
	.cvsignore sources texmaker-tools.patch texmaker.spec 
Log Message:
* Thu Jun 21 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-1%{?dist}
- New Release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	3 Jan 2007 07:22:48 -0000	1.5
+++ .cvsignore	21 Jun 2007 18:36:59 -0000	1.6
@@ -1 +1 @@
-texmaker-1.5.tar.bz2
+texmaker-1.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	3 Jan 2007 07:22:48 -0000	1.5
+++ sources	21 Jun 2007 18:36:59 -0000	1.6
@@ -1 +1 @@
-1e7fafbd3fe1de44019d900e15197b81  texmaker-1.5.tar.bz2
+941ac678dad630d686dbee3ecd75039a  texmaker-1.6.tar.bz2

texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/texmaker-tools.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- texmaker-tools.patch	3 Jan 2007 07:22:48 -0000	1.4
+++ texmaker-tools.patch	21 Jun 2007 18:36:59 -0000	1.5
@@ -1,24 +1,25 @@
---- texmaker.cpp	2006-12-22 15:36:59.000000000 -0500
-+++ texmaker.cpp.new	2007-01-03 02:04:18.000000000 -0500
-@@ -2016,17 +2016,17 @@
+--- texmaker.cpp	2007-06-05 14:51:01.000000000 -0400
++++ texmaker.cpp.new	2007-06-21 14:28:03.000000000 -0400
+@@ -2078,18 +2078,18 @@
  #endif
  #ifdef Q_WS_X11
- latex_command=config.value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
--dvips_command=config.value("Tools/Dvips","dvips -o %.ps %.dvi").toString();
-+dvips_command=config.value("Tools/Dvips","dvips -o -t %.ps %.dvi").toString();
- ps2pdf_command=config.value("Tools/Ps2pdf","ps2pdf %.ps").toString();
- makeindex_command=config.value("Tools/Makeindex","makeindex %.idx").toString();
- bibtex_command=config.value("Tools/Bibtex","bibtex %.aux").toString();
- pdflatex_command=config.value("Tools/Pdflatex","pdflatex -interaction=nonstopmode %.tex").toString();
- dvipdf_command=config.value("Tools/Dvipdf","dvipdfm %.dvi").toString();
- metapost_command=config.value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
--viewdvi_command=config.value("Tools/Dvi","xdvi %.dvi").toString();
-+viewdvi_command=config.value("Tools/Dvi","evince %.dvi").toString();
+ latex_command=config->value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
+-dvips_command=config->value("Tools/Dvips","dvips -o %.ps %.dvi").toString();
++dvips_command=config->value("Tools/Dvips","dvips -o -t %.ps %.dvi").toString();
+ ps2pdf_command=config->value("Tools/Ps2pdf","ps2pdf %.ps").toString();
+ makeindex_command=config->value("Tools/Makeindex","makeindex %.idx").toString();
+ bibtex_command=config->value("Tools/Bibtex","bibtex %.aux").toString();
+ pdflatex_command=config->value("Tools/Pdflatex","pdflatex -interaction=nonstopmode %.tex").toString();
+ dvipdf_command=config->value("Tools/Dvipdf","dvipdfm %.dvi").toString();
+ metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
+-viewdvi_command=config->value("Tools/Dvi","xdvi %.dvi").toString();
++viewdvi_command=config->value("Tools/Dvi","evince %.dvi").toString();
+ // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
--viewps_command=config.value("Tools/Ps","gv %.ps").toString();
--viewpdf_command=config.value("Tools/Pdf","xpdf %.pdf").toString();
-+viewps_command=config.value("Tools/Ps","evince %.ps").toString();
-+viewpdf_command=config.value("Tools/Pdf","evince %.pdf").toString();
- ghostscript_command=config.value("Tools/Ghostscript","gs").toString();
+-viewps_command=config->value("Tools/Ps","gv %.ps").toString();
+-viewpdf_command=config->value("Tools/Pdf","xpdf %.pdf").toString();
++viewps_command=config->value("Tools/Ps","evince %.ps").toString();
++viewpdf_command=config->value("Tools/Pdf","evince %.pdf").toString();
+ ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
  #endif
- userquick_command=config.value("Tools/Userquick","latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|xdvi %.dvi").toString();
+ userquick_command=config->value("Tools/Userquick","latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|xdvi %.dvi").toString();


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/texmaker.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- texmaker.spec	15 Jun 2007 14:18:53 -0000	1.11
+++ texmaker.spec	21 Jun 2007 18:36:59 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: LaTeX editor
 Name: texmaker
-Version: 1.5
-Release: 2%{?dist}
+Version: 1.6
+Release: 1%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Publishing
@@ -16,7 +16,6 @@
 Patch0: %{name}-desktop.patch
 # Patch to use default Fedora's document viewer
 Patch1: %{name}-tools.patch
-Patch2: %{name}-64bit_fix.patch
 
 %description
 Texmaker is a program, that integrates many tools needed to develop 
@@ -28,7 +27,6 @@
 %setup -q
 %patch0 -p0 -b .desktop
 %patch1 -p0 -b .tools
-%patch2 -p0 -b .64bit
  
 %build
 export QTDIR=%{_libdir}/qt4
@@ -84,6 +82,9 @@
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
 
 %changelog
+* Thu Jun 21 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-1%{?dist}
+- New Release
+
 * Fri Jun 15 2007 Deji Akingunola <dakingun at gmail.com> - 1.5-2
 - Fix for crash on x86_64 by Kevin Kofler (BZ #235546)
 




More information about the fedora-extras-commits mailing list