commit s3fs for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2020-08-18 15:10:43

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new.3399 (New)


Package is "s3fs"

Tue Aug 18 15:10:43 2020 rev:13 rq:827053 version:1.87

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2020-02-07 
15:57:08.455596472 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new.3399/s3fs.changes  2020-08-18 
15:10:48.284034549 +0200
@@ -1,0 +2,24 @@
+Mon Aug 10 17:28:22 UTC 2020 - Julio González Gil 
+
+- Update to version 1.87
+  + use correct content-type when complete multipart upload
+  + Fixed a bug of stats cache compression
+  + Fixed the truncation bug of stat file for cache file
+  + Improved strictness of cache file stats(file)
+  + Fixed insufficient upload size for mix multipart upload
+  + Warn about missing MIME types instead of exiting
+  + Not abort process by exception threw from s3fs_strtoofft
+  + Support Google Cloud Storage headers
+  + Added a parameter to output body to curldbg option
+  + Fix renames of open files with nocopyapi option
+  + Relink cache stats file atomically via rename
+  + Ignore case when comparing ETags
+  + Retry with exponential backoff during 500 error
+  + Fixed a bug about serializing from cache file
+  + Fixed about ParallelMixMultipartUpload
+  + Add support for glacier storage class
+  + Fixed upload error about mixuploading sparse file and truncating file
+  + Added SIGUSR1 option for cache file integrity test
+  + Change default stat_cache_expire
+
+---

Old:

  s3fs-1.86.tar.gz

New:

  s3fs-1.87.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.2SZCAu/_old  2020-08-18 15:10:49.316034976 +0200
+++ /var/tmp/diff_new_pack.2SZCAu/_new  2020-08-18 15:10:49.320034978 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   s3fs
-Version:1.86
+Version:1.87
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
 License:GPL-2.0-only

++ s3fs-1.86.tar.gz -> s3fs-1.87.tar.gz ++
 5004 lines of diff (skipped)




commit s3fs for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2020-02-07 15:55:42

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new.26092 (New)


Package is "s3fs"

Fri Feb  7 15:55:42 2020 rev:12 rq:770557 version:1.86

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2019-05-07 
23:15:49.552509253 +0200
+++ /work/SRC/openSUSE:Factory/.s3fs.new.26092/s3fs.changes 2020-02-07 
15:57:08.455596472 +0100
@@ -1,0 +2,18 @@
+Wed Feb  5 21:38:42 UTC 2020 - Julio González Gil 
+
+- Update to version 1.86
+  + enable various optimizations when using modern curl
+  + allow SSE-C keys to have NUL bytes
+  + add session token support
+  + allow large files on 32-bit systems like Raspberry Pi
+  + fix data corruption when external modification changes a cached object
+  + fix data corruption when opening a second fd to an unflushed file
+  + fix clock skew errors when writing large files
+  + allow concurrent metadata queries during data operations
+  + use server-side copy for partially modified files
+  + fix multiple concurrency issues
+  + add requester_pays support
+  + add symlink cache
+  + add intelligent_ia storage tier
+
+---

Old:

  s3fs-1.85.tar.gz

New:

  s3fs-1.86.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.Lp4Tj3/_old  2020-02-07 15:57:09.755597135 +0100
+++ /var/tmp/diff_new_pack.Lp4Tj3/_new  2020-02-07 15:57:09.759597137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s3fs
 #
-# 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
@@ -17,12 +17,12 @@
 
 
 Name:   s3fs
-Version:1.85
+Version:1.86
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
 License:GPL-2.0-only
 Group:  System/Filesystems
-Url:https://github.com/s3fs-fuse/s3fs-fuse
+URL:https://github.com/s3fs-fuse/s3fs-fuse
 Source0:
https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  dos2unix

++ s3fs-1.85.tar.gz -> s3fs-1.86.tar.gz ++
 9798 lines of diff (skipped)




commit s3fs for openSUSE:Factory

2019-05-07 Thread root
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.changes2018-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 
+
+- 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
@@ 

commit s3fs for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2018-10-17 08:41:11

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is "s3fs"

