Update to 1.3.1 (RHBZ#2061184)
This commit is contained in:
parent
2d20426b68
commit
a606bad9ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/libbluray-1.2.0.tar.bz2
|
/libbluray-1.2.0.tar.bz2
|
||||||
/libbluray-1.2.1.tar.bz2
|
/libbluray-1.2.1.tar.bz2
|
||||||
/libbluray-1.3.0.tar.bz2
|
/libbluray-1.3.0.tar.bz2
|
||||||
|
/libbluray-1.3.1.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global build_pdf_doc 0
|
%global build_pdf_doc 0
|
||||||
|
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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: https://www.videolan.org/developers/libbluray.html
|
URL: https://www.videolan.org/developers/libbluray.html
|
||||||
@ -22,8 +22,8 @@ BuildRequires: jpackage-utils
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libudfread-devel >= 1.1.1
|
BuildRequires: libudfread-devel >= 1.1.1
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
BuildRequires: make
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is aiming to provide a full portable free open source Blu-Ray
|
This package is aiming to provide a full portable free open source Blu-Ray
|
||||||
@ -76,7 +76,7 @@ autoreconf -vif
|
|||||||
--enable-doxygen-html \
|
--enable-doxygen-html \
|
||||||
--enable-examples
|
--enable-examples
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
make doxygen-doc
|
make doxygen-doc
|
||||||
# Remove uneeded script
|
# Remove uneeded script
|
||||||
rm -f doc/doxygen/html/installdox
|
rm -f doc/doxygen/html/installdox
|
||||||
@ -89,7 +89,7 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README.txt
|
%doc ChangeLog README.md
|
||||||
%{_libdir}/*.so.2*
|
%{_libdir}/*.so.2*
|
||||||
|
|
||||||
%files bdj
|
%files bdj
|
||||||
@ -109,6 +109,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 06 2022 Xavier Bachelot <xavier@bachelot.org> - 1.3.1-1
|
||||||
|
- Update to 1.3.1 (RHBZ#2061184)
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.3.0-4
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.3.0-4
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libbluray-1.3.0.tar.bz2) = 3d5145e6fd7de099c07f937282112c7abb12a5590b7c0b965b00bddee3837ddfd1a30076aaa6d6278d07a5beee3856f602125983ae075ab30eceb6ac1bd9bcdc
|
SHA512 (libbluray-1.3.1.tar.bz2) = f39fc8a11771e8fdd5eeebf0ab23535ffab44721f64b350e5d153eee44555b31c618b6d765da114254dc83ff0ff89e84c6b185f61cdbcfedd2d47a5f6e26b75a
|
||||||
|
Loading…
Reference in New Issue
Block a user