Disable external libudfread (RHBZ#1892856)

This commit is contained in:
Xavier Bachelot 2020-10-30 15:36:26 +01:00
parent d40b5a8bbf
commit 2c0214f096

View File

@ -2,7 +2,7 @@
Name: libbluray Name: libbluray
Version: 1.2.1 Version: 1.2.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library to access Blu-Ray disks for video playback Summary: Library to access Blu-Ray disks for video playback
License: LGPLv2+ License: LGPLv2+
URL: http://www.videolan.org/developers/libbluray.html URL: http://www.videolan.org/developers/libbluray.html
@ -20,7 +20,9 @@ BuildRequires: graphviz
BuildRequires: java-devel >= 1:1.8.0 BuildRequires: java-devel >= 1:1.8.0
BuildRequires: jpackage-utils BuildRequires: jpackage-utils
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libudfread-devel # https://bugzilla.redhat.com/show_bug.cgi?id=1892856
# https://code.videolan.org/videolan/libudfread/-/merge_requests/3
#BuildRequires: libudfread-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: texlive-latex BuildRequires: texlive-latex
@ -108,6 +110,9 @@ find %{buildroot} -name '*.la' -delete
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Fri Oct 30 2020 Xavier Bachelot <xavier@bachelot.org> 1.2.1-2
- Disable external libudfread (RHBZ#1892856)
* Sat Oct 24 2020 Xavier Bachelot <xavier@bachelot.org> 1.2.1-1 * Sat Oct 24 2020 Xavier Bachelot <xavier@bachelot.org> 1.2.1-1
- Update to 1.2.1 (RHBZ#1891243) - Update to 1.2.1 (RHBZ#1891243)
- Enable external libudfread - Enable external libudfread