This commit is contained in:
Xavier Bachelot 2016-03-01 16:31:14 +01:00
parent 07c9b30aba
commit a61eee20d5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/libbluray-0.8.0.tar.bz2 /libbluray-0.8.0.tar.bz2
/libbluray-0.9.0.tar.bz2 /libbluray-0.9.0.tar.bz2
/libbluray-0.9.1.tar.bz2 /libbluray-0.9.1.tar.bz2
/libbluray-0.9.2.tar.bz2

View File

@ -5,8 +5,8 @@
%global build_pdf_doc 0 %global build_pdf_doc 0
Name: libbluray Name: libbluray
Version: 0.9.1 Version: 0.9.2
Release: 2%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist} Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?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
@ -162,6 +162,9 @@ install -Dp -m755 .libs/bdj_test %{buildroot}%{_bindir}/bdj_test;
%changelog %changelog
* Tue Mar 01 2016 Xavier Bachelot <xavier@bachelot.org> 0.9.2-1
- Update to 0.9.2 (RHBZ#1287343).
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9c1693c22c2b0c8cad29ec6dd97518bc libbluray-0.9.1.tar.bz2 836b2de16547776bf2726166cf796f13 libbluray-0.9.2.tar.bz2