Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2022-06-04 23:27:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and      /work/SRC/openSUSE:Factory/.s3backer.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s3backer"

Sat Jun  4 23:27:32 2022 rev:24 rq:980807 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes        2021-11-04 
16:10:34.769082223 +0100
+++ /work/SRC/openSUSE:Factory/.s3backer.new.1548/s3backer.changes      
2022-06-04 23:27:38.160792211 +0200
@@ -1,0 +2,22 @@
+Sat Jun  4 20:14:01 UTC 2022 - Archie Cobbs <archie.co...@gmail.com>
+
+- Upgrade to release 2.0.1
+  + Fix null pointer dereference bug in zero cache.
+
+-------------------------------------------------------------------
+Sat Jun  4 18:00:50 UTC 2022 - Archie Cobbs <archie.co...@gmail.com>
+
+- Upgrade to release 2.0.0
+  + Support running as a Network Block Device (NBD) server (issue #178)
+  + Fix slow write performance with large block sizes since 1.6.0 (issue ##185)
+  + Disable MD5 cache by default now that Amazon S3 is consistent (issue #183)
+  + Fix bug where "(null)" was appearing in usage message (issue #161)
+  + Give more meaningful usage error when size limits are exceeded (issue #162)
+  + Added flag "--http11" to restrict cURL to HTTP 1.1 (issue #168)
+  + Clean up mount token if FUSE itself fails to start (issue #175)
+  + Detect HTTP redirects and emit appropriate hint/warning (issue #174)
+  + Added man page reference to Linux bcache (issue #169)
+  + Added "--blockCacheFileAdvise" flag (pr #176)
+  + Treat 3xx HTTP response codes as errors
+
+-------------------------------------------------------------------

Old:
----
  s3backer-1.6.3.tar.gz

New:
----
  s3backer-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ s3backer.spec ++++++
--- /var/tmp/diff_new_pack.y2NIPA/_old  2022-06-04 23:27:38.548792605 +0200
+++ /var/tmp/diff_new_pack.y2NIPA/_new  2022-06-04 23:27:38.552792608 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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:           s3backer
-Version:        1.6.3
+Version:        2.0.1
 Release:        0
 Summary:        FUSE-based single file backing store via Amazon S3
 License:        GPL-2.0-or-later
@@ -25,20 +25,14 @@
 URL:            https://github.com/archiecobbs/%{name}
 Source:         
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  fuse-devel >= 2.5
-BuildRequires:  pkgconfig
-BuildRequires:  zlib-devel
-%if 0%{?suse_version} >= 1100
 BuildRequires:  libcurl-devel >= 7.16.2
-BuildRequires:  libopenssl-devel
-%else
-BuildRequires:  curl-devel >= 7.16.2
-BuildRequires:  openssl-devel
-%endif
-%if 0%{?suse_version} < 1000 || 0%{?fedora_version} != 0 || 
0%{?centos_version} != 0
-BuildRequires:  expat
-%else
 BuildRequires:  libexpat-devel
+BuildRequires:  libopenssl-devel
+%if 0%{?sle_version} >= 150300
+BuildRequires:  nbdkit-devel
 %endif
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 
 %description
 s3backer is a filesystem that contains a single file backed by the Amazon
@@ -53,6 +47,8 @@
 exported by the s3backer filesystem using a loopback mount (or disk image
 mount on Mac OS X).
 
+s3backer can also function as a Network Block Device (NBD) plug-in.
+
 %prep
 %setup -q
 
@@ -69,6 +65,9 @@
 %files
 %{_bindir}/*
 %{_mandir}/man1/*
+%if 0%{?sle_version} >= 150300
+%{_libdir}/nbdkit/plugins/*
+%endif
 %{_docdir}/%{name}
 
 %changelog

++++++ s3backer-1.6.3.tar.gz -> s3backer-2.0.1.tar.gz ++++++
++++ 48791 lines of diff (skipped)

Reply via email to