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.changes 2014-02-12 21:52:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes 2015-01-22 21:49:33.000000000 +0100 @@ -1,0 +2,24 @@ +Wed Jan 14 13:36:03 UTC 2015 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.sLPx9q/_new 2015-01-22 21:49:34.000000000 +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: [email protected] For additional commands, e-mail: [email protected]
