rpms/texmaker/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 texmaker-tools.patch, 1.12, 1.13 texmaker.spec, 1.25, 1.26

Deji Akingunola deji at fedoraproject.org
Wed Feb 3 20:46:13 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/texmaker/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18051

Modified Files:
	.cvsignore sources texmaker-tools.patch texmaker.spec 
Log Message:
* Wed Feb 03 2010 Deji Akingunola <dakingun at gmail.com> - 1.9.9-1
- Update to 1.9.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	17 Jul 2009 05:19:17 -0000	1.11
+++ .cvsignore	3 Feb 2010 20:46:13 -0000	1.12
@@ -1 +1 @@
-texmaker-1.9.2.tar.bz2
+texmaker-1.9.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	17 Jul 2009 05:19:17 -0000	1.11
+++ sources	3 Feb 2010 20:46:13 -0000	1.12
@@ -1 +1 @@
-61842ccacf7d843e497aa74f7135d04a  texmaker-1.9.2.tar.bz2
+6a56af78aac811ec3a82e7d375d388ae  texmaker-1.9.9.tar.bz2

texmaker-tools.patch:
 spellerdialog.h |    2 +-
 texmaker.cpp    |   53 +++++++++++++++++------------------------------------
 texmaker.pro    |   34 ++--------------------------------
 3 files changed, 20 insertions(+), 69 deletions(-)

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/devel/texmaker-tools.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- texmaker-tools.patch	2 Nov 2009 19:11:15 -0000	1.12
+++ texmaker-tools.patch	3 Feb 2010 20:46:13 -0000	1.13
@@ -1,6 +1,6 @@
---- texmaker.cpp	2009-06-14 12:42:57.000000000 -0400
-+++ texmaker.cpp.new	2009-07-15 11:33:27.749640574 -0400
-@@ -2352,27 +2352,9 @@
+--- texmaker.cpp	2010-01-30 15:12:46.000000000 -0500
++++ texmaker.cpp.new	2010-02-03 15:34:08.298862278 -0500
+@@ -2377,28 +2377,9 @@
  metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
  // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
@@ -25,13 +25,14 @@
 -		viewpdf_command=config->value("Tools/Pdf","okular %.pdf").toString();
 -		}break;
 -	}
+-
 +viewdvi_command=config->value("Tools/Dvi","xdg-open %.dvi").toString();
 +viewps_command=config->value("Tools/Ps","xdg-open %.ps").toString();
 +viewpdf_command=config->value("Tools/Pdf","xdg-open %.pdf").toString();
  
  
- 
-@@ -2524,7 +2506,7 @@
+ ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
+@@ -2549,7 +2530,7 @@
  author=config->value("Quick/Author","").toString();
  
  #if defined( Q_WS_X11 )
@@ -40,8 +41,125 @@
  #endif
  #if defined( Q_WS_MACX )
  QString dicDir=QCoreApplication::applicationDirPath() + "/../Resources/";
