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-07-18 18:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and      /work/SRC/openSUSE:Factory/.s3backer.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s3backer"

Mon Jul 18 18:34:18 2022 rev:25 rq:989756 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes        2022-06-04 
23:27:38.160792211 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.1523/s3backer.changes      
2022-07-18 18:34:34.013811205 +0200
@@ -1,0 +2,13 @@
+Sun Jul 17 22:56:12 UTC 2022 - Archie Cobbs <archie.co...@gmail.com>
+
+- Fix build on older systems that don't have libzstd. 
+
+-------------------------------------------------------------------
+Sun Jul 17 22:43:09 UTC 2022 - Archie Cobbs <archie.co...@gmail.com>
+
+- Upgrade to release 2.0.2
+  + Fixed bugs with the --nbd flag when not also using -f flag (issue #188)
+  + Fixed free() of invalid pointer bug in zero_cache.c (issue #191)
+  + Added support for zstd compression (pr #187)
+
+-------------------------------------------------------------------

Old:
----
  s3backer-2.0.1.tar.gz

New:
----
  s3backer-2.0.2.tar.gz

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

Other differences:
------------------
++++++ s3backer.spec ++++++
--- /var/tmp/diff_new_pack.YVg3pk/_old  2022-07-18 18:34:34.897812462 +0200
+++ /var/tmp/diff_new_pack.YVg3pk/_new  2022-07-18 18:34:34.901812468 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           s3backer
-Version:        2.0.1
+Version:        2.0.2
 Release:        0
-Summary:        FUSE-based single file backing store via Amazon S3
+Summary:        FUSE and NBD single file backing store via Amazon S3
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
 URL:            https://github.com/archiecobbs/%{name}
@@ -28,8 +28,15 @@
 BuildRequires:  libcurl-devel >= 7.16.2
 BuildRequires:  libexpat-devel
 BuildRequires:  libopenssl-devel
+%if 0%{?sle_version} >= 150000
+BuildRequires:  libzstd-devel
+%endif
 %if 0%{?sle_version} >= 150300
+BuildRequires:  nbd
 BuildRequires:  nbdkit-devel
+BuildRequires:  nbdkit-server
+Requires:       nbd
+Requires:       nbdkit-server
 %endif
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
@@ -54,6 +61,10 @@
 
 %build
 export SUSE_ASNEEDED=0
+
+# This is needed so /usr/sbin/nbdkit, etc. will be found by AC_PATH_PROGS
+export PATH="${PATH}:%{_sbindir}"
+
 %configure
 %make_build
 

++++++ s3backer-2.0.1.tar.gz -> s3backer-2.0.2.tar.gz ++++++
++++ 2020 lines of diff (skipped)

Reply via email to