Hello community, here is the log from the commit of package TeXmacs checked in at Thu Mar 1 21:36:02 CET 2007. -------- --- TeXmacs/TeXmacs.changes 2007-02-20 16:13:21.000000000 +0100 +++ /mounts/work_src_done/STABLE/TeXmacs/TeXmacs.changes 2007-02-28 16:36:34.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 28 16:23:18 CET 2007 - mvaner@suse.cz + +- Fixing part of 228035 - crash on 64bit computer + - 64bit.patch + - The package is still unuseable, but for other reason now + (Guile version) + +------------------------------------------------------------------- New: ---- TeXmacs-1.0.6.6-64bit.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ TeXmacs.spec ++++++ --- /var/tmp/diff_new_pack.HC3998/_old 2007-03-01 21:35:41.000000000 +0100 +++ /var/tmp/diff_new_pack.HC3998/_new 2007-03-01 21:35:41.000000000 +0100 @@ -15,7 +15,7 @@ Summary: A Structured WYSIWYG Scientific Text Editor Group: Productivity/Editors/Other Version: 1.0.6.6 -Release: 27 +Release: 29 License: GNU General Public License (GPL) Requires: tetex guile BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -27,6 +27,7 @@ Patch8: TeXmacs-random.patch Patch9: TeXmacs-null.patch Patch10: %{name}-%{version}-anim-clip-cond.path +Patch11: %{name}-%{version}-64bit.patch %description GNU TeXmacs is a free scientific text editor, inspired by TeX and GNU @@ -60,12 +61,14 @@ %patch8 %patch9 %patch10 +%patch11 rm -f config.cache %build autoreconf -f -i %configure\ --enable-optimize="$RPM_OPT_FLAGS" +exit 1 make %{?jobs:-j%jobs} %install @@ -118,6 +121,11 @@ %doc %{_mandir}/man?/*.* %changelog +* Wed Feb 28 2007 - mvaner@suse.cz +- Fixing part of 228035 - crash on 64bit computer + - 64bit.patch + - The package is still unuseable, but for other reason now + (Guile version) * Tue Feb 20 2007 - mvaner@suse.cz - Fixing odd comparison (bug #233326) - anim-clip-cond.path ++++++ TeXmacs-1.0.6.6-64bit.patch ++++++ --- configure.in +++ configure.in @@ -379,7 +379,7 @@ CONFIG_MAX_FAST="260 // WORD_LENGTH more than power of 2" AC_MSG_CHECKING(if we are on a 64-bits computer) -AC_RUN_IFELSE([AC_LANG_PROGRAM([],[exit(sizeof(void*))])], +AC_RUN_IFELSE([AC_LANG_PROGRAM([],[return(sizeof(void*))])], [void_size=0],[void_size=$?]) if test "$void_size" = "8"; then AC_MSG_RESULT([yes]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org