[libbluray] Update to 0.6.0

xavierb xavierb at fedoraproject.org
Fri Jun 6 21:09:02 UTC 2014


commit 0deaf6ee6f603786f416bc819a9d1e649a856192
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Fri Jun 6 23:08:47 2014 +0200

    Update to 0.6.0

 .gitignore     |    1 +
 libbluray.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a37ad6b..59136ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libbluray.spec b/libbluray.spec
index dfca6c1..bfcf128 100644
--- a/libbluray.spec
+++ b/libbluray.spec
@@ -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 at bachelot.org> 0.6.0-1
+- Update to 0.6.0.
+
 * Sat Apr 26 2014 Xavier Bachelot <xavier at bachelot.org> 0.5.0-5
 - Tweak the Release: tag to accomodate rpmdev-bumpspec.
 
diff --git a/sources b/sources
index a11bd54..9351665 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04cf15d0f3581a955d3a2ccb9dc06e9e  libbluray-0.5.0.tar.bz2
+697886c09ef058bb9a2954ee5ee4f140  libbluray-0.6.0.tar.bz2


More information about the scm-commits mailing list