rpms/TeXmacs/FC-5 TeXmacs-1.0.6.1-gcc41.patch, NONE, 1.1 TeXmacs.spec, 1.32, 1.33

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


Author: gemi

Update of /cvs/extras/rpms/TeXmacs/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3692/FC-5

Modified Files:
	TeXmacs.spec 
Added Files:
	TeXmacs-1.0.6.1-gcc41.patch 
Log Message:
new version 1.0.6.1

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: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/FC-5/TeXmacs.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- TeXmacs.spec	20 Mar 2006 11:31:06 -0000	1.32
+++ TeXmacs.spec	12 May 2006 17:32:41 -0000	1.33
@@ -1,19 +1,23 @@
 Name:		TeXmacs
-Version:	1.0.6
-Release:	6%{?dist}
+Version:	1.0.6.1
+Release:	1%{?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
-Buildrequires:	guile-devel, desktop-file-utils, tetex
+Requires:	tetex
+Requires:	tetex-fonts
+Requires:	ghostscript
+Buildrequires:	guile-devel
+Buildrequires:	desktop-file-utils
+Buildrequires:	tetex
 Buildrequires:  freetype-devel
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
@@ -49,10 +53,10 @@
 
 %prep
 %setup -q -n TeXmacs-%{version}-src
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in
 
 
@@ -153,6 +157,9 @@
 
 
 %changelog
+* Fri May 12 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.1-1
+- new version 1.0.6.1
+
 * Mon Mar 20 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6-6
 - fix problems with gcc41 (TeXmacs-gcc41.patch)
 




More information about the fedora-extras-commits mailing list