diff --git a/nbd-3.10.tar.xz b/nbd-3.10.tar.xz new file mode 100644 index 0000000..43f78e0 --- /dev/null +++ b/nbd-3.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc53a7a67ab6c786586ee155b76b502d3ff14f4233e9077957968b3bf3847ce +size 461508 diff --git a/nbd-3.9.tar.xz b/nbd-3.9.tar.xz deleted file mode 100644 index fe1c41f..0000000 --- a/nbd-3.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af8ba47cf041c61dd2ae5f064fd856bed8affbee426f3d6441beb5764ffc71c3 -size 459260 diff --git a/nbd.changes b/nbd.changes index e649823..15ec913 100644 --- a/nbd.changes +++ b/nbd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 17 13:27:19 UTC 2015 - mpluskal@suse.com + +- Update to 3.10 + * There really is only one change since 3.9: drop of the + "oldstyle" support from nbd-server and nbd-client. + ------------------------------------------------------------------- Thu Mar 5 12:28:06 UTC 2015 - mpluskal@suse.com diff --git a/nbd.spec b/nbd.spec index 7461b88..fd6277b 100644 --- a/nbd.spec +++ b/nbd.spec @@ -17,7 +17,7 @@ Name: nbd -Version: 3.9 +Version: 3.10 Release: 0 Summary: Network Block Device Server and Client Utilities License: GPL-2.0+ diff --git a/no-return-nonvoid.patch b/no-return-nonvoid.patch index b8a6d35..2f99b09 100644 --- a/no-return-nonvoid.patch +++ b/no-return-nonvoid.patch @@ -1,12 +1,12 @@ -Index: nbd-3.9/nbd-server.c +Index: nbd-3.10/nbd-server.c =================================================================== ---- nbd-3.9.orig/nbd-server.c -+++ nbd-3.9/nbd-server.c -@@ -1595,6 +1595,7 @@ CLIENT* negotiate(int net, CLIENT *clien - err("Negotiation failed/12: %m"); +--- nbd-3.10.orig/nbd-server.c ++++ nbd-3.10/nbd-server.c +@@ -1525,6 +1525,7 @@ CLIENT* negotiate(int net, GArray* serve + err_nonfatal("Session terminated by client"); return NULL; } + return NULL; } - /** sending macro. */ + void send_export_info(CLIENT* client) {