Hello community,

here is the log from the commit of package fuse-oscfs for openSUSE:Factory 
checked in at 2020-02-21 16:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse-oscfs (Old)
 and      /work/SRC/openSUSE:Factory/.fuse-oscfs.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse-oscfs"

Fri Feb 21 16:43:28 2020 rev:2 rq:777996 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse-oscfs/fuse-oscfs.changes    2019-07-04 
15:43:40.238146616 +0200
+++ /work/SRC/openSUSE:Factory/.fuse-oscfs.new.26092/fuse-oscfs.changes 
2020-02-21 16:43:50.050210015 +0100
@@ -1,0 +2,12 @@
+Fri Feb 21 13:15:17 UTC 2020 - [email protected]
+
+- 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.
+
+
+-------------------------------------------------------------------

Old:
----
  0.70.tar.gz

New:
----
  _service
  _servicedata
  oscfs-v0.7.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fuse-oscfs.spec ++++++
--- /var/tmp/diff_new_pack.bCNKvN/_old  2020-02-21 16:43:51.178212269 +0100
+++ /var/tmp/diff_new_pack.bCNKvN/_new  2020-02-21 16:43:51.206212325 +0100
@@ -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 @@
 access for inspecting packages and their metadata.
 
 %prep
-%setup -q -n oscfs-%{version}
+%setup -q -n oscfs-v%{version}
 
 %build
 python3 setup.py build

++++++ _service ++++++
<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>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/mgerstner/oscfs.git</param>
              <param 
name="changesrevision">010ad9582192f153fe46beaaee60758eb9b57cb8</param></service></servicedata>

Reply via email to