diff --git a/.cvsignore b/.cvsignore index 6a441b2..337fde0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -TeXmacs-1.0.6.9-src.tar.gz +TeXmacs-1.0.6.10-src.tar.gz diff --git a/TeXmacs-1.0.6.10-qual.patch b/TeXmacs-1.0.6.10-qual.patch new file mode 100644 index 0000000..7a94aff --- /dev/null +++ b/TeXmacs-1.0.6.10-qual.patch @@ -0,0 +1,11 @@ +--- TeXmacs-1.0.6.10-src/src/Typeset/Boxes/Modifier/change_boxes.cpp.qual 2007-05-14 14:10:20.000000000 +0200 ++++ TeXmacs-1.0.6.10-src/src/Typeset/Boxes/Modifier/change_boxes.cpp 2007-05-14 14:10:33.000000000 +0200 +@@ -324,7 +324,7 @@ + position (); + finalize (); + } +- inline remember_box_rep::~remember_box_rep () { ++ inline ~remember_box_rep () { + if (logs_ptr != NULL) { + rectangles& logs= *logs_ptr; + logs= rectangles (rectangle (ox+x3, oy+y3, ox+x4, oy+y4), logs); diff --git a/TeXmacs.spec b/TeXmacs.spec index 7478464..bd75ef0 100644 --- a/TeXmacs.spec +++ b/TeXmacs.spec @@ -1,14 +1,15 @@ Name: TeXmacs -Version: 1.0.6.9 -Release: 1%{?dist} +Version: 1.0.6.10 +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.9-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.10-src.tar.gz Patch2: TeXmacs-event.patch Patch5: TeXmacs-1.6.0.7-rdelim.patch +Patch6: TeXmacs-1.0.6.10-qual.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts @@ -55,6 +56,7 @@ drawing editor and a presentation mode. %setup -q -n TeXmacs-%{version}-src %patch2 -p1 %patch5 -p1 +%patch6 -p1 sed -i "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in @@ -154,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 14 2007 Gerard Milmeister - 1.0.6.10-1 +- new version 1.0.6.10 + * Mon Feb 12 2007 Gerard Milmeister - 1.0.6.9-1 - new version 1.0.6.9 diff --git a/sources b/sources index 051fe57..e6ed4a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fde50d2c6a543e63be22534d77de474d TeXmacs-1.0.6.9-src.tar.gz +5b5dbd678529bf346e1b67059bda7b57 TeXmacs-1.0.6.10-src.tar.gz