rpms/texmaker/devel texmaker-tools.patch, 1.5, 1.6 texmaker.spec, 1.12, 1.13

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Fri Jun 22 00:03:47 UTC 2007


Author: deji

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

Modified Files:
	texmaker-tools.patch texmaker.spec 
Log Message:
* 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-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker-tools.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- texmaker-tools.patch	21 Jun 2007 18:34:28 -0000	1.5
+++ texmaker-tools.patch	22 Jun 2007 00:03:10 -0000	1.6
@@ -1,6 +1,6 @@
 --- 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 @@
++++ texmaker.cpp.new	2007-06-21 19:36:14.000000000 -0400
+@@ -2078,7 +2078,7 @@
  #endif
  #ifdef Q_WS_X11
  latex_command=config->value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
@@ -9,11 +9,8 @@
  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();
+@@ -2088,8 +2088,8 @@
+ viewdvi_command=config->value("Tools/Dvi","xdvi %.dvi").toString();
  // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
 -viewps_command=config->value("Tools/Ps","gv %.ps").toString();


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- texmaker.spec	21 Jun 2007 18:34:28 -0000	1.12
+++ texmaker.spec	22 Jun 2007 00:03:10 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: LaTeX editor
 Name: texmaker
 Version: 1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Publishing
@@ -10,7 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: qt4-devel
 BuildRequires: desktop-file-utils
-Requires: tetex-latex, tetex-dvipost
+Requires: tetex-latex, tetex-dvipost, tetex-xdvi
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 Patch0: %{name}-desktop.patch
@@ -82,6 +82,9 @@
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
 
 %changelog
+* 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
+
 * Thu Jun 21 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-1%{?dist}
 - New Release
 




More information about the fedora-extras-commits mailing list