rpms/texmaker/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 texmaker-tools.patch, 1.8, 1.9 texmaker.spec, 1.18, 1.19 texmaker-desktop.patch, 1.3, NONE

Deji Akingunola deji at fedoraproject.org
Fri Nov 21 03:40:21 UTC 2008


Author: deji

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

Modified Files:
	.cvsignore sources texmaker-tools.patch texmaker.spec 
Removed Files:
	texmaker-desktop.patch 
Log Message:
* Thu Nov 20 2008 Deji Akingunola <dakingun at gmail.com> - 1.8-1
- New Release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	5 Jun 2008 00:40:54 -0000	1.8
+++ .cvsignore	21 Nov 2008 03:39:51 -0000	1.9
@@ -1 +1 @@
-texmaker-1.7.1.tar.bz2
+texmaker-1.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	5 Jun 2008 00:40:54 -0000	1.8
+++ sources	21 Nov 2008 03:39:51 -0000	1.9
@@ -1 +1 @@
-2b59114f02b0e4ad65db78c10c740bf8  texmaker-1.7.1.tar.bz2
+c25bdd9d0dae2be802d53bcc3189d6ea  texmaker-1.8.tar.bz2

texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker-tools.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texmaker-tools.patch	28 Apr 2008 15:22:32 -0000	1.8
+++ texmaker-tools.patch	21 Nov 2008 03:39:51 -0000	1.9
@@ -1,7 +1,7 @@
---- texmaker.cpp	2008-04-22 04:45:33.000000000 -0400
-+++ texmaker.cpp.new	2008-04-28 09:26:36.000000000 -0400
-@@ -2164,7 +2164,7 @@
- 	}
+--- texmaker.cpp	2008-10-31 06:58:56.000000000 -0400
++++ texmaker.cpp.new	2008-11-20 14:09:28.208401766 -0500
+@@ -2156,7 +2156,7 @@
+ if (!kdeversion.isEmpty()) desktop_env=3;
  
  latex_command=config->value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
 -dvips_command=config->value("Tools/Dvips","dvips -o %.ps %.dvi").toString();
@@ -9,7 +9,7 @@
  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();
-@@ -2173,29 +2173,9 @@
+@@ -2165,29 +2165,9 @@
  metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
  // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
@@ -42,7 +42,7 @@
  
  ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
  
-@@ -2269,7 +2249,7 @@
+@@ -2318,7 +2298,7 @@
  author=config->value("Quick/Author","").toString();
  
  #if defined( Q_WS_X11 )


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- texmaker.spec	5 Jun 2008 00:40:54 -0000	1.18
+++ texmaker.spec	21 Nov 2008 03:39:51 -0000	1.19
@@ -1,6 +1,6 @@
 Summary:	LaTeX editor
 Name:		texmaker
-Version:	1.7.1
+Version:	1.8
 Release:	1%{?dist}
 Epoch:		1
 License:	GPLv2+
@@ -11,9 +11,8 @@
 BuildRequires:	qt4-devel
 BuildRequires:	desktop-file-utils
 Requires:	tetex-latex, tetex-dvipost, tetex-xdvi,hunspell
-Patch0:		%{name}-desktop.patch
-# Patch to use default Fedora's document viewer
-Patch1:		%{name}-tools.patch
+# Patch to use default Fedora's document viewer and system's hunspell
+Patch0:		%{name}-tools.patch
 
 %description
 Texmaker is a program, that integrates many tools needed to develop 
@@ -23,8 +22,7 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .desktop
-%patch1 -p0 -b .tools
+%patch0 -p0 -b .tools
  
 %build
 export QTDIR=%{_libdir}/qt4
@@ -49,6 +47,9 @@
 desktop-file-install --vendor fedora			\
 	--dir %buildroot%_datadir/applications		\
 	--remove-category Publishing			\
+	--remove-category X-SuSE-Core-Office		\
+	--remove-category X-Mandriva-Office-Publishing	\
+	--remove-category X-Misc			\
 	utilities/texmaker.desktop
 
 %post
@@ -82,6 +83,9 @@
 %exclude %{_datadir}/texmaker/*.aff
 
 %changelog
+* Thu Nov 20 2008 Deji Akingunola <dakingun at gmail.com> - 1.8-1
+- New Release
+
 * Wed Jun 04 2008 Deji Akingunola <dakingun at gmail.com> - 1.7.1-1
 - A bug-fix release
 


--- texmaker-desktop.patch DELETED ---




More information about the fedora-extras-commits mailing list