Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2019-02-24 18:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Sun Feb 24 18:03:03 2019 rev:36 rq:677281 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2017-12-22 
12:17:12.850892522 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new.28833/libbluray.changes   
2019-02-24 18:03:05.315780962 +0100
@@ -1,0 +2,16 @@
+Fri Feb 15 17:32:25 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 1.1.0:
+  + Add initial support for OpenJDK 11.
+  + Add initial support for UHD disc BD-J menus.
+  + Add support for compiling .jar file with Java 9+ compiler.
+  + Move AWT classes to separate .jar file.
+  + Update libudfread submodule repository URL.
+  + Improve main title selection.
+  + Improve error resilience and stability.
+  + Improve BD-J compability.
+  + Fix playback of some broken BD-J discs.
+  + Fix playback of discs without normal titles (only TopMenu /
+    FirstPlay title).
+
+-------------------------------------------------------------------

Old:
----
  libbluray-1.0.2.tar.bz2

New:
----
  libbluray-1.1.0.tar.bz2

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.TFWBYT/_old  2019-02-24 18:03:06.279780634 +0100
+++ /var/tmp/diff_new_pack.TFWBYT/_new  2019-02-24 18:03:06.283780632 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define         sover 2
 Name:           libbluray
-Version:        1.0.2
+Version:        1.1.0
 Release:        0
 Summary:        Library to access Blu-Ray disk
 License:        LGPL-2.1+
@@ -123,6 +123,7 @@
 %{_libdir}/pkgconfig/libbluray.pc
 
 %files bdj
+%{_javadir}/libbluray-awt-j2se-%{version}.jar
 %{_javadir}/libbluray-j2se-%{version}.jar
 
 %changelog

++++++ libbluray-1.0.2.tar.bz2 -> libbluray-1.1.0.tar.bz2 ++++++
++++ 11040 lines of diff (skipped)

++++++ libbluray-jvm_dir.patch ++++++
--- /var/tmp/diff_new_pack.TFWBYT/_old  2019-02-24 18:03:06.823780448 +0100
+++ /var/tmp/diff_new_pack.TFWBYT/_new  2019-02-24 18:03:06.823780448 +0100
@@ -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
-@@ -375,7 +375,7 @@
-                                             "/usr/lib/jvm/java-8-openjdk",
+--- src/libbluray/bdj/bdj.c.orig       2019-02-15 18:37:19.349488736 +0100
++++ src/libbluray/bdj/bdj.c    2019-02-15 18:37:19.385488013 +0100
+@@ -404,7 +404,7 @@
+                                             "/usr/lib/jvm/java-8-openjdk-" 
JAVA_ARCH,
                                              "/usr/lib/jvm/java-6-openjdk",
      };
--    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";
- # endif
+-    static const char * const jvm_dir[]  = {"jre/lib/" JAVA_ARCH "/server",
++    static const char * const jvm_dir[]  = {"lib/" JAVA_ARCH "/server",
+                                             "lib/server",
+                                             "lib/client",
+     };


Reply via email to