Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbluray for openSUSE:Factory checked in at 2022-08-10 17:12:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbluray (Old) and /work/SRC/openSUSE:Factory/.libbluray.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbluray" Wed Aug 10 17:12:47 2022 rev:45 rq:993934 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes 2022-04-23 00:25:40.071764150 +0200 +++ /work/SRC/openSUSE:Factory/.libbluray.new.1521/libbluray.changes 2022-08-10 17:13:02.141666599 +0200 @@ -1,0 +2,7 @@ +Mon Aug 8 20:52:35 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.3.2: + - Fix build/run failure after Oracle Java CPU for April 2022 +- drop patch libbluray-April2022CPU.patch (upstream) + +------------------------------------------------------------------- Old: ---- libbluray-1.3.1.tar.bz2 libbluray-April2022CPU.patch New: ---- libbluray-1.3.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbluray.spec ++++++ --- /var/tmp/diff_new_pack.dqLC97/_old 2022-08-10 17:13:03.337669721 +0200 +++ /var/tmp/diff_new_pack.dqLC97/_new 2022-08-10 17:13:03.341669732 +0200 @@ -19,7 +19,7 @@ %define sover 2 Name: libbluray -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Library to access Blu-Ray disk License: LGPL-2.1-or-later @@ -28,7 +28,6 @@ Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source99: baselibs.conf Patch0: libbluray-pkgconfig.patch -Patch1: libbluray-April2022CPU.patch BuildRequires: ant BuildRequires: java-devel >= 1.8 BuildRequires: libtool @@ -89,9 +88,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build %configure \ ++++++ libbluray-1.3.1.tar.bz2 -> libbluray-1.3.2.tar.bz2 ++++++ ++++ 17820 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libbluray-1.3.1/ChangeLog new/libbluray-1.3.2/ChangeLog --- old/libbluray-1.3.1/ChangeLog 2022-03-03 18:05:27.000000000 +0100 +++ new/libbluray-1.3.2/ChangeLog 2022-07-30 20:44:17.000000000 +0200 @@ -1,3 +1,6 @@ +2022-06-28: Version 1.3.2 +- Fix build/run failure after Oracle Java CPU for April 2022 + 2022-03-03: Version 1.3.1 - Add support for Java 13 ... 16. - Improve JVM probing in Windows. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libbluray-1.3.1/config.h.in new/libbluray-1.3.2/config.h.in --- old/libbluray-1.3.1/config.h.in 2022-03-03 18:45:28.000000000 +0100 +++ new/libbluray-1.3.2/config.h.in 2022-07-30 20:44:36.000000000 +0200 @@ -46,9 +46,6 @@ /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <mntent.h> header file. */ #undef HAVE_MNTENT_H @@ -64,6 +61,9 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -135,17 +135,14 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif - /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libbluray-1.3.1/configure.ac new/libbluray-1.3.2/configure.ac --- old/libbluray-1.3.1/configure.ac 2022-03-03 18:05:27.000000000 +0100 +++ new/libbluray-1.3.2/configure.ac 2022-07-30 20:44:17.000000000 +0200 @@ -1,7 +1,7 @@ dnl library version number m4_define([bluray_major], 1) m4_define([bluray_minor], 3) -m4_define([bluray_micro], 1) +m4_define([bluray_micro], 2) m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro]) dnl shared library version (.so version) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libbluray-1.3.1/src/libbluray/bdj/java/java/io/BDFileSystem.java new/libbluray-1.3.2/src/libbluray/bdj/java/java/io/BDFileSystem.java --- old/libbluray-1.3.1/src/libbluray/bdj/java/java/io/BDFileSystem.java 2022-03-03 18:05:27.000000000 +0100 +++ new/libbluray-1.3.2/src/libbluray/bdj/java/java/io/BDFileSystem.java 2022-07-30 20:44:17.000000000 +0200 @@ -227,6 +227,17 @@ return fs.isAbsolute(f); } + public boolean isInvalid(File f) { + try { + Method m = fs.getClass().getDeclaredMethod("isInvalid", new Class[] { File.class }); + Object[] args = new Object[] {(Object)f}; + Boolean result = (Boolean)m.invoke(fs, args); + return result.booleanValue(); + } finally { + return false; + } + } + public String resolve(File f) { if (!booted) return fs.resolve(f); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libbluray-1.3.1/src/libbluray/bluray-version.h new/libbluray-1.3.2/src/libbluray/bluray-version.h --- old/libbluray-1.3.1/src/libbluray/bluray-version.h 2022-03-03 18:45:34.000000000 +0100 +++ new/libbluray-1.3.2/src/libbluray/bluray-version.h 2022-07-30 20:46:56.000000000 +0200 @@ -27,9 +27,9 @@ #define BLURAY_VERSION_MAJOR 1 #define BLURAY_VERSION_MINOR 3 -#define BLURAY_VERSION_MICRO 1 +#define BLURAY_VERSION_MICRO 2 -#define BLURAY_VERSION_STRING "1.3.1" +#define BLURAY_VERSION_STRING "1.3.2" #define BLURAY_VERSION \ BLURAY_VERSION_CODE(BLURAY_VERSION_MAJOR, BLURAY_VERSION_MINOR, BLURAY_VERSION_MICRO)