Hello community,
here is the log from the commit of package java-1_7_0-openjdk for
openSUSE:Factory checked in at 2015-01-30 06:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_7_0-openjdk"
Changes:
--------
---
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
2015-01-26 16:46:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
2015-01-30 06:03:02.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 17:06:01 UTC 2015 - [email protected]
+
+- java-1_7_0-openjdk-giflib5.patch: Fix check for giflib >= 5.1.
+
+-------------------------------------------------------------------
java-1_7_0-openjdk.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
java-1_7_0-openjdk.spec: same change
++++++ java-1_7_0-openjdk-giflib5.patch ++++++
--- /var/tmp/diff_new_pack.FmYgHh/_old 2015-01-30 06:03:04.000000000 +0100
+++ /var/tmp/diff_new_pack.FmYgHh/_new 2015-01-30 06:03:04.000000000 +0100
@@ -4,7 +4,7 @@
free(pBitmapBits);
free(pOldBitmapBits);
-+#if GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
++#if GIFLIB_MAJOR > 5 || (GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1)
+ int error = 0;
+ DGifCloseFile(gif, &error);
+ if (error)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]