[libbluray/f17] update to 0.2.2

Xavier Bachelot xavierb at fedoraproject.org
Tue Mar 20 20:45:38 UTC 2012


commit 85533fa58e3bb04ef03005b3ce3ff552e1f6110a
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Tue Mar 20 21:35:24 2012 +0100

    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 <xavier at bachelot.org> 0.2.2-1
+- Update to 0.2.2.
+
 * Tue Mar 20 2012 Karsten Hopp <karsten at redhat.com> 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


More information about the scm-commits mailing list