forked from pool/fuse-oscfs
Accepting request 876542 from filesystems
- Update to version v0.7.2: * obs getBuildlog(): return plain binary data instead of utf8 decoded string * types: avoid encoding content during read() which can change the content size * types: actually import sys to avoid error during error handling * unicode handling: only use `unicode` on Python2 OBS-URL: https://build.opensuse.org/request/show/876542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=3
This commit is contained in:
commit
9183dc9304
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.7.1</param>
|
<param name="revision">v0.7.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||||
<param name="changesrevision">010ad9582192f153fe46beaaee60758eb9b57cb8</param></service></servicedata>
|
<param name="changesrevision">4f47efa3a599448f36d49763445d9867a8610fae</param></service></servicedata>
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 03 12:47:41 UTC 2021 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Update to version v0.7.2:
|
||||||
|
* obs getBuildlog(): return plain binary data instead of utf8 decoded string
|
||||||
|
* types: avoid encoding content during read() which can change the content size
|
||||||
|
* types: actually import sys to avoid error during error handling
|
||||||
|
* unicode handling: only use `unicode` on Python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 13:15:17 UTC 2020 - matthias.gerstner@suse.com
|
Fri Feb 21 13:15:17 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-oscfs
|
# spec file for package fuse-oscfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-oscfs
|
Name: fuse-oscfs
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A FUSE file system for accessing Open Build Service instances
|
Summary: A FUSE file system for accessing Open Build Service instances
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac7aea6443a67fb0f129ec649ef5a047702db122db01a18b0037ddf5c652a189
|
|
||||||
size 28844
|
|
3
oscfs-v0.7.2.tar.xz
Normal file
3
oscfs-v0.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea3a4ffd573dcdfffef100b3b2ea77634ffcb7966da91fc2c4c29479c34e0b31
|
||||||
|
size 28856
|
Loading…
Reference in New Issue
Block a user