SHA256
1
0
forked from pool/fuse-oscfs

- 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=4
This commit is contained in:
Matthias Gerstner 2020-02-21 14:19:04 +00:00 committed by Git OBS Bridge
parent 46242a4afb
commit 6be9a39b30
6 changed files with 38 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe99c90f19448f0e523c9e37d2e1e4b8672ae2574b2f31d01cbc46c3c10ba007
size 31774

13
_service Normal file
View File

@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/mgerstner/oscfs.git</param>
<param name="scm">git</param>
<param name="revision">v0.7.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mgerstner/oscfs.git</param>
<param name="changesrevision">010ad9582192f153fe46beaaee60758eb9b57cb8</param></service></servicedata>

View File

@ -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 <matthias.gerstner@suse.com>

View File

@ -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

3
oscfs-v0.7.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac7aea6443a67fb0f129ec649ef5a047702db122db01a18b0037ddf5c652a189
size 28844