diff --git a/0.70.tar.gz b/0.70.tar.gz
deleted file mode 100644
index 023bfb0..0000000
--- a/0.70.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fe99c90f19448f0e523c9e37d2e1e4b8672ae2574b2f31d01cbc46c3c10ba007
-size 31774
diff --git a/_service b/_service
new file mode 100644
index 0000000..b6cba90
--- /dev/null
+++ b/_service
@@ -0,0 +1,13 @@
+
+
+ https://github.com/mgerstner/oscfs.git
+ git
+ v0.7.1
+ @PARENT_TAG@
+ enable
+
+
+ *.tar
+ xz
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..fa466fc
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/mgerstner/oscfs.git
+ 010ad9582192f153fe46beaaee60758eb9b57cb8
\ No newline at end of file
diff --git a/fuse-oscfs.changes b/fuse-oscfs.changes
index e3ac679..9cf4bb8 100644
--- a/fuse-oscfs.changes
+++ b/fuse-oscfs.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Fri Feb 21 13:15:17 UTC 2020 - matthias.gerstner@suse.com
+
+- Update to version 0.7.1:
+ - fix read() with offset especially with large files. This fixes use of
+ various tools when applied on oscfs files e.g. `rpm2cpio` or
+ `tail *.spec` previously failed or behaved strangely.
+ - be robust against non-ASCII characters in OBS buildlogs.
+ - apply caching also to actual file content to be more efficient when e.g.
+ operating on larger files.
+
+
-------------------------------------------------------------------
Mon May 27 12:22:44 UTC 2019 - mgerstner
diff --git a/fuse-oscfs.spec b/fuse-oscfs.spec
index 5ffccaa..33da475 100644
--- a/fuse-oscfs.spec
+++ b/fuse-oscfs.spec
@@ -1,7 +1,7 @@
#
# spec file for package fuse-oscfs
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: fuse-oscfs
-Version: 0.70
+Version: 0.7.1
Release: 0
Summary: A FUSE file system for accessing Open Build Service instances
License: GPL-2.0-or-later
Group: System/Filesystems
-Url: https://github.com/mgerstner/oscfs
-Source: https://github.com/mgerstner/oscfs/archive/%{version}.tar.gz
+URL: https://github.com/mgerstner/oscfs
+Source: oscfs-v%{version}.tar.xz
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: osc
@@ -40,7 +40,7 @@ Python package for interfacing with OBS. At the moment, it provides read-only
access for inspecting packages and their metadata.
%prep
-%setup -q -n oscfs-%{version}
+%setup -q -n oscfs-v%{version}
%build
python3 setup.py build
diff --git a/oscfs-v0.7.1.tar.xz b/oscfs-v0.7.1.tar.xz
new file mode 100644
index 0000000..db49155
--- /dev/null
+++ b/oscfs-v0.7.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ac7aea6443a67fb0f129ec649ef5a047702db122db01a18b0037ddf5c652a189
+size 28844