/hg/icedtea7: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Sun Apr 17 01:20:17 UTC 2016


changeset 89430c9d091b in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=89430c9d091b
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Apr 17 01:19:06 2016 +0100

	S8150954, PR2867, RH1176206: AWT Robot not compatible with GNOME Shell

	2016-04-16  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		S8150954, PR2867, RH1176206: AWT Robot not
		compatible with GNOME Shell
		* NEWS: Fix wrong bug ID used for PR2867.

	2016-03-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		S8150954, PR2867, RH1176206: AWT Robot not
		compatible with GNOME Shell
		* INSTALL: Update X11 dependency documentation.
		* configure.ac: Add check
		for libXcomposite as required by fix
		for PR2867. Correct variables used by
		xproto check.


changeset b80abb979a20 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=b80abb979a20
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Apr 17 02:21:13 2016 +0100

	Added tag icedtea-2.7.0pre05 for changeset 89430c9d091b


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  17 +++++++++++++++++
 INSTALL      |   2 +-
 NEWS         |   2 +-
 configure.ac |  11 +++++++++--
 5 files changed, 29 insertions(+), 4 deletions(-)

diffs (86 lines):

diff -r 21237eb24ba1 -r b80abb979a20 .hgtags
--- a/.hgtags	Sun Apr 17 00:38:08 2016 +0100
+++ b/.hgtags	Sun Apr 17 02:21:13 2016 +0100
@@ -63,3 +63,4 @@
 4745f645086fb78e96ffcaf51c739d901293dcfa icedtea-2.7.0pre02
 151921e40c2386edf2b1b2b2fff1b0adfeed0108 icedtea-2.7.0pre03
 bffa3455fa17c8caa472039d217a15ba5d4b235e icedtea-2.7.0pre04
+89430c9d091b5a0a51d8ddf3111bf9f0ef038ff8 icedtea-2.7.0pre05
diff -r 21237eb24ba1 -r b80abb979a20 ChangeLog
--- a/ChangeLog	Sun Apr 17 00:38:08 2016 +0100
+++ b/ChangeLog	Sun Apr 17 02:21:13 2016 +0100
@@ -1,5 +1,22 @@
 2016-04-16  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
+	S8150954, PR2867, RH1176206: AWT Robot not
+	compatible with GNOME Shell
+	* NEWS: Fix wrong bug ID used for PR2867.
+
+2016-03-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	S8150954, PR2867, RH1176206: AWT Robot not
+	compatible with GNOME Shell
+	* INSTALL: Update X11 dependency documentation.
+	* configure.ac: Add check
+	for libXcomposite as required by fix
+	for PR2867. Correct variables used by
+	xproto check.
+
+2016-04-16  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	Bump to icedtea-2.7.0pre05.
 	* Makefile.am:
 	(CORBA_CHANGESET): Update to icedtea-2.7.0pre05.
 	(JAXP_CHANGESET): Likewise.
diff -r 21237eb24ba1 -r b80abb979a20 INSTALL
--- a/INSTALL	Sun Apr 17 00:38:08 2016 +0100
+++ b/INSTALL	Sun Apr 17 02:21:13 2016 +0100
@@ -11,7 +11,7 @@
   - GNU libgcj 4.4.0 (or equivalent class library based on GNU Classpath >= 0.95) (--enable-bootstrap mode only, the default)
   - IcedTea6 or IcedTea7
 CUPS
-libX11 (libXp, libXtst, libXi, libXt, libXinerama)
+libX11 (xproto, libX11, libXext, libXtst, libXi, libXt, libXinerama, libXrender, libXcomposite, libXau, libXdmcp)
 Freetype2
 patch
 sed
diff -r 21237eb24ba1 -r b80abb979a20 NEWS
--- a/NEWS	Sun Apr 17 00:38:08 2016 +0100
+++ b/NEWS	Sun Apr 17 02:21:13 2016 +0100
@@ -34,7 +34,7 @@
   - S8028727, PR2814: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
   - S8048512, PR2814: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
   - S8071705, PR2819, RH1182694: Java application menu misbehaves when running multiple screen stacked vertically
-  - S8150954, PR2866, RH1176206: AWT Robot not compatible with GNOME Shell
+  - S8150954, PR2867, RH1176206: AWT Robot not compatible with GNOME Shell
 * Bug fixes
   - PR2803: Make system CUPS optional
   - PR2886: Location of 'stap' executable is hard-coded
diff -r 21237eb24ba1 -r b80abb979a20 configure.ac
--- a/configure.ac	Sun Apr 17 00:38:08 2016 +0100
+++ b/configure.ac	Sun Apr 17 02:21:13 2016 +0100
@@ -237,8 +237,8 @@
   AC_MSG_ERROR([Could not find Xproto headers - \
   Try installing xorg-x11-proto-devel.])
 fi
-AC_SUBST(XT_CFLAGS)
-AC_SUBST(XT_LIBS)
+AC_SUBST(XPROTO_CFLAGS)
+AC_SUBST(XPROTO_LIBS)
 
 dnl Check for libXt headers and libraries.
 PKG_CHECK_MODULES(XT, xt,[XT_FOUND=yes],[XT_FOUND=no])
@@ -278,6 +278,13 @@
 Try installing libXrender-devel.])
 fi
 
+PKG_CHECK_MODULES(XCOMPOSITE, xcomposite, [XCOMPOSITE_FOUND=yes], [XCOMPOSITE_FOUND=no])
+if test "x${XCOMPOSITE_FOUND}" = xno
+then AC_MSG_ERROR([Could not find Xcomposite extension.  Try installing libXcomposite-devel.])
+fi
+AC_SUBST(XCOMPOSITE_CFLAGS)
+AC_SUBST(XCOMPOSITE_LIBS)
+
 AC_CHECK_HEADER([sys/sdt.h], [SDT_H_FOUND='yes'],
                 [SDT_H_FOUND='no';
                    AC_MSG_WARN([systemtap support needs sys/sdt.h header])])


More information about the distro-pkg-dev mailing list