Wed Oct 17 08:41:11 2018 rev:10 rq:642108 version:1.84

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2018-07-24 
17:25:17.379522412 +0200
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2018-10-17 
08:41:52.885831426 +0200
@@ -1,0 +2,6 @@
+Sun Oct 14 17:34:02 UTC 2018 - ju...@juliogonzalez.es
+
+- Require fuse package on runtime to allow mounting with systemd,
+  mount command or /etc/fstab (bsc#267)
+
+---



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.chsDJc/_old  2018-10-17 08:41:53.281831089 +0200
+++ /var/tmp/diff_new_pack.chsDJc/_new  2018-10-17 08:41:53.281831089 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -33,6 +33,7 @@
 BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
+Requires:   fuse
 
 %description
 FUSE-based file system backed by Amazon S3. Mount a bucket as a local




commit s3fs for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2018-07-24 17:25:12

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is "s3fs"

Tue Jul 24 17:25:12 2018 rev:9 rq:624792 version:1.84

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2018-02-05 
10:53:27.847035551 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2018-07-24 
17:25:17.379522412 +0200
@@ -1,0 +2,33 @@
+Sun Jul  8 11:58:19 UTC 2018 - ju...@juliogonzalez.es
+
+- Update to version 1.84
+  + Update README.md with details about .passwd-s3fs
+  + add disk space reservation
+  + Added Cygwin build options
+  + reduce lock contention on file open
+  + don't fail multirequest on single thread error
+  + add an instance_name option for logging
+  + FreeBSD build fixes
+  + More useful error message for dupe entries in passwd file
+  + cleanup curl handle state on retries
+  + don't fail mkdir when directory exists
+  + fix xpath selector in bucket listing
+  + Validate the URL format for http/https
+  + Added reset curl handle when returning to handle pool
+  + Optimize defaults
+  + Simplify installation for Ubuntu 16.04
+  + Upgrade to S3Proxy 1.6.0
+  + cleanup curl handles before curl share
+  + Remove false multihead warnings
+  + Add Debian installation instructions
+  + Remove s3fs-python
+  + Fixed memory leak
+  + Revert "enable FUSE read_sync by default"
+  + Option for IAM authentication endpoint
+  + gnutls_auth: initialize libgcrypt
+  + Fixed an error by cppcheck on OSX
+  + Log messages for 5xx and 4xx HTTP response code
+  + Instructions for SUSE and openSUSE prebuilt packages
+  + Added list_object_max_keys option based on #783 PR 
+
+---

Old:

  s3fs-1.83.tar.gz

New:

  s3fs-1.84.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.f7tjtU/_old  2018-07-24 17:25:18.051523268 +0200
+++ /var/tmp/diff_new_pack.f7tjtU/_new  2018-07-24 17:25:18.055523273 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   s3fs
-Version:1.83
+Version:1.84
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Filesystems
 Url:https://github.com/s3fs-fuse/s3fs-fuse
 Source0:
https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ s3fs-1.83.tar.gz -> s3fs-1.84.tar.gz ++
 2279 lines of diff (skipped)




commit s3fs for openSUSE:Factory

2018-02-05 Thread root
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.changes2017-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 - avin...@opensuse.org
+
+- 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)




commit s3fs for openSUSE:Factory

2017-11-15 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2017-11-15 16:55:18

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is "s3fs"

