Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nbdkit for openSUSE:Factory checked 
in at 2023-10-01 21:22:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nbdkit (Old)
 and      /work/SRC/openSUSE:Factory/.nbdkit.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nbdkit"

Sun Oct  1 21:22:22 2023 rev:10 rq:1114450 version:1.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nbdkit/nbdkit.changes    2022-10-15 
16:40:48.218635887 +0200
+++ /work/SRC/openSUSE:Factory/.nbdkit.new.28202/nbdkit.changes 2023-10-01 
21:23:24.407034651 +0200
@@ -1,0 +2,20 @@
+Fri Sep 29 17:40:05 UTC 2023 - [email protected]
+
+- Update to version 1.36.0:
+  * Version 1.36.0.
+  * evil: Fix typo in man page
+  * tests: Rename test-curl-options.sh and add more tests
+  * docs: Finalize release notes for release tomorrow
+  * curl: Use new curl_multi_get_handles API to simplify code
+  * curl: Store pointer from curl easy handle to our struct curl_handle
+  * README: Recommend new syntax for ASAN_OPTIONS
+  * fuzzing/README: Remove advice to set ASAN_OPTIONS
+  * docs: Small tweaks to the release notes
+  * docs: Add outline release notes for forthcoming nbdkit 1.36
+  * tests: Add some consistency checks of the tests themselves
+  * tests/test-evil-cosmic.sh: Use requires_nbdcopy
+  * tests/test-nozero.sh: Test uses nbdsh -u but does not declare requirement
+  * tests: Fix a couple more tests that are missing requires_run
+  * docs: Expand Network Block Device (for NBD) in title
+
+-------------------------------------------------------------------

Old:
----
  nbdkit-1.32.2.tar.xz

New:
----
  nbdkit-1.36.0.tar.xz

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

Other differences:
------------------
++++++ nbdkit.spec ++++++
--- /var/tmp/diff_new_pack.wtQJwZ/_old  2023-10-01 21:23:25.463072862 +0200
+++ /var/tmp/diff_new_pack.wtQJwZ/_new  2023-10-01 21:23:25.463072862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nbdkit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 %global broken_test_arches %{arm} aarch64
 
 Name:           nbdkit
-Version:        1.32.2
+Version:        1.36.0
 Release:        0
 Summary:        Network Block Device server
 License:        BSD-3-Clause
@@ -116,6 +116,7 @@
 Provides:       %{name}-memory-plugin = %{version}-%{release}
 Provides:       %{name}-null-plugin = %{version}-%{release}
 Provides:       %{name}-ondemand-plugin = %{version}-%{release}
+Provides:       %{name}-ones-plugin = %{version}-%{release}
 Provides:       %{name}-partitioning-plugin = %{version}-%{release}
 Provides:       %{name}-pattern-plugin = %{version}-%{release}
 Provides:       %{name}-random-plugin = %{version}-%{release}
@@ -148,6 +149,8 @@
 
 nbdkit-ondemand-plugin      Creates filesystems on demand.
 
+nbdkit-ones-plugin          Fill disk with repeated 0xff or other bytes.
+
 nbdkit-pattern-plugin       Fixed test pattern.
 
 nbdkit-partitioning-plugin  Creates virtual disks from partitions.
@@ -181,6 +184,7 @@
 
 # The plugins below have non-trivial dependencies are so are
 # packaged separately.
+
 %package cdi-plugin
 Summary:        Containerized Data Import plugin for %{name}
 
@@ -285,6 +289,7 @@
 Provides:       %{name}-ddrescue-filter = %{version}-%{release}
 Provides:       %{name}-delay-filter = %{version}-%{release}
 Provides:       %{name}-error-filter = %{version}-%{release}
+Provides:       %{name}-evil-filter = %{version}-%{release}
 Provides:       %{name}-exitlast-filter = %{version}-%{release}
 Provides:       %{name}-exitwhen-filter = %{version}-%{release}
 Provides:       %{name}-exportname-filter = %{version}-%{release}
@@ -336,6 +341,8 @@
 
 nbdkit-error-filter         Injects errors.
 
+nbdkit-evil-filter          Add random data corruption to reads.
+
 nbdkit-exitlast-filter      Exits on last client connection.
 
 nbdkit-exitwhen-filter      Exits gracefully when an event occurs.
@@ -500,6 +507,8 @@
 done
 rm -f %{buildroot}/%{_libdir}/%{name}/plugins/nbdkit-S3-plugin
 rm -f %{buildroot}/%{_mandir}/man1/nbdkit-S3-plugin.1*
+rm -f %{buildroot}/%{_libdir}/%{name}/filters/nbdkit-qcow2dec-filter.so
+rm -f %{buildroot}/%{_mandir}/man1/nbdkit-qcow2dec-filter.1*
 
 %check
 # exit 0
@@ -561,6 +570,7 @@
 %{_libdir}/%{name}/plugins/nbdkit-memory-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-null-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-ondemand-plugin.so
+%{_libdir}/%{name}/plugins/nbdkit-ones-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-partitioning-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-pattern-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-random-plugin.so
@@ -577,6 +587,7 @@
 %{_mandir}/man1/nbdkit-memory-plugin.1*
 %{_mandir}/man1/nbdkit-null-plugin.1*
 %{_mandir}/man1/nbdkit-ondemand-plugin.1*
+%{_mandir}/man1/nbdkit-ones-plugin.1*
 %{_mandir}/man1/nbdkit-partitioning-plugin.1*
 %{_mandir}/man1/nbdkit-pattern-plugin.1*
 %{_mandir}/man1/nbdkit-random-plugin.1*
@@ -635,6 +646,7 @@
 %{_libdir}/%{name}/filters/nbdkit-ddrescue-filter.so
 %{_libdir}/%{name}/filters/nbdkit-delay-filter.so
 %{_libdir}/%{name}/filters/nbdkit-error-filter.so
+%{_libdir}/%{name}/filters/nbdkit-evil-filter.so
 %{_libdir}/%{name}/filters/nbdkit-exitlast-filter.so
 %{_libdir}/%{name}/filters/nbdkit-exitwhen-filter.so
 %{_libdir}/%{name}/filters/nbdkit-exportname-filter.so
@@ -672,6 +684,7 @@
 %{_mandir}/man1/nbdkit-ddrescue-filter.1*
 %{_mandir}/man1/nbdkit-delay-filter.1*
 %{_mandir}/man1/nbdkit-error-filter.1*
+%{_mandir}/man1/nbdkit-evil-filter.1*
 %{_mandir}/man1/nbdkit-exitlast-filter.1*
 %{_mandir}/man1/nbdkit-exitwhen-filter.1*
 %{_mandir}/man1/nbdkit-exportname-filter.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wtQJwZ/_old  2023-10-01 21:23:25.495074021 +0200
+++ /var/tmp/diff_new_pack.wtQJwZ/_new  2023-10-01 21:23:25.499074165 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">nbdkit</param>
-    <param name="revision">v1.32.2</param>
+    <param name="revision">v1.36.0</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://gitlab.com/nbdkit/nbdkit.git</param>

++++++ nbdkit-1.32.2.tar.xz -> nbdkit-1.36.0.tar.xz ++++++
++++ 43667 lines of diff (skipped)

Reply via email to