rpms/TeXmacs/devel TeXmacs-event.patch, NONE, 1.1 TeXmacs.spec, 1.29, 1.30

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri Feb 17 23:23:26 UTC 2006


Author: gemi

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

Modified Files:
	TeXmacs.spec 
Added Files:
	TeXmacs-event.patch 
Log Message:


TeXmacs-event.patch:

--- NEW FILE TeXmacs-event.patch ---
--- TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp.event	2006-02-18 00:21:42.000000000 +0100
+++ TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp	2006-02-18 00:21:55.000000000 +0100
@@ -259,7 +259,7 @@
 test_window_attached (event ev, widget w) {
   if (!w->attached ()) {
     cerr << "\n" << HRULE << "\n";
-    cerr << ev << " was sent to\n" << w;
+    //    cerr << ev << " was sent to\n" << w;
     cerr << HRULE << "\n";
     fatal_error ("widget was not yet attached to window",
 		 "basic_widget::handle", "basic_diwget.cpp");


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- TeXmacs.spec	17 Feb 2006 21:41:30 -0000	1.29
+++ TeXmacs.spec	17 Feb 2006 23:23:26 -0000	1.30
@@ -1,6 +1,6 @@
 Name:		TeXmacs
 Version:	1.0.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors
@@ -9,6 +9,7 @@
 Source:		ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6-src.tar.gz
 Patch0:		TeXmacs-maxima.patch
 Patch1:		TeXmacs-inline.patch
+Patch2:		TeXmacs-event.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	tetex, tetex-fonts, ghostscript
 Buildrequires:	guile-devel, desktop-file-utils, tetex
@@ -49,12 +50,12 @@
 %setup -q -n TeXmacs-%{version}-src
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in
 
 
 %build
 %configure
-perl -pi -e "s|^CXXOPTIMIZE =.*|CXXOPTIMIZE = $RPM_OPT_FLAGS|" src/common.makefile
 make %{?_smp_mflags}
 
 
@@ -150,6 +151,9 @@
 
 
 %changelog
+* Sat Feb 18 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6-4
+- Temporary fix for compiling problem
+
 * Fri Feb 17 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6-3
 - Rebuild for Fedora Extras 5
 




More information about the scm-commits mailing list