Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2014-12-23 11:50:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2014-12-21 
12:00:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2014-12-23 
11:48:39.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Dec 19 09:53:26 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Added patch libbluray-jvm_dir.patch to set the correct path to
+  java lib because variable JAVA_HOME on openSUSE is defined
+  as '/usr/<LIB>/jvm/jre' by update-alternatives.
+
+-------------------------------------------------------------------

New:
----
  libbluray-jvm_dir.patch

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.TInFgH/_old  2014-12-23 11:48:40.000000000 +0100
+++ /var/tmp/diff_new_pack.TInFgH/_new  2014-12-23 11:48:40.000000000 +0100
@@ -28,6 +28,7 @@
 Url:            http://bd.videolan.org
 Source:         
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Patch1:         libbluray-autotools.patch
+Patch2:         libbluray-jvm_dir.patch
 Source99:       baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -84,6 +85,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p0
 %build
 autoreconf -fiv
 %configure --disable-static --enable-bdjava

++++++ libbluray-jvm_dir.patch ++++++
--- src/libbluray/bdj/bdj.c.orig        2014-09-01 14:06:01.000000000 +0200
+++ src/libbluray/bdj/bdj.c     2014-12-19 10:34:11.196480400 +0100
@@ -159,7 +159,7 @@
                                     "/usr/lib/jvm/java-6-openjdk",
                                     "/usr/lib/jvm/java-7-openjdk",
                                     "/etc/java-config-2/current-system-vm"};
-    static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
+    static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
     static const char  jvm_lib[]  = "libjvm";
 # endif
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to