Wed Nov 15 16:55:18 2017 rev:7 rq:540234 version:1.82

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2015-12-20 
10:52:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2017-11-15 
16:55:20.045454549 +0100
@@ -1,0 +2,169 @@
+Thu Nov  9 14:16:38 UTC 2017 - rjsch...@suse.com
+
+- Update to version 1.82
+  + #597 - Not fallback to HTTP - #596
+- From 1.81
+  + #426 - Updated to correct ChangeLog
+  + #431 - fix typo s/controll/control/
+  + #432 - Include location constraint when creating bucket
+  + #433 - Correct search and replace typo
+  + #440 - Handled all curl error without exiting process - #437
+  + #443 - Fix for leaks during stat cache entry expiry / truncation (#340)
+  + #444 - Add mirror file logic for removing cache file
+  + #447 - added fuse package for mounting via /etc/fstab, fixes #417
+  + #449 - Accept mount options compatible with mtab
+  + #451 - Correct path in README
+  + #454 - Changed for accepting mount options compatible with mtab - #449
+  + #466 - Fixed a bug about could not copy file mode from org file
+  + #471 - Added use_xattr option for #467 and #460
+  + #477 - OS-specific correspondence of the extended attribute header
+  + #483 - Trim symbolic link original path in file
+  + #487 - Split header debugging onto multiple lines for easier reading
+  + #488 - Fixed searching Content-Length without case sensitive - #480
+  + #489 - Changed headers_t map using nocase compare function - #488
+  + #494 - Fix typo s/destroied/destroyed/
+  + #495 - Fix invalid V4 signature on multipart copy requests
+  + #498 - Upgrade to S3Proxy 1.5.1
+  + #502 - Fixed issue#435 branch codes for remaining bugs(2)
+  + #503 - Add missing call to mtime test
+  + #504 - Use describe helper function
+  + #505 - Correct typos
+  + #509 - Use server-provided ETag during complete upload
+  + #511 - Fixed a bug about uploading NULL to some part of the file contents
+  + #512 - Changed clock_gettime func to s3fs_clock_gettime for homebrew - #468
+  + #513 - Added issue and PR templates.
+  + #517 - Update s3fs.1 - removed duplicated word
+  + #520 - Added links for eventual consistency in README.md - #515
+  + #539 - Upgrade to S3Proxy 1.5.2
+  + #540 - Address cppcheck 1.77 warnings
+  + #545 - Changed base cached time of stat_cache_expire option - #523
+  + #546 - Fixed double initialization of SSL library at foreground
+  + #550 - Add umount instruction for unplivileged user
+  + #551 - Updated stat_cache_expire option description - #545
+  + #552 - switch S3fsMultiCurl to use foreground threads
+  + #553 - add TLS cipher suites customization
+  + #554 - cleanup cache directory when running out of disk space
+  + #555 - don't sign empty headers (as they are discarded
+  + #556 - fix multipart upload handling without cache
+  + #557 - Added check_cache_dir_exist option(refixed #347) - #538
+  + #558 - Fixed a bug in logic about truncating stat cache
+  + #560 - Fixed about multipart uploading at no free space related to #509
+  + #567 - Do not send ACL unless overridden
+  + #576 - Added option for complementing lack of stat mode
+  + #578 - Refactored the get_object_attribute function
+  + #579 - Added notsup_compat_dir option
+  + #580 - Enhanced bucket/path parameter check
+  + #582 - Check errors returned in 200 OK responses for put header request
+  + #583 - Updated limit object size in s3fs man page
+  + #585 - Fixed failure to upload/copy with SSE_C and SSE_KMS
+  + #587 - Changed copyright year format for debian pkg
+  + #588 - Default transport to HTTPS
+  + #590 - Updated man page for default_acl option - #567
+  + #593 - Backward compatible for changing default transport to HTTPS
+  + #594 - Check bucket at public bucket and add nocopyapi option automatically
+- From 1.80
+  + #213 - Parse ETag from copy multipart correctly
+  + #215 - Fix mem leak in openssl_auth.cpp:s3fs_sha256hexsum
+  + #217 - Override install, so that the make install does not install
+rename_before_close under /test
+  + #219 - Address Coverity errors
+  + #220 - Test removing a non-empty directory
+  + #221 - Compare idiomatically
+  + #222 - Annotate constructors as explicit
+  + #224 - Configure cppcheck
+  + #229 - Convert rename_before_close to a shell script
+  + #231 - Rewrite AutoLock
+  + #232 - Always hold stat_cache_lock when using stat_cache
+  + #233 - Remove IntToStr
+  + #234 - Update README
+  + #235 - Plug leak during complete multipart upload
+  + #237 - Refactor tests into individual functions
+  + #238 - Enable all cppcheck rules
+  + #239 - Update stale Google 

commit s3fs for openSUSE:Factory

