rpms/texmaker/F-11 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 texmaker-tools.patch, 1.9, 1.10 texmaker.spec, 1.20, 1.21

Deji Akingunola deji at fedoraproject.org
Tue Jun 16 05:50:25 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/texmaker/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10842

Modified Files:
	.cvsignore sources texmaker-tools.patch texmaker.spec 
Log Message:
* Tue Jun 16 2009 Deji Akingunola <dakingun at gmail.com> - 1.9.1-1
- Update to 1.9.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	21 Nov 2008 03:39:51 -0000	1.9
+++ .cvsignore	16 Jun 2009 05:49:54 -0000	1.10
@@ -1 +1 @@
-texmaker-1.8.tar.bz2
+texmaker-1.9.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	21 Nov 2008 03:39:51 -0000	1.9
+++ sources	16 Jun 2009 05:49:54 -0000	1.10
@@ -1 +1 @@
-c25bdd9d0dae2be802d53bcc3189d6ea  texmaker-1.8.tar.bz2
+db83c10dc6b737bfc81a108f0ce3f067  texmaker-1.9.1.tar.bz2

texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/F-11/texmaker-tools.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- texmaker-tools.patch	21 Nov 2008 03:39:51 -0000	1.9
+++ texmaker-tools.patch	16 Jun 2009 05:49:54 -0000	1.10
@@ -1,15 +1,6 @@
---- 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();
-+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();
-@@ -2165,29 +2165,9 @@
+--- texmaker.cpp	2009-05-24 04:37:51.000000000 -0400
++++ texmaker.cpp.new	2009-05-27 07:34:34.287172458 -0400
+@@ -2430,28 +2430,10 @@
  metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
  // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
@@ -34,15 +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();
  
- ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
  
-@@ -2318,7 +2298,7 @@
+ ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
+@@ -2601,7 +2583,7 @@
  author=config->value("Quick/Author","").toString();
  
  #if defined( Q_WS_X11 )


Index: texmaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texmaker/F-11/texmaker.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- texmaker.spec	25 Feb 2009 20:18:58 -0000	1.20
+++ texmaker.spec	16 Jun 2009 05:49:54 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:	LaTeX editor
 Name:		texmaker
-Version:	1.8
-Release:	2%{?dist}
+Version:	1.9.1
+Release:	1%{?dist}
 Epoch:		1
 License:	GPLv2+
 Group:		Applications/Publishing
@@ -10,7 +10,7 @@ Source:		http://www.xm1math.net/texmaker
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	qt4-devel
 BuildRequires:	desktop-file-utils
-Requires:	tetex-latex, tetex-dvipost, tetex-xdvi,hunspell
+Requires:	tetex-latex, tetex-dvipost, tetex-xdvi, hunspell
 # Patch to use default Fedora's document viewer and system's hunspell
 Patch0:		%{name}-tools.patch
 
@@ -43,9 +43,10 @@ install -Dp -m 0644 utilities/texmaker12
 
 # Don't package these twice
 rm -rf %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING,*.desktop,tex*.png}
+rm -f %{buildroot}%{_datadir}/applications/texmaker.desktop
 
 desktop-file-install --vendor fedora			\
-	--dir %buildroot%_datadir/applications		\
+	--dir %{buildroot}%{_datadir}/applications	\
 	--remove-category Publishing			\
 	--remove-category X-SuSE-Core-Office		\
 	--remove-category X-Mandriva-Office-Publishing	\
@@ -79,10 +80,14 @@ rm -rf %buildroot
 %{_datadir}/texmaker/
 %{_datadir}/applications/fedora-texmaker.desktop
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
+%{_datadir}/pixmaps/texmaker.png
 %exclude %{_datadir}/texmaker/*.dic
 %exclude %{_datadir}/texmaker/*.aff
 
 %changelog
+* Tue Jun 16 2009 Deji Akingunola <dakingun at gmail.com> - 1.9.1-1
+- Update to 1.9.1
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list