/hg/icedtea7: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Apr 6 12:53:14 PDT 2012
changeset ab3f4766a208 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=ab3f4766a208
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Apr 06 18:28:57 2012 +0100
Support glib >= 2.32.
2012-04-06 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
(IT_CHECK_FOR_GTK): Work with glib >= 2.32
by explicitly asking for gthread.
changeset d9400e955e0f in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=d9400e955e0f
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Apr 06 20:52:28 2012 +0100
Include generalised crypto tests.
2012-04-06 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Bump to include generalied crypto tests.
(JDK_SHA256SUM): Likewise.
diffstat:
ChangeLog | 12 ++++++++++++
Makefile.am | 4 ++--
acinclude.m4 | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r 75954b8de67b -r d9400e955e0f ChangeLog
--- a/ChangeLog Tue Mar 27 14:06:49 2012 +0200
+++ b/ChangeLog Fri Apr 06 20:52:28 2012 +0100
@@ -1,3 +1,15 @@
+2012-04-06 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (JDK_CHANGESET): Bump to include generalied crypto tests.
+ (JDK_SHA256SUM): Likewise.
+
+2012-04-06 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ (IT_CHECK_FOR_GTK): Work with glib >= 2.32
+ by explicitly asking for gthread.
+
2012-03-27 Mark Wielaard <mjw at redhat.com>
* patches/systemtap.patch: Rewrite using just USDT1 with macros
diff -r 75954b8de67b -r d9400e955e0f Makefile.am
--- a/Makefile.am Tue Mar 27 14:06:49 2012 +0200
+++ b/Makefile.am Fri Apr 06 20:52:28 2012 +0100
@@ -8,7 +8,7 @@
HOTSPOT_CHANGESET = b1dfb460ee5c
JAXP_CHANGESET = 9b7a2f21b8a8
JAXWS_CHANGESET = 9ae185bd7ff2
-JDK_CHANGESET = 3377516da583
+JDK_CHANGESET = a1fe26be9fab
LANGTOOLS_CHANGESET = 54b1383d794c
OPENJDK_CHANGESET = 3a0fd3cc84a0
@@ -16,7 +16,7 @@
HOTSPOT_SHA256SUM = 43d83d5209a9f748e6650c792ca8ef8d9a90d6e3c53e461993c6bffb8c37e972
JAXP_SHA256SUM = 4d38e8a0fc0fcbe3ba8a56f9fc0960ecbf15cd4cef44b76fdc82418c008a33c3
JAXWS_SHA256SUM = 60c6c62c851eafc15ff33e58aa625e6f58fd31f15328b121602a07891fc1d272
-JDK_SHA256SUM = 5707d697c2dfc44fbf91ec90721055b5a23ea4c77f0cb53abf00a0f53fa0845e
+JDK_SHA256SUM = 8455cc8888eaaba420a0a37ed1d76b73b7b67dcade3c856626f9ce82e1fc2408
LANGTOOLS_SHA256SUM = 97821e49028d8d726fac9563c361c682146e037074179cbd68ed5cb80e82f9fa
OPENJDK_SHA256SUM = abe0c3b348c35f79117ef726bb2580b279024b1f73b6487fda4a1e717c738f9f
diff -r 75954b8de67b -r d9400e955e0f acinclude.m4
--- a/acinclude.m4 Tue Mar 27 14:06:49 2012 +0200
+++ b/acinclude.m4 Fri Apr 06 20:52:28 2012 +0100
@@ -2011,7 +2011,7 @@
AC_MSG_RESULT(${ENABLE_SYSTEM_GTK})
if test x"${ENABLE_SYSTEM_GTK}" = "xyes"; then
dnl Check for Gtk+ headers and libraries.
- PKG_CHECK_MODULES(GTK, gtk+-2.0,[GTK_FOUND=yes],[GTK_FOUND=no])
+ PKG_CHECK_MODULES(GTK, gtk+-2.0 gthread-2.0,[GTK_FOUND=yes],[GTK_FOUND=no])
if test "x${GTK_FOUND}" = xno
then
AC_MSG_ERROR([Could not find Gtk+; install Gtk+ or build with --disable-system-gtk to use the in-tree headers.])
More information about the distro-pkg-dev
mailing list