rpms/texmaker/FC-6 texmaker-tools.patch, 1.6, 1.7 texmaker.spec, 1.13, 1.14 texmaker-64bit_fix.patch, 1.1, NONE

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sun Aug 19 03:37:52 UTC 2007


Author: deji

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

Modified Files:
	texmaker-tools.patch texmaker.spec 
Removed Files:
	texmaker-64bit_fix.patch 
Log Message:
* Sat Aug 18 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
- Use xdg-open instead of hardcording viewer apps (bz#245269)
- License tag update


texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/texmaker-tools.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texmaker-tools.patch	22 Jun 2007 00:46:58 -0000	1.6
+++ texmaker-tools.patch	19 Aug 2007 03:37:50 -0000	1.7
@@ -1,6 +1,6 @@
 --- texmaker.cpp	2007-06-05 14:51:01.000000000 -0400
-+++ texmaker.cpp.new	2007-06-21 19:36:14.000000000 -0400
-@@ -2078,7 +2078,7 @@
++++ 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();
@@ -9,14 +9,17 @@
  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();
-@@ -2088,8 +2088,8 @@
- viewdvi_command=config->value("Tools/Dvi","xdvi %.dvi").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","xdg-open %.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();
++viewps_command=config->value("Tools/Ps","xdg-open %.ps").toString();
++viewpdf_command=config->value("Tools/Pdf","xdg-open %.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();


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-6/texmaker.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- texmaker.spec	22 Jun 2007 00:46:58 -0000	1.13
+++ texmaker.spec	19 Aug 2007 03:37:50 -0000	1.14
@@ -1,9 +1,9 @@
 Summary: LaTeX editor
 Name: texmaker
 Version: 1.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
-License: GPL
+License: GPLv2+
 Group: Applications/Publishing
 URL: http://www.xm1math.net/texmaker/
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
@@ -82,6 +82,10 @@
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
 
 %changelog
+* Sat Aug 18 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
+- Use xdg-open instead of hardcording viewer apps (bz#245269)
+- License tag update
+
 * Thu Jun 21 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-2%{?dist}
 - Change default dvi viewer back to xdvi, and require tetex-xdvi for it
 


--- texmaker-64bit_fix.patch DELETED ---




More information about the fedora-extras-commits mailing list