Hello community, here is the log from the commit of package libbluray for openSUSE:Factory checked in at 2019-03-26 15:36:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbluray (Old) and /work/SRC/openSUSE:Factory/.libbluray.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbluray" Tue Mar 26 15:36:29 2019 rev:37 rq:687570 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes 2019-02-24 18:03:05.315780962 +0100 +++ /work/SRC/openSUSE:Factory/.libbluray.new.25356/libbluray.changes 2019-03-26 15:36:30.480395084 +0100 @@ -1,0 +2,9 @@ +Thu Mar 21 19:31:45 UTC 2019 - [email protected] + +- Remove unused dependencies from pkgconfig(libbluray) + Our pkg is dynamically linked, so Libs.private is not needed + Nothing in the exported header files needs paths from + Requires.private + libbluray-pkgconfig.patch + +------------------------------------------------------------------- New: ---- libbluray-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbluray.spec ++++++ --- /var/tmp/diff_new_pack.uRLtx2/_old 2019-03-26 15:36:31.312394735 +0100 +++ /var/tmp/diff_new_pack.uRLtx2/_new 2019-03-26 15:36:31.316394734 +0100 @@ -27,6 +27,7 @@ Url: http://www.videolan.org/developers/libbluray.html Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source99: baselibs.conf +Patch0: libbluray-pkgconfig.patch Patch1: libbluray-java9.patch Patch2: libbluray-jvm_dir.patch BuildRequires: ant @@ -91,6 +92,7 @@ %prep %setup -q +%patch0 -p1 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} %patch1 -p1 %endif ++++++ libbluray-pkgconfig.patch ++++++ --- a/src/libbluray.pc.in +++ b/src/libbluray.pc.in @@ -7,6 +7,4 @@ Name: libbluray Description: library supporting Blu-ray playback Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lbluray -Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@ -Requires.private: @PACKAGES@ Cflags: -I${includedir}
