From 5138ceeb22cfcaf58747980e74850e8f9d526ac9 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Tue, 20 Mar 2012 21:35:24 +0100 Subject: [PATCH] update to 0.2.2 --- .gitignore | 1 + libbluray.spec | 12 +++++------- sources | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 89d8421..e0fd8c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /libbluray-20110710git51d7d60a96d06.tar.bz2 /libbluray-20111023gite037110f11e70.tar.bz2 /libbluray-0.2.1.tar.bz2 +/libbluray-0.2.2.tar.bz2 diff --git a/libbluray.spec b/libbluray.spec index 6ed9ebe..e7e297c 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -4,11 +4,11 @@ %global git_short %(echo '%{git_hash}' | cut -c -13) Name: libbluray -Version: 0.2.1 +Version: 0.2.2 %if %{snapshot} Release: 0.8.%{tarball_date}git%{git_short}%{?dist} %else -Release: 4%{?dist} +Release: 1%{?dist} %endif Summary: Library to access Blu-Ray disks for video playback Group: System Environment/Libraries @@ -23,9 +23,6 @@ Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2 %else Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 %endif -# Fixed upstream, will not be needed for next upstream release -Source1: libbluray-0.2.1-bdj_build.xml -Source2: libbluray-0.2.1-bdj_java_subdir.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %if %{snapshot} @@ -81,8 +78,6 @@ developing applications that use %{name}. %setup -q -n %{name} %else %setup -q -install -Dp -m 644 %{SOURCE1} src/libbluray/bdj/build.xml -tar xjf %{SOURCE2} %endif @@ -154,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 20 2012 Xavier Bachelot 0.2.2-1 +- Update to 0.2.2. + * Tue Mar 20 2012 Karsten Hopp 0.2.1-4 - ppc(64) has no java-1.7.0-open yet, disable java subpackage on both PPC archs diff --git a/sources b/sources index 6cf2801..3319c17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4cfcf3f110e9d2afe01d29feb8c842b libbluray-0.2.1.tar.bz2 +cb3254de43276861ea6b07c603f4651c libbluray-0.2.2.tar.bz2