Hello community, here is the log from the commit of package texcad checked in at Fri Nov 10 13:13:59 CET 2006. -------- --- texcad/texcad.changes 2006-11-10 10:17:34.000000000 +0100 +++ /mounts/work_src_done/STABLE/texcad/texcad.changes 2006-11-10 12:49:13.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 10 12:48:35 CET 2006 - werner@suse.de + +- Do not use cpp macro used in X11 header files (for ix86) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texcad.spec ++++++ --- /var/tmp/diff_new_pack.Lv0zlo/_old 2006-11-10 13:13:25.000000000 +0100 +++ /var/tmp/diff_new_pack.Lv0zlo/_new 2006-11-10 13:13:25.000000000 +0100 @@ -17,7 +17,7 @@ Provides: texcad12 xtexcad Autoreqprov: on Version: 2.4 -Release: 1044 +Release: 1045 Summary: Drawing program for LaTeX pictures Source: xtexcad-2.4.tar.gz Patch: xtexcad-2.4-flex.patch @@ -59,8 +59,10 @@ %patch2 -p0 %build +touch resources.h xmkmf -a -make CCOPTIONS="$RPM_OPT_FLAGS -DSYSV" +rm -f resources.h +make CCOPTIONS="$RPM_OPT_FLAGS" `grog -Tdvi xtexcad.man` > XTeXcad.dvi %install @@ -82,6 +84,8 @@ %changelog -n texcad * Fri Nov 10 2006 - werner@suse.de +- Do not use cpp macro used in X11 header files (for ix86) +* Fri Nov 10 2006 - werner@suse.de - Use getcwd instead of getwd (bug #218882) * Thu Aug 10 2006 - werner@suse.de - Make it build with X11R7 ++++++ xtexcad-2.4-getcwd.patch ++++++ --- /var/tmp/diff_new_pack.Lv0zlo/_old 2006-11-10 13:13:25.000000000 +0100 +++ /var/tmp/diff_new_pack.Lv0zlo/_new 2006-11-10 13:13:25.000000000 +0100 @@ -4,7 +4,7 @@ CLASS(selectTranslations) = XtParseTranslationTable(selectTranslations); } -+#ifdef SYSV ++#if defined(SYSV) || defined(__linux__) + extern char *getcwd(); +#define getwd(buf) getcwd(buf,MAXPATHLEN) +#else ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de