From e410feb0633d45d4f9cfabb1dd43f6f9cf938f96f19337e326bfc08f5dff2c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Apr 2019 12:34:55 +0000 Subject: [PATCH] Accepting request 692269 from home:enzokiel:branches:multimedia:libs - Update to version 1.1.1: + Enable playback without menus when index.bdmv is missing. + Improve error resilience and stability. + Improve BD-J compability. + Fix loading libraries on MacOS / hardened runtime. + Fix resetting user-selected streams when playing without menus. + Fix stack overflow when using Java9+ with debugger connection. + Fix polygon-based BD-J graphics primitives. + Fix loading libmmbd in Windows 64-bit. + Fix loading classes with Windows Java 8. + Fix build with Java 1.6. + Fix pkg-config Libs.private. - Fixed libbluray-pkgconfig.patch. OBS-URL: https://build.opensuse.org/request/show/692269 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=76 --- libbluray-1.1.0.tar.bz2 | 3 --- libbluray-1.1.1.tar.bz2 | 3 +++ libbluray-pkgconfig.patch | 2 +- libbluray.changes | 17 +++++++++++++++++ libbluray.spec | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 libbluray-1.1.0.tar.bz2 create mode 100644 libbluray-1.1.1.tar.bz2 diff --git a/libbluray-1.1.0.tar.bz2 b/libbluray-1.1.0.tar.bz2 deleted file mode 100644 index 62fd2df..0000000 --- a/libbluray-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6a600d26ad3453a168dbb144f041134e954b541b44a9a5aa213d1c7d8c3fe83 -size 742368 diff --git a/libbluray-1.1.1.tar.bz2 b/libbluray-1.1.1.tar.bz2 new file mode 100644 index 0000000..505cc25 --- /dev/null +++ b/libbluray-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106478a17c8bcac8c7b4174e7432b2bad5a1e6dd2926c4224791fd4669472338 +size 746034 diff --git a/libbluray-pkgconfig.patch b/libbluray-pkgconfig.patch index da00dae..6be1092 100644 --- a/libbluray-pkgconfig.patch +++ b/libbluray-pkgconfig.patch @@ -4,6 +4,6 @@ Description: library supporting Blu-ray playback Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lbluray --Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@ +-Libs.private: @DLOPEN_LIBS@ @EXTRA_LIBS@ -Requires.private: @PACKAGES@ Cflags: -I${includedir} diff --git a/libbluray.changes b/libbluray.changes index 533a1b5..ec96911 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 08 10:41:49 UTC 2019 - enzokiel@kabelmail.de + +- Update to version 1.1.1: + + Enable playback without menus when index.bdmv is missing. + + Improve error resilience and stability. + + Improve BD-J compability. + + Fix loading libraries on MacOS / hardened runtime. + + Fix resetting user-selected streams when playing without menus. + + Fix stack overflow when using Java9+ with debugger connection. + + Fix polygon-based BD-J graphics primitives. + + Fix loading libmmbd in Windows 64-bit. + + Fix loading classes with Windows Java 8. + + Fix build with Java 1.6. + + Fix pkg-config Libs.private. +- Fixed libbluray-pkgconfig.patch. + ------------------------------------------------------------------- Thu Mar 21 19:31:45 UTC 2019 - olaf@aepfle.de diff --git a/libbluray.spec b/libbluray.spec index 047ed01..e80116e 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -19,7 +19,7 @@ %define sover 2 Name: libbluray -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Library to access Blu-Ray disk License: LGPL-2.1+