---- spellerdialog.h
-+++ spellerdialog.h.new
+@@ -3553,7 +3534,7 @@
+ tag+="}\n";
+ InsertTag(tag,9,0);
+ OutputTextEdit->insertLine("Bib fields - Article in Journal");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib2()
+ {
+@@ -3578,7 +3559,7 @@
+ tag+="}\n";
+ InsertTag(tag,15,0);
+ OutputTextEdit->insertLine("Bib fields - Article in Conference Proceedings");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib3()
+ {
+@@ -3605,7 +3586,7 @@
+ tag+="}\n";
+ InsertTag(tag,14,0);
+ OutputTextEdit->insertLine("Bib fields - Article in a Collection");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib4()
+ {
+@@ -3631,7 +3612,7 @@
+ InsertTag(tag,8,0);
+ OutputTextEdit->insertLine("Bib fields - Chapter or Pages in a Book");
+ OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib5()
+ {
+@@ -3652,7 +3633,7 @@
+ tag+="}\n";
+ InsertTag(tag,13,0);
+ OutputTextEdit->insertLine("Bib fields - Conference Proceedings");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib6()
+ {
+@@ -3675,7 +3656,7 @@
+ InsertTag(tag,6,0);
+ OutputTextEdit->insertLine("Bib fields - Book");
+ OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib7()
+ {
+@@ -3692,7 +3673,7 @@
+ tag+="}\n";
+ InsertTag(tag,9,0);
+ OutputTextEdit->insertLine("Bib fields - Booklet");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib8()
+ {
+@@ -3710,7 +3691,7 @@
+ tag+="}\n";
+ InsertTag(tag,11,0);
+ OutputTextEdit->insertLine("Bib fields - PhD. Thesis");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib9()
+ {
+@@ -3728,7 +3709,7 @@
+ tag+="}\n";
+ InsertTag(tag,15,0);
+ OutputTextEdit->insertLine("Bib fields - Master's Thesis");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib10()
+ {
+@@ -3747,7 +3728,7 @@
+ tag+="}\n";
+ InsertTag(tag,12,0);
+ OutputTextEdit->insertLine("Bib fields - Technical Report");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib11()
+ {
+@@ -3765,7 +3746,7 @@
+ tag+="}\n";
+ InsertTag(tag,8,0);
+ OutputTextEdit->insertLine("Bib fields - Technical Manual");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib12()
+ {
+@@ -3780,7 +3761,7 @@
+ tag+="}\n";
+ InsertTag(tag,13,0);
+ OutputTextEdit->insertLine("Bib fields - Unpublished");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib13()
+ {
+@@ -3796,7 +3777,7 @@
+ tag+="}\n";
+ InsertTag(tag,6,0);
+ OutputTextEdit->insertLine("Bib fields - Miscellaneous");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ 
+ void Texmaker::CleanBib()
+--- spellerdialog.h	2009-05-08 06:32:29.000000000 -0400
++++ spellerdialog.h.new	2010-02-03 15:35:23.183871810 -0500
 @@ -13,7 +13,7 @@
  
  #include "ui_spellerdialog.h"
@@ -51,22 +169,22 @@
  
  #include <QTextCursor>
  
---- texmaker.pro
-+++ texmaker.pro.new
-@@ -3,7 +3,8 @@ TEMPLATE	= app
+--- texmaker.pro	2010-01-31 07:34:40.000000000 -0500
++++ texmaker.pro.new	2010-02-03 15:37:00.071862859 -0500
+@@ -3,7 +3,8 @@
  TARGET	 = texmaker
  QT += network \
        xml
 -CONFIG	+= qt warn_off release
 +CONFIG	+= qt warn_off release link_pkgconfig
 +PKGCONFIG = hunspell
+ TEXMAKERVERSION=1.9.9
+ DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
  ###############################
- HEADERS	+= texmaker.h \
- 	texmakerapp.h \
-@@ -39,25 +40,6 @@ HEADERS	+= texmaker.h \
- 	manhattanstyle.h \
+@@ -42,25 +43,6 @@
  	stylehelper.h \
  	styleanimator.h \
+ 	keysequencedialog.h \
 -	hunspell/affentry.hxx \
 -	hunspell/affixmgr.hxx \
 -	hunspell/atypes.hxx \
@@ -89,10 +207,10 @@
  	singleapp/qtlocalpeer.h \
  	singleapp/qtlockedfile.h \
  	singleapp/qtsingleapplication.h \
-@@ -96,18 +78,6 @@ SOURCES	+= main.cpp \
- 	manhattanstyle.cpp \
+@@ -100,18 +82,6 @@
  	stylehelper.cpp \
  	styleanimator.cpp \
+ 	keysequencedialog.cpp \
 -	hunspell/affentry.cxx \
 -	hunspell/affixmgr.cxx \
 -	hunspell/csutil.cxx \


Index: texmaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/devel/texmaker.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- texmaker.spec	25 Nov 2009 01:14:59 -0000	1.25
+++ texmaker.spec	3 Feb 2010 20:46:13 -0000	1.26
@@ -1,7 +1,7 @@
 Summary:	LaTeX editor
 Name:		texmaker
-Version:	1.9.2
-Release:	4%{?dist}
+Version:	1.9.9
+Release:	1%{?dist}
 Epoch:		1
 License:	GPLv2+
 Group:		Applications/Publishing
@@ -84,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %exclude %{_datadir}/texmaker/*.aff
 
 %changelog
+* Wed Feb 03 2010 Deji Akingunola <dakingun at gmail.com> - 1.9.9-1
+- Update to 1.9.9
+
 * Wed Nov 25 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.9.2-4
 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
 



More information about the scm-commits mailing list