[libmkv: 1/2] v 0.6.5.1 Fix offset calculation for track private data

Bernard Johnson bjohnson at fedoraproject.org
Mon Jan 23 03:40:09 UTC 2012


commit fb313c764d8a45925b05e5d383c5772aae5d15ff
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Jan 22 20:35:10 2012 -0700

    v 0.6.5.1
    Fix offset calculation for track private data

 .gitignore  |    1 +
 libmkv.spec |   17 +++++++++++++----
 sources     |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec8c09a..7cd67a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libmkv-0.6.4.tar.bz2
 /libmkv-0.6.4.1.tar.bz2
+/libmkv-0.6.5.1.tar.gz
diff --git a/libmkv.spec b/libmkv.spec
index 41df4d0..585cf0f 100644
--- a/libmkv.spec
+++ b/libmkv.spec
@@ -1,23 +1,29 @@
 Name:      libmkv
-Version:   0.6.4.1
+Version:   0.6.5.1
 Release:   1%{?dist}
 Summary:   An alternative to the official libmatroska library
 
 Group:     System Environment/Libraries
 License:   GPLv2+
-URL:       http://repo.or.cz/w/libmkv.git
-Source0:   http://download.m0k.org/handbrake/contrib/%{name}-%{version}.tar.bz2
+URL:       https://github.com/saintdev/libmkv
+# https://github.com/saintdev/libmkv/tarball/0.6.5.1
+Source0:   %{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+BuildRequires: autoconf, automake, libtool
+
 %description
 This library is meant to be an alternative to the official libmatroska library.
 It is writen in plain C, and is intended to be very portable.
 
 %prep
-%setup -q
+%setup -q -n saintdev-libmkv-d2906c0
 
 
 %build
+# bug in autotools requires missing m4 directory
+mkdir m4
+autoreconf --verbose --force --install
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -55,6 +61,9 @@ development files.
 %exclude %{_libdir}/libmkv.la
 
 %changelog
+* Sun Jan 22 2012 Bernard Johnson <bjohnson at symetrix.com> - 0.6.5.1-1
+- v 0.6.5.1
+
 * Mon Feb 21 2011 Bernard Johnson <bjohnson at symetrix.com> - 0.6.4.1-1
 - v 0.6.4.1
 
diff --git a/sources b/sources
index 2575c36..1bd2ee9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9b6c4ef252f14fcaf1730dcb2a24ff6  libmkv-0.6.4.1.tar.bz2
+14f644808e96a2c5bbc9aae2e9200141  libmkv-0.6.5.1.tar.gz


More information about the scm-commits mailing list