rpms/TeXmacs/devel TeXmacs-1.0.6.10-psfix.patch, NONE, 1.1 TeXmacs.spec, 1.48, 1.49

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Jul 4 08:26:24 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/TeXmacs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1966

Modified Files:
	TeXmacs.spec 
Added Files:
	TeXmacs-1.0.6.10-psfix.patch 
Log Message:
ps generation fix

TeXmacs-1.0.6.10-psfix.patch:

--- NEW FILE TeXmacs-1.0.6.10-psfix.patch ---
--- TeXmacs-1.0.6.10-src/src/Window/PsDevice/printer.cpp.psfix	2007-06-29 17:14:12.000000000 +0200
+++ TeXmacs-1.0.6.10-src/src/Window/PsDevice/printer.cpp	2007-06-29 17:15:07.000000000 +0200
@@ -138,7 +138,6 @@ printer_rep::~printer_rep () {
 	   << "TeXDict begin\n";
   if (page_type != "user") {
     prologue << "%%BeginPaperSize: " << page_type << "\n";
-    prologue << page_type << "\n";
     prologue << "%%EndPaperSize\n";
   }
   if (landscape)


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TeXmacs/devel/TeXmacs.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- TeXmacs.spec	14 May 2007 13:17:07 -0000	1.48
+++ TeXmacs.spec	4 Jul 2007 08:25:46 -0000	1.49
@@ -1,6 +1,6 @@
 Name:		TeXmacs
 Version:	1.0.6.10
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors
@@ -10,6 +10,7 @@
 Patch2:		TeXmacs-event.patch
 Patch5:         TeXmacs-1.6.0.7-rdelim.patch
 Patch6:         TeXmacs-1.0.6.10-qual.patch
+Patch7:         TeXmacs-1.0.6.10-psfix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	tetex
 Requires:	tetex-fonts
@@ -57,6 +58,7 @@
 %patch2 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in
 
 
@@ -156,6 +158,9 @@
 
 
 %changelog
+* Fri Jun 29 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.10-3
+- ps generation fix
+
 * Mon May 14 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.10-1
 - new version 1.0.6.10
 




More information about the fedora-extras-commits mailing list