From 49a4771eaef70e61b8a686b2ba800c354db01f408086aca3df456b41f17e10dc Mon Sep 17 00:00:00 2001
From: Denisart Benjamin 
Date: Sun, 19 Oct 2014 12:19:05 +0000
Subject: [PATCH] Accepting request 257643 from
 home:posophe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/257643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=4
---
 lz4-0.6.0.tar.gz   | 3 ---
 lz4-0.7.0.tar.gz   | 3 +++
 python-lz4.changes | 8 ++++++++
 python-lz4.spec    | 5 +++--
 4 files changed, 14 insertions(+), 5 deletions(-)
 delete mode 100644 lz4-0.6.0.tar.gz
 create mode 100644 lz4-0.7.0.tar.gz
diff --git a/lz4-0.6.0.tar.gz b/lz4-0.6.0.tar.gz
deleted file mode 100644
index 42f2caa..0000000
--- a/lz4-0.6.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2b0de695127fc0acabdad97c9be870d3619fa574d577b916985f7948371785c0
-size 18613
diff --git a/lz4-0.7.0.tar.gz b/lz4-0.7.0.tar.gz
new file mode 100644
index 0000000..cc6710d
--- /dev/null
+++ b/lz4-0.7.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd225744298568fd217577fc14a326a24835412374dadb5060db48f1af43eb48
+size 26786
diff --git a/python-lz4.changes b/python-lz4.changes
index 9093f1f..54ee5ce 100644
--- a/python-lz4.changes
+++ b/python-lz4.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Sun Oct 19 11:02:23 UTC 2014 - p.drouand@gmail.com
+
+- Update to version 0.7.0
+  + No changelog available
+- Add python-nose build requirement; new dependency needed for launching
+  tests
+
 -------------------------------------------------------------------
 Sun Dec  8 17:59:08 UTC 2013 - p.drouand@gmail.com
 
diff --git a/python-lz4.spec b/python-lz4.spec
index 36854be..7140b4e 100644
--- a/python-lz4.spec
+++ b/python-lz4.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lz4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define modname lz4
 Name:           python-%{modname}
-Version:        0.6.0
+Version:        0.7.0
 Release:        0
 Summary:        LZ4 Bindings for Python
 License:        BSD-2-Clause
@@ -26,6 +26,7 @@ Group:          Development/Languages/Python
 Url:            https://github.com/steeve/python-lz4
 Source:         http://pypi.python.org/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110