rpms/TeXmacs/EL-5 TeXmacs-psfix.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 TeXmacs.spec, 1.50, 1.51 sources, 1.28, 1.29 TeXmacs-1.0.6.10-psfix.patch, 1.1, NONE TeXmacs-1.0.6.10-qual.patch, 1.1, NONE TeXmacs-event.patch, 1.2, NONE

tremble tremble at fedoraproject.org
Mon Apr 12 17:28:11 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/TeXmacs/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18246

Modified Files:
	.cvsignore TeXmacs.spec sources 
Added Files:
	TeXmacs-psfix.patch 
Removed Files:
	TeXmacs-1.0.6.10-psfix.patch TeXmacs-1.0.6.10-qual.patch 
	TeXmacs-event.patch 
Log Message:
Update to devel branch before inital EPEL build

TeXmacs-psfix.patch:
 printer.cpp |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE TeXmacs-psfix.patch ---
diff -up TeXmacs-1.0.6.12-src/src/Graphics/Renderer/printer.cpp.psfix TeXmacs-1.0.6.12-src/src/Graphics/Renderer/printer.cpp
--- TeXmacs-1.0.6.12-src/src/Graphics/Renderer/printer.cpp.psfix	2007-11-05 19:24:01.000000000 +0100
+++ TeXmacs-1.0.6.12-src/src/Graphics/Renderer/printer.cpp	2007-11-05 19:24:20.000000000 +0100
@@ -124,7 +124,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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TeXmacs/EL-5/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	14 May 2007 13:40:11 -0000	1.27
+++ .cvsignore	12 Apr 2010 17:28:10 -0000	1.28
@@ -1 +1 @@
-TeXmacs-1.0.6.10-src.tar.gz
+TeXmacs-1.0.7.2-src.tar.gz


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TeXmacs/EL-5/TeXmacs.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- TeXmacs.spec	4 Jul 2007 08:15:37 -0000	1.50
+++ TeXmacs.spec	12 Apr 2010 17:28:11 -0000	1.51
@@ -1,16 +1,14 @@
 Name:		TeXmacs
-Version:	1.0.6.10
-Release:	3%{?dist}
+Version:	1.0.7.2
+Release:	2%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors
-License:	GPL
+License:	GPLv2+
 URL:		http://www.texmacs.org
-Source:		ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.10-src.tar.gz
-Patch2:		TeXmacs-event.patch
+Source:		ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-%{version}-src.tar.gz
 Patch5:         TeXmacs-1.6.0.7-rdelim.patch
-Patch6:         TeXmacs-1.0.6.10-qual.patch
-Patch7:         TeXmacs-1.0.6.10-psfix.patch
+Patch7:         TeXmacs-psfix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	tetex
 Requires:	tetex-fonts
@@ -53,13 +51,21 @@ scientific office suite, with spreadshee
 drawing editor and a presentation mode.
 
 
+%package devel
+Summary:        Development files for TeXmacs
+Requires:       %{name} = %{version}-%{release}
+Group:          Development/Libraries
+
+%description devel
+Development files required to create TeXmacs plugins.
+
+
 %prep
 %setup -q -n TeXmacs-%{version}-src
-%patch2 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in
+sed -i "s|5\.14\.\*|5.15.*|" plugins/maxima/bin/tm_maxima
 
 
 %build
@@ -141,10 +147,10 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man*/fig
 %defattr(-,root,root,-)
 %doc LICENSE COPYING TeXmacs/README TeXmacs/TEX_FONTS
 %{_bindir}/*
-%{_includedir}/*
 %{_mandir}/man*/*
 %{_libexecdir}/*
 %{_datadir}/TeXmacs
+%exclude %{_datadir}/TeXmacs/examples/plugins
 %{_datadir}/applications/*
 %{_datadir}/application-registry/*
 %{_datadir}/mime-info/*
@@ -153,11 +159,51 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man*/fig
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-text-texmacs.xpm
 
 
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/*
+%{_datadir}/TeXmacs/examples/plugins
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sat Jun 13 2009 Gerard Milmeister <gemi at bluewin.ch> - 1.0.7.2-1
+- new release 1.0.7.2
+
+* Fri Jan  2 2009 Gerard Milmeister <gemi at bluewin.ch> - 1.0.7.1-1
+- new release 1.0.7.1
+
+* Sun Oct 19 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.0.7-1
+- new release 1.0.7
+
+* Sat Aug 16 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.15-1
+- new release 1.0.6.15
+
+* Tue Jul 22 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.14-2
+- fix for Maxima 5.15
+
+* Thu Mar 20 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.14-1
+- new release 1.0.6.14
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.6.12-3
+- Autorebuild for GCC 4.3
+
+* Mon Nov  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.12-1
+- new release 1.0.6.12
+- split off devel package
+
+* Mon Oct  8 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.11-2
+- patch for maxima 5.13.0
+
+* Mon Sep 10 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.11-1
+- new release 1.0.6.11
+
 * Fri Jun 29 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.10-3
 - ps generation fix
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TeXmacs/EL-5/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	14 May 2007 13:40:11 -0000	1.28
+++ sources	12 Apr 2010 17:28:11 -0000	1.29
@@ -1 +1 @@
-5b5dbd678529bf346e1b67059bda7b57  TeXmacs-1.0.6.10-src.tar.gz
+4f40bededefc44e8927455efe0358780  TeXmacs-1.0.7.2-src.tar.gz


--- TeXmacs-1.0.6.10-psfix.patch DELETED ---


--- TeXmacs-1.0.6.10-qual.patch DELETED ---


--- TeXmacs-event.patch DELETED ---



More information about the scm-commits mailing list