Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-03-10 20:37:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Fri Mar 10 20:37:44 2017 rev:30 rq:466345 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2017-02-22 
13:51:17.371486701 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-03-10 
20:37:45.345288440 +0100
@@ -1,0 +2,26 @@
+Fri Mar 03 09:11:32 UTC 2017 - [email protected]
+
+- Update to version 1.0.0:
+  + Add support for Java VM (BD-J) on MacOS.
+  + Add clip_id to BLURAY_CLIP_INFO.
+  + Add a suitable JVM path for Fedora/RHEL and clones.
+  + Add support for AVCHD 8.3 filenames.
+  + Add player setting for disabling persistent storage.
+  + Add bd_set_rate().
+  + Add playback time position to BD_EVENT_SEEK.
+  + Add BD_VK_ROOT_MENU handling.
+  + Add support for heavily fragmented 3D .m2ts files.
+  + Improve Win32 dll loading security.
+  + Improve playback resume position accuracy.
+  + Improve error resilience and stability.
+  + Fix using libmmbd with unmounted discs.
+  + Fix leaks.
+  + Delay BD-J overlay opening until something visible has been
+    drawn.
+  + Close BD-J overlay when window is not visible.
+  + Use temporary storage when cache or persistent root location is
+    unknown.
+- Fixed patch libbluray-jvm_dir.patch.
+- Changed soname version to 2.
+
+-------------------------------------------------------------------

Old:
----
  libbluray-0.9.3.tar.bz2

New:
----
  libbluray-1.0.0.tar.bz2

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.085183593 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.089183026 +0100
@@ -17,9 +17,9 @@
 #
 
 
-%define         sover 1
+%define         sover 2
 Name:           libbluray
-Version:        0.9.3
+Version:        1.0.0
 Release:        0
 Summary:        Library to access Blu-Ray disk
 License:        LGPL-2.1+

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.117179059 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.121178493 +0100
@@ -1 +1 @@
-libbluray1
+libbluray2

++++++ libbluray-0.9.3.tar.bz2 -> libbluray-1.0.0.tar.bz2 ++++++
++++ 6253 lines of diff (skipped)

++++++ libbluray-jvm_dir.patch ++++++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.821079312 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.821079312 +0100
@@ -1,11 +1,11 @@
---- src/libbluray/bdj/bdj.c.orig       2016-05-15 16:14:53.000000000 +0200
-+++ src/libbluray/bdj/bdj.c    2016-05-16 13:09:04.520217769 +0200
-@@ -208,7 +208,7 @@
+--- 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",
      };
 -    static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
 +    static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
+ #  endif
      static const char  jvm_lib[]  = "libjvm";
  # endif
- #endif


Reply via email to