forked from pool/motif
- Update to version 2.3.8 * Fixed bug: TextField leaves a residual cursor shadow on focus lose * Fixed bug: Many cases of typos in horizontal/vertical conditions in the code * Fixed bug: motif does crash on OpenSuse Leap 42.2 * Fixed bug: TabStack with tabSelectColor and Right causes BadMatch Error * Fixed bug: Open Motif build fails due to weak aliases on Darwin with cl * Fixed bug: Motif 2.3.6 and 2.3.4 do not work with XQuartz 2.7.9 and later * Fixed bug: Add support for more Cyrillic locales * Fixed bug: Memory leak in DataF.c * Fixed bug: Closing open menus with mouse click disables keyboard shortcut - Update to version 2.3.7 * Fixed segmentation faults associated with option menus or other popup windows - Update to version 2.3.6 * Fixed Rendering issues seen while scrolling window * Fixed parallel building error - Update to version 2.3.5 * Reimplemented bugfix: The active window changes to inactive when the drop down list is clicked * Fixed XmList segfault when left-shift left-button click on list item * Fixed Label size computed wrong within a Form * Fixed Using deprecated X functions * Fixed Buffer overrun in FontS.c * Fixed many compile-time bugs - Drop outdated patches: * openmotif-2.3.3.diff, warn.patch, strcmp.diff, openmotif-xpm.diff, sentinel.diff, openmotif-uil.diff, openmotif-unaligned.diff, mwm.diff, openmotif-editres.diff, openmotif-editres-prototype.patch, motif-avoid-empty-include.diff, motif-sequence-points.diff, openmotif-2.3.1-suse-stipple.patch, and motif-2.3.4-implicit-fortify-decl.patch - Added patches from upstream and alpine: * fix-format-security.patch * no-demos.patch * fix_underlinking.patch * fix_hardcoded_x11rgb_path.patch * fix-undefined-use-of-sprintf.patch * 18-option-main.patch OBS-URL: https://build.opensuse.org/request/show/972386 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/motif?expand=0&rev=20
20 lines
576 B
Diff
20 lines
576 B
Diff
diff -Nur motif-2.3.8/configure.ac new/configure.ac
|
|
--- motif-2.3.8/configure.ac 2022-04-24 02:44:54.935728737 +0200
|
|
+++ new/configure.ac 2022-04-24 03:03:56.819728602 +0200
|
|
@@ -1,5 +1,5 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
-AC_INIT
|
|
+AC_INIT([motif], [2.3.8])
|
|
AC_CONFIG_SRCDIR([lib/Xm/Form.c])
|
|
AC_PREREQ(2.52)
|
|
AC_CONFIG_AUX_DIR(.)
|
|
@@ -22,7 +22,7 @@
|
|
AC_SUBST(AGE)
|
|
|
|
dnl This is really dumb but it seems to be bug
|
|
-AM_INIT_AUTOMAKE(motif,2.3.8,no-define)
|
|
+AM_INIT_AUTOMAKE([no-define foreign])
|
|
|
|
LIBTOOL_VERSION=$CURRENT:$REVISION:$AGE
|
|
|