Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2015-08-01 11:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgda (Old)
 and      /work/SRC/openSUSE:Factory/.libgda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgda"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgda/libgda.changes    2015-07-14 
17:45:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes       2015-08-01 
11:34:54.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 19:24:26 UTC 2015 - [email protected]
+
+- Add libgda-jre18.patch: Fix build with JRE 1.8.
+
+-------------------------------------------------------------------

New:
----
  libgda-jre18.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgda.spec ++++++
--- /var/tmp/diff_new_pack.88YT5L/_old  2015-08-01 11:34:55.000000000 +0200
+++ /var/tmp/diff_new_pack.88YT5L/_new  2015-08-01 11:34:55.000000000 +0200
@@ -27,6 +27,8 @@
 Source:         
http://download.gnome.org/sources/libgda/5.2/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM libgda-javadetection-biarch.patch bgo#673560 -- Prepare 
getsp to be sed'ed for biarch
 Patch1:         libgda-javadetection-biarch.patch
+# PATCH-FIX-UPSTREAM libgda-jre18.patch [email protected] -- Fix build with 
JRE 1.8. Patch from fedora.
+Patch2:         libgda-jre18.patch
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -360,6 +362,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Patch1 introdcues a --ARCH-- field in getsp, which needs to be replace prior 
to compilation

++++++ libgda-jre18.patch ++++++
--- libgda-5.2.2/configure.orig 2014-05-17 14:58:33.206028742 +0200
+++ libgda-5.2.2/configure      2014-05-17 14:58:45.937790443 +0200
@@ -23200,6 +23259,11 @@
                    JTYPE="Sun JRE 1.7"
                    JFLAGS="-Xlint:unchecked -Xlint:deprecation"
                    ;;
+                JRE1.8.*)
+                   try_java=true
+                   JTYPE="Sun JRE 1.8"
+                   JFLAGS="-Xlint:unchecked -Xlint:deprecation"
+                   ;;
                 JREgcj-4*)
                    try_java=true
                    JTYPE="GCJ"

Reply via email to