Hello community, here is the log from the commit of package s3fs for openSUSE:Factory checked in at 2019-05-07 23:15:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s3fs (Old) and /work/SRC/openSUSE:Factory/.s3fs.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s3fs" Tue May 7 23:15:48 2019 rev:11 rq:688330 version:1.85 Changes: -------- --- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes 2018-10-17 08:41:52.885831426 +0200 +++ /work/SRC/openSUSE:Factory/.s3fs.new.5148/s3fs.changes 2019-05-07 23:15:49.552509253 +0200 @@ -1,0 +2,96 @@ +Tue Mar 12 22:30:34 UTC 2019 - Julio González Gil <[email protected]> + +- Make COPYING file a license file +- Update to version 1.85 + + add Backblaze B2 + + Fix typo s/mutliple/multiple/ + + Made instructions for creating password file more obvious. + + Enable big writes if capable + + For RPM distributions fuse-libs is enough + + Add support for storage class ONEZONE_IA. + + Simplify hex conversion + + New installation instructions for Fedora >= 27 and CentOS7 + + Improve template for issues + + Make the compilation instructions generic + + Replace all mentions to MacOS X to macOS + + Correct typo + + Correctly compare list_object_max_keys + + Allow credentials from ${HOME}/.aws/credentials + + Replace ~ with ${HOME} in examples + + Include StackOverflow in FAQs + + Add icon for s3fs + + Upload S3 parts without batching + + Add 'profile' option to command line help. + + fix multihead warning check + + Multi-arch support for ppc64le + + Correct typos in command-line parsing + + Address cppcheck 1.86 errors + + Check arguments and environment before .aws/creds + + [curl] Assume long encryption keys are base64 encoded + + Update s3fs_util.cpp for correspondence of Nextcloud contype + + Add Server Fault to FAQs + + Repair xattr tests + + Store and retrieve file change time + + Default uid/gid/mode when object lacks permissions + + Emit more friendly error for buckets with dots + + Flush file before renaming + + Tighten up HTTP response code check + + Plug memory leak + + Plug memory leaks + + Avoid pass-by-value when not necessary + + Prefer find(char) over find(const char *) + + Remove unnecessary calls to std::string::c_str + + Fix comparison in s3fs_strtoofft + + Prefer HTTPS links where possible + + Added an error message when HTTP 301 status + + Ignore after period character of floating point in x-amz-meta-mtime + + Added a missing extension to .gitignore, and formatted dot files + + Added detail error message when HTTP 301/307 status + + Automatic region change made possible other than us-east-1(default) + + Prefer abort over assert(false) + + Issue readdir HEAD requests without batching + + Reference better-known AWS CLI for compatibility + + Load tail range during overwrite + + Add test for mv non-empty directory + + Remove unnecessary string copies + + Remove redundant string initializations + + Reverted automatic region change and changed messages + + Prefer empty over size checks + + Remove redundant null checks before delete + + Accept paths with : in them + + Correct enable_content_md5 docs + + Correct sigv2 typo + + Prefer AutoLock for synchronization + + Remove mirror path when deleting cache + + Checked and corrected all typo + + Disable malloc_trim + + Remove unneeded void parameter + + Prefer specific [io]stringstream where possible + + Copy parts in parallel + + Ensure s3fs compiles with C++03 + + Return not supported when hard linking + + Repair utility mode + + Simplify async request completion code + + Add logging for too many parts + + Implement exponential backoff for 503 + + Added S3FS_MALLOC_TRIM build switch + + Added a non-interactive option to utility mode + + Automatically abort failed multipart requests + + Update s3ql link + + Clear containers instead of individual erases + + Address miscellaneous clang-tidy warnings + + Upgrade to S3Proxy 1.6.1 + + Document lack of inotify support + + Fixed code for latest cppcheck error on OSX + + Wtf8 + + Work around cppcheck warnings + + Improvement of curl session pool for multipart + + Increase FdEntity reference count when returning + + Fix lazy typo + + Remove from file from stat cache during rename + + Add instructions for Amazon Linux + + Changed the description order of man page options + + Fixed ref-count when error occurred. + + Make macOS instructions consistent with others + +------------------------------------------------------------------- Old: ---- s3fs-1.84.tar.gz New: ---- s3fs-1.85.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s3fs.spec ++++++ --- /var/tmp/diff_new_pack.pun2xQ/_old 2019-05-07 23:15:50.016510200 +0200 +++ /var/tmp/diff_new_pack.pun2xQ/_new 2019-05-07 23:15:50.020510208 +0200 @@ -1,7 +1,7 @@ # # spec file for package s3fs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +17,7 @@ Name: s3fs -Version: 1.84 +Version: 1.85 Release: 0 Summary: FUSE file system backed by Amazon S3 bucket License: GPL-2.0-only @@ -51,7 +51,9 @@ %make_install %files -%doc ChangeLog README.md COPYING +%{!?_licensedir:%global license %doc} +%license COPYING +%doc ChangeLog README.md %{_bindir}/s3fs %{_mandir}/man1/s3fs.1%{ext_man} ++++++ s3fs-1.84.tar.gz -> s3fs-1.85.tar.gz ++++++ ++++ 7176 lines of diff (skipped)