2015-12-20 Thread h_root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2015-12-20 10:52:48

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is "s3fs"

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2015-01-22 
21:49:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2015-12-20 
10:52:50.0 +0100
@@ -1,0 +2,58 @@
+Mon Dec  7 13:27:52 UTC 2015 - rjsch...@suse.com
+
+- Update to version 1.79 (bsc#958186)
+  + Emit user-friendly log messages on failed CheckBucket requests
+  + Remove stray chars from source files
+  + Fix spelling errors
+  + FreeBSD issue
+  + Address clang always true warnings
+  + Small gitignore fixes
+  + url: handle scheme omission
+  + Changed option processing to use strtol() to get a umask
+  + Add simple unit tests for trim functions
+  + CURL handles not properly initialized to use DNS or SSL session caching
+  + Optimized function "bool directory_empty()"
+  + Remove prefix option in s3fs man page - issue#87
+  + fix rename before close
+  + Supported signature version 4
+  + Added new mp_umask option about issue#107, pr#110
+  + Fallback to v2 signatures correctly.
+  + refactor integration tests create/cleanup file
+  + Test ls
+  + Use S3Proxy to run integration tests
+  + Include Content-Type in complete MPU V2 signature
+  + Correct V4 signature for initiate multipart upload
+  + Small fixes to integration tests
+  + Add test for multi-part upload
+  + Fixed bugs, not turn use_cache off and ty to load to end - issue#97
+  + Fixed a bug no use_cache case about fixed #138 - issue#141
+  + Add Travis configuration
+  + add exit handler to cleanup on failures
+  + Use S3Proxy 1.4.0-SNAPSHOT
+  + Fixed a bug not handling fsync - #145
+  + Fixed url-encoding for ampersand etc on sigv4 - Improvement/#149
+  + Fixed a bug: unable to mount bucket subdirectory
+  + Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue#126
+  + Upgrade to S3Proxy 1.4.0
+  + send the correct Host header when using -o url
+  + Auth v4 refactor
+  + Increased default connecting/reading/writing timeout value
+  + switch to use region specific endpoints to compute correct v4 signature
+  + Reviewed and fixed response codes print in curl.cpp - #157
+  + Support buckets with mixed-case names
+  + Run integration tests via Travis
+  + configure.ac: detect target, if target is darwin (OSX), then #176
+  + Add .mailmap
+  + Update .gitignore
+  + Add usage information for multipart_size
+  + Correct obvious typos in usage and README
+  + Add a no_check_certificate option.
+  + Tilda in a file-name breaks things (EPERM)
+  + Disasble integration tests for Travis 
+  + Supported extended attributes(retry)
+  + fixed fallback to sigv2 for bucket create and GCS
+  + Specialize {set,get}xattr for OS X
+  + Add integration test for xattr
+  + Fixed a few small spelling issues.
+
+---
@@ -23,0 +82,21 @@
+- From 1.77
+  + enable_content_md5 Input/output error
+  + s3fs -u should return 0 if there are no lost multiparts
+  + empty file is written to s3
+  + s3fs crashes with segfault
+  + Fix typos in docs for max_stat_cache_size
+  + curl ssl problems
+  + Address signedness warning in FdCache::Init
+- From 1.76
+  + du shows incorrect usage stats
+  + version in configure.ac is 1.74 for release 1.75
+- From 1.75
+  + Using %20 instead of the plus (+) sign for encoding spaces
+  + Fixed local timezone was incorrectly being applied to IAM and
+Last-Modified dates.
+  + Fix compilation error on MacOSX with missing const
+
+---
+Thu Jan 23 14:06:17 UTC 2014 - rschweik...@suse.com
+
+- Add to SLE FATE #316010

Old:

  s3fs-fuse-1.78.tar.gz

New:

  s3fs-fuse-1.79.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.qwCXcz/_old  2015-12-20 10:52:51.0 +0100
+++ /var/tmp/diff_new_pack.qwCXcz/_new  2015-12-20 10:52:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s3fs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.78
+Version:1.79
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
 License:GPL-2.0

++ s3fs-fuse-1.78.tar.gz -> s3fs-fuse-1.79.tar.gz ++
 5250 lines of diff (skipped)




commit s3fs for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2015-01-22 21:49:26

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is s3fs

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2014-02-12 
21:52:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2015-01-22 
21:49:33.0 +0100
@@ -1,0 +2,24 @@
+Wed Jan 14 13:36:03 UTC 2015 - rschweik...@suse.com
+
+- Update to version 1.78
+  + Password file with DOS format is not handled properly
+  + Failed making signature
+  + Moving a directory containing more than 1000 files truncates the directory
+  + use_sse is ignored when creating new files
+  + Support for SSE-C
+  + Cannot find pkg-config when configured with any SSL backend except openssl
+  + enable_content_md5 Input/output error
+  + s3fs -u should return 0 if there are no lost multiparts
+  + empty file is written to s3
+  + s3fs crashes with segfault
+  + Fix typos in docs for max_stat_cache_size
+  + curl ssl problems
+  + Address signedness warning in FdCache::Init
+  + du shows incorrect usage stats
+  + version in configure.ac is 1.74 for release 1.75
+  + Using %20 instead of the plus (+) sign for encoding spaces
+  + Fixed local timezone was incorrectly being applied to IAM and
+Last-Modified dates.
+  + Fix compilation error on MacOSX with missing const
+
+---

Old:

  s3fs-1.74.tar.gz

New:

  s3fs-fuse-1.78.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.sLPx9q/_old  2015-01-22 21:49:34.0 +0100
+++ /var/tmp/diff_new_pack.sLPx9q/_new  2015-01-22 21:49:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s3fs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,13 +17,14 @@
 
 
 Name:   s3fs
-Version:1.74
+Version:1.78
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
 License:GPL-2.0
 Group:  System/Filesystems
-Url:http://code.google.com/p/s3fs/
-Source0:%{name}-%{version}.tar.gz
+Url:https://github.com/s3fs-fuse/s3fs-fuse
+Source0:%{name}-fuse-%{version}.tar.gz
+BuildRequires:  automake
 BuildRequires:  dos2unix
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
@@ -39,10 +40,11 @@
 file system read/write. Store files/folders natively and transparently
 
 %prep
-%setup -q
+%setup -qn s3fs-fuse-%{version}
 
 %build
-dos2unix %{_builddir}/%{name}-%{version}/README
+dos2unix %{_builddir}/%{name}-fuse-%{version}/README
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit s3fs for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2014-02-12 21:52:14

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is s3fs

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2013-09-04 
14:05:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2014-02-12 
21:52:15.0 +0100
@@ -1,0 +2,29 @@
+Sat Jan 18 11:47:23 UTC 2014 - rschweik...@suse.com
+
+- Update to version 1.74
+  + Fixed bugs
+   - Fixed wrong printf format.
+   - Fixed a bug at changing umask.
+   - Fixed a bug at changing utimens.
+   - When changing object size, could not update stat cache.
+   - Fixed some memory leak.
+   - Fixed a bug about ftruncate(Issue 371).
+   - Fixed a bug about multipart post request(Issue 371).
+   - Fixed a bug about multipart post/head retrying(Issue 389).
+   - Fixed public_bucket option bug
+   - Fixed file size over flow on 32bit OS
+
+  + Changed codes
+   - Calling curl_global_init function once.
+   - Adds dynamic lock callback for OpenSSL.
+   - Checking strict for s3fs command parameters.
+   - Caches SSL session.
+   - Changes parallel count 500 to 20 for multipart head req.
+   - Adds --enable-nss-init configure option.
+   - Changes updating timing for object cache(Issue 368).
+   - Changes level for some debugging codes.
+   - Adds casting for curl_ott_t variables.
+   - Adds IAM role option.
+   - Adds function on utility mode for removing failed multipart req.
+
+---

Old:

  s3fs-1.73.tar.gz

New:

  s3fs-1.74.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.reotmq/_old  2014-02-12 21:52:16.0 +0100
+++ /var/tmp/diff_new_pack.reotmq/_new  2014-02-12 21:52:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s3fs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   s3fs
-Version:1.73
+Version:1.74
 Release:0
-License:GPL-2.0
 Summary:FUSE file system backed by Amazon S3 bucket
-URL:http://code.google.com/p/s3fs/
+License:GPL-2.0
 Group:  System/Filesystems
+Url:http://code.google.com/p/s3fs/
 Source0:%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
 BuildRequires:  make
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libcrypto)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
+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
@@ -41,13 +42,13 @@
 %setup -q
 
 %build
