Accepting request 355496 from home:pluskalm:branches:network:utilities

- Update to 3.13
  * This is mainly a bugfix release, containing fixes found in 
    3.12.1 by compiling on different architectures, submitting the 
    build to Coverity Scan, and some analysis of intermittent 
    failures that found a race condition.

OBS-URL: https://build.opensuse.org/request/show/355496
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=37
This commit is contained in:
Martin Pluskal 2016-01-23 17:03:29 +00:00 committed by Git OBS Bridge
parent b536926e86
commit 9ab3394b6f
6 changed files with 21 additions and 12 deletions

View File

@ -1,8 +1,8 @@
Index: nbd-3.11/nbd-client.c Index: nbd-3.13/nbd-client.c
=================================================================== ===================================================================
--- nbd-3.11.orig/nbd-client.c --- nbd-3.13.orig/nbd-client.c
+++ nbd-3.11/nbd-client.c +++ nbd-3.13/nbd-client.c
@@ -79,6 +79,7 @@ int check_conn(char* devname, int do_pri @@ -81,6 +81,7 @@ int check_conn(char* devname, int do_pri
} }
buf[(len < 256) ? len : 255]='\0'; buf[(len < 256) ? len : 255]='\0';
if(do_print) printf("%s\n", buf); if(do_print) printf("%s\n", buf);

View File

@ -1,7 +1,7 @@
Index: nbd-3.11/doc/Doxyfile.in Index: nbd-3.13/doc/Doxyfile.in
=================================================================== ===================================================================
--- nbd-3.11.orig/doc/Doxyfile.in --- nbd-3.13.orig/doc/Doxyfile.in
+++ nbd-3.11/doc/Doxyfile.in +++ nbd-3.13/doc/Doxyfile.in
@@ -30,7 +30,7 @@ PROJECT_NUMBER = @PACKAGE_VERSIO @@ -30,7 +30,7 @@ PROJECT_NUMBER = @PACKAGE_VERSIO
# If a relative path is entered, it will be relative to the location # If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used. # where doxygen was started. If left blank the current directory will be used.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b105b9bedd82d86aee2e81e624bea33461db9918d58ddd79f5f2fd534c8b73de
size 470676

3
nbd-3.13.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8597cd97a41930dfcbcc6ce7cf910f6b609771718a4f1680713c2f2ba5cc200d
size 459756

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 23 16:59:39 UTC 2016 - mpluskal@suse.com
- Update to 3.13
* This is mainly a bugfix release, containing fixes found in
3.12.1 by compiling on different architectures, submitting the
build to Coverity Scan, and some analysis of intermittent
failures that found a race condition.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 1 17:01:47 UTC 2015 - p.drouand@gmail.com Tue Dec 1 17:01:47 UTC 2015 - p.drouand@gmail.com
- Update to version 3.12.1 - Update to version 3.12.1

View File

@ -1,7 +1,7 @@
# #
# spec file for package nbd # spec file for package nbd
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nbd Name: nbd
Version: 3.12.1 Version: 3.13
Release: 0 Release: 0
Summary: Network Block Device Server and Client Utilities Summary: Network Block Device Server and Client Utilities
License: GPL-2.0+ License: GPL-2.0+