This commit is contained in:
Xavier Bachelot 2016-05-18 12:32:46 +02:00
parent a61eee20d5
commit dc0e750920
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/libbluray-0.9.0.tar.bz2
/libbluray-0.9.1.tar.bz2
/libbluray-0.9.2.tar.bz2
/libbluray-0.9.3.tar.bz2

View File

@ -5,7 +5,7 @@
%global build_pdf_doc 0
Name: libbluray
Version: 0.9.2
Version: 0.9.3
Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Library to access Blu-Ray disks for video playback
License: LGPLv2+
@ -162,6 +162,9 @@ install -Dp -m755 .libs/bdj_test %{buildroot}%{_bindir}/bdj_test;
%changelog
* Wed May 18 2016 Xavier Bachelot <xavier@bachelot.org> 0.9.3-1
- Update to 0.9.3.
* Tue Mar 01 2016 Xavier Bachelot <xavier@bachelot.org> 0.9.2-1
- Update to 0.9.2 (RHBZ#1287343).

View File

@ -1 +1 @@
836b2de16547776bf2726166cf796f13 libbluray-0.9.2.tar.bz2
c51fd34f933431559371be30b59cff51 libbluray-0.9.3.tar.bz2