diff --git a/.gitignore b/.gitignore index c1c5b9c..f6e2270 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libbluray.spec b/libbluray.spec index 5cac2a9..dbb6c81 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -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 0.9.3-1 +- Update to 0.9.3. + * Tue Mar 01 2016 Xavier Bachelot 0.9.2-1 - Update to 0.9.2 (RHBZ#1287343). diff --git a/sources b/sources index f2ce2af..10cdbf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -836b2de16547776bf2726166cf796f13 libbluray-0.9.2.tar.bz2 +c51fd34f933431559371be30b59cff51 libbluray-0.9.3.tar.bz2