Update to 0.6.0

This commit is contained in:
Xavier Bachelot 2014-06-06 23:08:47 +02:00
parent 818e532d00
commit 0deaf6ee6f
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/libbluray-0.2.3.tar.bz2
/libbluray-0.4.0.tar.bz2
/libbluray-0.5.0.tar.bz2
/libbluray-0.6.0.tar.bz2

View File

@ -5,8 +5,8 @@
%global build_pdf_doc 0
Name: libbluray
Version: 0.5.0
Release: 5%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Version: 0.6.0
Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Library to access Blu-Ray disks for video playback
License: LGPLv2+
URL: http://www.videolan.org/developers/libbluray.html
@ -147,7 +147,7 @@ install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test;
%ifnarch ppc ppc64 ppc64le
%files bdj
%{_libdir}/libbluray/libbluray.jar
%{_javadir}/libbluray-j2se-%{version}.jar
%endif
%files utils
@ -164,6 +164,9 @@ install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test;
%changelog
* Wed Jun 04 2014 Xavier Bachelot <xavier@bachelot.org> 0.6.0-1
- Update to 0.6.0.
* Sat Apr 26 2014 Xavier Bachelot <xavier@bachelot.org> 0.5.0-5
- Tweak the Release: tag to accomodate rpmdev-bumpspec.

View File

@ -1 +1 @@
04cf15d0f3581a955d3a2ccb9dc06e9e libbluray-0.5.0.tar.bz2
697886c09ef058bb9a2954ee5ee4f140 libbluray-0.6.0.tar.bz2