Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-06-18 13:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Sun Jun 18 13:48:38 2017 rev:31 rq:503908 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2017-03-10 
20:37:45.345288440 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-06-18 
13:48:43.596866265 +0200
@@ -1,0 +2,15 @@
+Thu Jun 15 09:33:42 UTC 2017 - [email protected]
+
+- Update to version 1.0.1:
+  + Add possibility to check whether BD-J is functional without
+    opening a disc.
+  + Improve main title selection.
+  + Improve error resilience and stability.
+  + Fix Windows dll loading.
+  + Fix JAVA_HOME environment variable handling in Windows.
+  + Fix build issues when CPPFLAGS is given in make command line.
+  + Fix MSVC build issues.
+  + Remove --disable-bdjava and --disable-udf configure options.
+- Fixed patch libbluray-jvm_dir.patch.
+
+-------------------------------------------------------------------

Old:
----
  libbluray-1.0.0.tar.bz2

New:
----
  libbluray-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.fBRjFC/_old  2017-06-18 13:48:44.304766655 +0200
+++ /var/tmp/diff_new_pack.fBRjFC/_new  2017-06-18 13:48:44.308766092 +0200
@@ -19,7 +19,7 @@
 
 %define         sover 2
 Name:           libbluray
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Library to access Blu-Ray disk
 License:        LGPL-2.1+

++++++ libbluray-1.0.0.tar.bz2 -> libbluray-1.0.1.tar.bz2 ++++++
++++ 6572 lines of diff (skipped)

++++++ libbluray-jvm_dir.patch ++++++
--- /var/tmp/diff_new_pack.fBRjFC/_old  2017-06-18 13:48:44.964673799 +0200
+++ /var/tmp/diff_new_pack.fBRjFC/_new  2017-06-18 13:48:44.968673236 +0200
@@ -1,11 +1,11 @@
 --- src/libbluray/bdj/bdj.c.orig       2017-03-02 13:33:49.000000000 +0100
 +++ src/libbluray/bdj/bdj.c    2017-03-03 08:58:23.000000000 +0100
-@@ -354,7 +354,7 @@
-                                      "/usr/lib/jvm/java-8-openjdk",
-                                      "/usr/lib/jvm/java-6-openjdk",
+@@ -375,7 +375,7 @@
+                                             "/usr/lib/jvm/java-8-openjdk",
+                                             "/usr/lib/jvm/java-6-openjdk",
      };
--    static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
-+    static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
+-    static const char * const jvm_dir[]  = {"jre/lib/" JAVA_ARCH "/server"};
++    static const char * const jvm_dir[]  = {"lib/" JAVA_ARCH "/server"};
  #  endif
-     static const char  jvm_lib[]  = "libjvm";
+     static const char         jvm_lib[]  = "libjvm";
  # endif


Reply via email to