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.changes        2013-09-04 
14:05:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2014-02-12 
21:52:15.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.reotmq/_new  2014-02-12 21:52:16.000000000 +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

Reply via email to