Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nbdkit for openSUSE:Factory checked 
in at 2021-11-05 22:59:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nbdkit (Old)
 and      /work/SRC/openSUSE:Factory/.nbdkit.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nbdkit"

Fri Nov  5 22:59:16 2021 rev:7 rq:929758 version:1.29.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nbdkit/nbdkit.changes    2021-08-26 
23:16:18.704198720 +0200
+++ /work/SRC/openSUSE:Factory/.nbdkit.new.1890/nbdkit.changes  2021-11-05 
22:59:38.912321642 +0100
@@ -1,0 +2,11 @@
+Fri Nov 05 08:27:15 UTC 2021 - r...@fthiessen.de
+
+- Update to version 1.29.4:
+  * Remove deprecated nbdkit-streaming-plugin
+  * Added retry-request-filter, an alternative, more lightweight,
+    filter with different trade-offs for nbdkit-retry-filter.
+  * cc: Document how to create OCaml plugin scripts
+  * cc: Add binding for .cleanup
+  * docs: Document NBDKIT_VERSION_* macros
+
+-------------------------------------------------------------------

Old:
----
  nbdkit-1.27.8.tar.xz

New:
----
  nbdkit-1.29.4.tar.xz

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

Other differences:
------------------
++++++ nbdkit.spec ++++++
--- /var/tmp/diff_new_pack.FBIrl7/_old  2021-11-05 22:59:39.340321927 +0100
+++ /var/tmp/diff_new_pack.FBIrl7/_new  2021-11-05 22:59:39.344321930 +0100
@@ -27,7 +27,7 @@
 %global broken_test_arches %{arm} aarch64
 
 Name:           nbdkit
-Version:        1.27.8
+Version:        1.29.4
 Release:        0
 Summary:        Network Block Device server
 License:        BSD-3-Clause
@@ -154,8 +154,6 @@
 
 nbdkit-split-plugin         Concatenates one or more files.
 
-nbdkit-streaming-plugin     A streaming file serving plugin.
-
 nbdkit-zero-plugin          Zero-length plugin for testing.
 
 %package example-plugins
@@ -170,6 +168,7 @@
 
 
 
+
 # The plugins below have non-trivial dependencies are so are
 # packaged separately.
 %package cdi-plugin
@@ -284,6 +283,7 @@
 Provides:       %{name}-rate-filter = %{version}-%{release}
 Provides:       %{name}-readahead-filter = %{version}-%{release}
 Provides:       %{name}-retry-filter = %{version}-%{release}
+Provides:       %{name}-retry-request-filter = %{version}-%{release}
 Provides:       %{name}-stats-filter = %{version}-%{release}
 Provides:       %{name}-swab-filter = %{version}-%{release}
 Provides:       %{name}-tls-fallback-filter = %{version}-%{release}
@@ -350,6 +350,8 @@
 
 nbdkit-retry-filter        Reopens connection on error.
 
+nbdkit-retry-request-filter Retries single requests if they fail.
+
 nbdkit-stats-filter        Displays statistics about operations.
 
 nbdkit-swab-filter         Filter for swapping byte order.
@@ -406,6 +408,8 @@
 
 %prep
 %autosetup -p1
+# Disable webserver test which does not run on OBS
+sed -i "s/LIBNBD_TESTS += test-retry-request-mirror//" tests/Makefile.am
 
 %build
 autoreconf -fiv
@@ -531,7 +535,6 @@
 %{_libdir}/%{name}/plugins/nbdkit-sh-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-sparse-random-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-split-plugin.so
-%{_libdir}/%{name}/plugins/nbdkit-streaming-plugin.so
 %{_libdir}/%{name}/plugins/nbdkit-zero-plugin.so
 %{_mandir}/man1/nbdkit-data-plugin.1*
 %{_mandir}/man1/nbdkit-eval-plugin.1*
@@ -548,7 +551,6 @@
 %{_mandir}/man3/nbdkit-sh-plugin.3*
 %{_mandir}/man1/nbdkit-sparse-random-plugin.1*
 %{_mandir}/man1/nbdkit-split-plugin.1*
-%{_mandir}/man1/nbdkit-streaming-plugin.1*
 %{_mandir}/man1/nbdkit-zero-plugin.1*
 
 %files example-plugins
@@ -616,6 +618,7 @@
 %{_libdir}/%{name}/filters/nbdkit-rate-filter.so
 %{_libdir}/%{name}/filters/nbdkit-readahead-filter.so
 %{_libdir}/%{name}/filters/nbdkit-retry-filter.so
+%{_libdir}/%{name}/filters/nbdkit-retry-request-filter.so
 %{_libdir}/%{name}/filters/nbdkit-stats-filter.so
 %{_libdir}/%{name}/filters/nbdkit-swab-filter.so
 %{_libdir}/%{name}/filters/nbdkit-tls-fallback-filter.so
@@ -648,6 +651,7 @@
 %{_mandir}/man1/nbdkit-rate-filter.1*
 %{_mandir}/man1/nbdkit-readahead-filter.1*
 %{_mandir}/man1/nbdkit-retry-filter.1*
+%{_mandir}/man1/nbdkit-retry-request-filter.1*
 %{_mandir}/man1/nbdkit-stats-filter.1*
 %{_mandir}/man1/nbdkit-swab-filter.1*
 %{_mandir}/man1/nbdkit-tls-fallback-filter.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FBIrl7/_old  2021-11-05 22:59:39.376321951 +0100
+++ /var/tmp/diff_new_pack.FBIrl7/_new  2021-11-05 22:59:39.376321951 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">nbdkit</param>
-    <param name="revision">v1.27.8</param>
+    <param name="revision">v1.29.4</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://gitlab.com/nbdkit/nbdkit.git</param>

++++++ nbdkit-1.27.8.tar.xz -> nbdkit-1.29.4.tar.xz ++++++
++++ 6891 lines of diff (skipped)

Reply via email to