Hello community, here is the log from the commit of package s3fs for openSUSE:Factory checked in at 2018-02-05 10:52:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s3fs (Old) and /work/SRC/openSUSE:Factory/.s3fs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s3fs" Mon Feb 5 10:52:42 2018 rev:8 rq:572349 version:1.83 Changes: -------- --- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes 2017-11-15 16:55:20.045454549 +0100 +++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes 2018-02-05 10:53:27.847035551 +0100 @@ -1,0 +2,35 @@ +Sat Feb 3 17:13:53 UTC 2018 - [email protected] + +- Update to version 1.83 + + Fix chown_nocopy losing existing uid/gid if unspecified + + Group permission checks can fail with large number of groups + + Upgrade to S3Proxy 1.5.3 + + Merged macosx branch into master branch + + Fix intermittent upload failures on macOS + + Add blurb about non-Amazon S3 implementations + + Fixed potential atomic violation in S3fsCurl::AddUserAgent + + Fixed with unnecessary equal in POST uploads url argment + + Configure S3Proxy for SSL + + Simplify S3Proxy PID handling + + Fix s3fs_init message + + Don't fail updating directory when removing old-style object + + Refixed s3fs_init message + + Lock FdEntity when mutating orgmeta + + auth headers insertion refactoring + + add IBM IAM authentication support + + Fixed a bug in S3fsCurl::LocateBundle + + Add support for ECS metadata endpoint + + Reduce use of preprocessor + + Move str definition from header to implementation + + Changed functions about reading passwd file + + Correct signedness warning + + remove use of jsoncpp + + Improved use of temporary files + + Added option ecs description to man page + + Updated template md files for issue and pr + + fix condition for parallel download + + Fixing race condition in FdEntity::GetStats + + Fix dbglevel usage +- cleanup with spec-cleaner + +------------------------------------------------------------------- Old: ---- s3fs-fuse-1.82.tar.gz New: ---- s3fs-1.83.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s3fs.spec ++++++ --- /var/tmp/diff_new_pack.Nbp03U/_old 2018-02-05 10:53:28.471006370 +0100 +++ /var/tmp/diff_new_pack.Nbp03U/_new 2018-02-05 10:53:28.475006183 +0100 @@ -1,7 +1,7 @@ # # spec file for package s3fs # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,29 @@ Name: s3fs -Version: 1.82 +Version: 1.83 Release: 0 Summary: FUSE file system backed by Amazon S3 bucket License: GPL-2.0 Group: System/Filesystems Url: https://github.com/s3fs-fuse/s3fs-fuse -Source0: %{name}-fuse-%{version}.tar.gz +Source0: https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: automake BuildRequires: dos2unix BuildRequires: fuse-devel BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libxml-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description FUSE-based file system backed by Amazon S3. Mount a bucket as a local file system read/write. Store files/folders natively and transparently %prep -%setup -qn s3fs-fuse-%{version} +%setup -q -n s3fs-fuse-%{version} %build ./autogen.sh @@ -51,9 +50,8 @@ %make_install %files -%defattr(-,root,root,-) %doc ChangeLog README.md COPYING %{_bindir}/s3fs -%{_mandir}/man1/s3fs.1.gz +%{_mandir}/man1/s3fs.1%{ext_man} %changelog ++++++ s3fs-fuse-1.82.tar.gz -> s3fs-1.83.tar.gz ++++++ ++++ 3170 lines of diff (skipped)