+dos2unix %{_builddir}/%{name}-%{version}/README
 %configure
 make %{?_smp_mflags}
 
 %install
 %make_install
 
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README COPYING

++ s3fs-1.73.tar.gz - s3fs-1.74.tar.gz ++
 7236 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit s3fs for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2013-09-04 14:05:05

Comparing /work/SRC/openSUSE:Factory/s3fs (Old)
 and  /work/SRC/openSUSE:Factory/.s3fs.new (New)


Package is s3fs

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2013-09-04 
14:05:05.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Aug 27 22:02:40 UTC 2013 - rschweik...@suse.com
+
+- Initial build
+

New:

  s3fs-1.73.tar.gz
  s3fs.changes
  s3fs.spec



Other differences:
--
++ s3fs.spec ++
#
# spec file for package s3fs
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   s3fs
Version:1.73
Release:0
License:GPL-2.0
Summary:FUSE file system backed by Amazon S3 bucket
URL:http://code.google.com/p/s3fs/
Group:  System/Filesystems
Source0:%{name}-%{version}.tar.gz
BuildRequires:  dos2unix
BuildRequires:  fuse-devel
BuildRequires:  gcc-c++
BuildRequires:  make
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libcrypto)
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root

%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 -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install


%files
%defattr(-,root,root,-)
%doc ChangeLog README COPYING
%{_bindir}/s3fs
%{_mandir}/man1/s3fs.1.gz

%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org