Hello community,
here is the log from the commit of package java-1_8_0-openjdk for
openSUSE:Factory checked in at 2015-01-26 16:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk"
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2015-01-23 15:48:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes
2015-01-26 16:47:15.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 25 18:06:11 UTC 2015 - [email protected]
+
+- Modify patch: system-giflib5.patch
+ * Fix build with giflib 5.1.x
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-giflib5.patch ++++++
--- /var/tmp/diff_new_pack.SQkUU2/_old 2015-01-26 16:47:18.000000000 +0100
+++ /var/tmp/diff_new_pack.SQkUU2/_new 2015-01-26 16:47:18.000000000 +0100
@@ -1,6 +1,21 @@
--- jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
2014-09-26 08:52:13.001303676 +0200
+++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
2014-09-26 08:53:14.143887542 +0200
-@@ -318,9 +318,18 @@
+@@ -310,7 +310,14 @@
+ free(pBitmapBits);
+ free(pOldBitmapBits);
+
++#if GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
++ int error = 0;
++ DGifCloseFile(gif, &error);
++ if (error)
++ return 0;
++#else
+ DGifCloseFile(gif);
++#endif
+
+ return 1;
+ }
+@@ -318,9 +325,18 @@
int
SplashDecodeGifStream(Splash * splash, SplashStream * stream)
{
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]