diff --git a/libbluray-1.2.1.tar.bz2 b/libbluray-1.2.1.tar.bz2 deleted file mode 100644 index bd5af42..0000000 --- a/libbluray-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5223e83f7988ea2cc860b5cadcaf9cf971087b0c80ca7b60cc17c8300cae36ec -size 751063 diff --git a/libbluray-1.3.0.tar.bz2 b/libbluray-1.3.0.tar.bz2 new file mode 100644 index 0000000..557ebae --- /dev/null +++ b/libbluray-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dbaf99e84e0a9725f4985bcb85d41e52c2261cc651d8884b1b790b5ef016f9 +size 754069 diff --git a/libbluray-jvm_dir.patch b/libbluray-jvm_dir.patch deleted file mode 100644 index f01bdcd..0000000 --- a/libbluray-jvm_dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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", - "lib/server", - "lib/client", - }; diff --git a/libbluray.changes b/libbluray.changes index 23b6260..54b812a 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue May 4 11:48:36 UTC 2021 - Paolo Stivanin + +- Update to 1.3.0: + + Add bd_event_name(). + + Add return value to bd_refcnt_inc(). + + Add cache for parsed clpi file data. + + Add player setting for JRE location (JAVA_HOME). + + Improve FreeBSD BD-J support. + + Improve portability. + + Improve JVM and .jar file probing. + + Fix leak. +- Drop libbluray-jvm_dir.patch + ------------------------------------------------------------------- Thu Nov 5 08:18:26 UTC 2020 - Dominique Leuenberger diff --git a/libbluray.spec b/libbluray.spec index 3eadd64..15838e4 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -1,7 +1,7 @@ # # spec file for package libbluray # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # 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.2.1 +Version: 1.3.0 Release: 0 Summary: Library to access Blu-Ray disk License: LGPL-2.1-or-later @@ -29,7 +29,6 @@ Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{ Source99: baselibs.conf Patch0: libbluray-pkgconfig.patch Patch1: libbluray-java9.patch -Patch2: libbluray-jvm_dir.patch BuildRequires: ant BuildRequires: java-devel >= 1.8 BuildRequires: libtool @@ -95,7 +94,6 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} %patch1 -p1 %endif -%patch2 %build %configure \