From 1d56b7ea223cb494d70bd64bdf81bef3d28294e45c64f0255c996118aaa2396e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 15 Jun 2017 10:36:36 +0000 Subject: [PATCH] Accepting request 503790 from home:enzokiel:branches:multimedia:libs Update to version 1.0.1 OBS-URL: https://build.opensuse.org/request/show/503790 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=62 --- libbluray-1.0.0.tar.bz2 | 3 --- libbluray-1.0.1.tar.bz2 | 3 +++ libbluray-jvm_dir.patch | 12 ++++++------ libbluray.changes | 15 +++++++++++++++ libbluray.spec | 2 +- 5 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 libbluray-1.0.0.tar.bz2 create mode 100644 libbluray-1.0.1.tar.bz2 diff --git a/libbluray-1.0.0.tar.bz2 b/libbluray-1.0.0.tar.bz2 deleted file mode 100644 index ca1e14a..0000000 --- a/libbluray-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7e3add335c7bbef45824fcd2249a9bf293868598c13f8479352c44ec95374cc -size 713973 diff --git a/libbluray-1.0.1.tar.bz2 b/libbluray-1.0.1.tar.bz2 new file mode 100644 index 0000000..6a1d121 --- /dev/null +++ b/libbluray-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9f9a1db2f48cafc70ed2596ff3594b597e2027408f5f2be6191c245d67853a +size 719157 diff --git a/libbluray-jvm_dir.patch b/libbluray-jvm_dir.patch index ce7bae9..41fcccb 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 -@@ -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 diff --git a/libbluray.changes b/libbluray.changes index 29a8ce9..268a2cb 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 15 09:33:42 UTC 2017 - joerg.lorenzen@ki.tng.de + +- 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. + ------------------------------------------------------------------- Fri Mar 03 09:11:32 UTC 2017 - joerg.lorenzen@ki.tng.de diff --git a/libbluray.spec b/libbluray.spec index d2081c7..08a8ca0 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -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+