rpms/TeXmacs/devel TeXmacs-1.0.6.1-gcc41.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 TeXmacs.spec, 1.34, 1.35 sources, 1.19, 1.20

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri May 12 17:39:05 UTC 2006


Author: gemi

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

Modified Files:
	.cvsignore TeXmacs.spec sources 
Added Files:
	TeXmacs-1.0.6.1-gcc41.patch 
Log Message:


TeXmacs-1.0.6.1-gcc41.patch:

--- NEW FILE TeXmacs-1.0.6.1-gcc41.patch ---
--- TeXmacs-1.0.6.1-src/src/Typeset/Boxes/Modifier/change_boxes.cpp.gcc41	2006-05-12 17:43:03.000000000 +0200
+++ TeXmacs-1.0.6.1-src/src/Typeset/Boxes/Modifier/change_boxes.cpp	2006-05-12 17:43:27.000000000 +0200
@@ -326,7 +326,7 @@
 struct textat_box_rep: public move_box_rep {
   textat_box_rep (path ip, box b, SI x, SI y):
     move_box_rep (ip, b, x, y, false, false) {}
-  gr_selections textat_box_rep::graphical_select (SI x, SI y, SI dist);
+  gr_selections graphical_select (SI x, SI y, SI dist);
   operator tree () { return tree (TUPLE, "textat", (tree) bs[0]); }
 };
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	31 Dec 2005 18:52:17 -0000	1.18
+++ .cvsignore	12 May 2006 17:39:05 -0000	1.19
@@ -1 +1 @@
-TeXmacs-1.0.6-src.tar.gz
+TeXmacs-1.0.6.1-src.tar.gz


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- TeXmacs.spec	11 May 2006 21:34:26 -0000	1.34
+++ TeXmacs.spec	12 May 2006 17:39:05 -0000	1.35
@@ -1,18 +1,20 @@
 Name:		TeXmacs
-Version:	1.0.6
-Release:	8%{?dist}
+Version:	1.0.6.1
+Release:	2%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors
 License:	GPL
 URL:		http://www.texmacs.org
-Source:		ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6-src.tar.gz
-Patch0:		TeXmacs-maxima.patch
+Source:		ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.1-src.tar.gz
 Patch1:		TeXmacs-inline.patch
 Patch2:		TeXmacs-event.patch
 Patch3:		TeXmacs-gcc41.patch
+Patch4:		TeXmacs-1.0.6.1-gcc41.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	tetex, tetex-fonts, ghostscript
+Requires:	tetex
+Requires:	tetex-fonts
+Requires:	ghostscript
 Buildrequires:	guile-devel
 Buildrequires:	gmp-devel
 Buildrequires:	desktop-file-utils
@@ -56,6 +58,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in
 
 
@@ -156,6 +159,9 @@
 
 
 %changelog
+* Fri May 12 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.1-1
+- new version 1.0.6.1
+
 * Thu May 11 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6-8
 - added buildreq for gmp-devel
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	31 Dec 2005 18:52:17 -0000	1.19
+++ sources	12 May 2006 17:39:05 -0000	1.20
@@ -1 +1 @@
-7b0a3896fd17cf2e993aa77d15bb6240  TeXmacs-1.0.6-src.tar.gz
+7bd4c93ef5204a8a27c064298869574e  TeXmacs-1.0.6.1-src.tar.gz




More information about the fedora-extras-commits mailing list