diff --git a/libbluray-1.0.2.tar.bz2 b/libbluray-1.0.2.tar.bz2 deleted file mode 100644 index 9df539d..0000000 --- a/libbluray-1.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff -size 733058 diff --git a/libbluray-1.1.0.tar.bz2 b/libbluray-1.1.0.tar.bz2 new file mode 100644 index 0000000..62fd2df --- /dev/null +++ b/libbluray-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a600d26ad3453a168dbb144f041134e954b541b44a9a5aa213d1c7d8c3fe83 +size 742368 diff --git a/libbluray-jvm_dir.patch b/libbluray-jvm_dir.patch index 41fcccb..f01bdcd 100644 --- a/libbluray-jvm_dir.patch +++ b/libbluray-jvm_dir.patch @@ -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", + }; diff --git a/libbluray.changes b/libbluray.changes index cea0634..4c16680 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 15 17:32:25 UTC 2019 - enzokiel@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). + ------------------------------------------------------------------- Tue Dec 19 07:42:07 UTC 2017 - fstrba@suse.com diff --git a/libbluray.spec b/libbluray.spec index 553e1a0..e9660a2 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -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 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libbluray.pc %files bdj +%{_javadir}/libbluray-awt-j2se-%{version}.jar %{_javadir}/libbluray-j2se-%{version}.jar %changelog