Accepting request 769142 from home:lee_duncan:branches:Base:System

- Update to version 0.100:
  * Updated ChangeLog with latest fixes
  * Create and use pythong unittest framework
  * Ignore SO lib
  * Handle restarting test harness server correctly
  * Fix mdebug.c so it compiles when enabled.
  * Running make twice should not rebuild everything
  * Change isns_portal_string() to use static mem
  * Adding python compiled files
  * fixed issues with old openssl usage
  * Added debugging, moved .cvsignore to .gitignore
  * Preparing for version v0.100
  * Fix problem with parsing IPv6 Addresses with brakcets.
  * General cleanup for the compiler.
  * Travis-CI and Coverity Scan setup
  * openssl: handle newer version with ifdefs
  * Remove old compiler option, and add "-Werror".
  * Change isns_portal_string() to return allocated string.
  * add tags to ignored list of files
  * Fix compiler complaint about possible alignment issue

OBS-URL: https://build.opensuse.org/request/show/769142
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=27
This commit is contained in:
Lee Duncan 2020-01-31 22:15:53 +00:00 committed by Git OBS Bridge
parent 9a4e88cb43
commit 9bb8e0abd5
5 changed files with 32 additions and 5 deletions

View File

@ -4,8 +4,8 @@
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
<param name="subdir"></param>
<param name="filename">open-isns</param>
<param name="versionformat">0.99</param>
<param name="revision">v0.99</param>
<param name="versionformat">0.100</param>
<param name="revision">v0.100</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
<param name="changesrevision">cfdbcff867ee580a71bc9c18c3a38a6057df0150</param></service></servicedata>
<param name="changesrevision">0ad95d07e4d272fed2af2c614b37c6e64c8945b2</param></service></servicedata>

3
open-isns-0.100.tar.xz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jan 31 22:05:13 UTC 2020 - lduncan@suse.com
- Update to version 0.100:
* Updated ChangeLog with latest fixes
* Create and use pythong unittest framework
* Ignore SO lib
* Handle restarting test harness server correctly
* Fix mdebug.c so it compiles when enabled.
* Running make twice should not rebuild everything
* Change isns_portal_string() to use static mem
* Adding python compiled files
* fixed issues with old openssl usage
* Added debugging, moved .cvsignore to .gitignore
* Preparing for version v0.100
* Fix problem with parsing IPv6 Addresses with brakcets.
* General cleanup for the compiler.
* Travis-CI and Coverity Scan setup
* openssl: handle newer version with ifdefs
* Remove old compiler option, and add "-Werror".
* Change isns_portal_string() to return allocated string.
* add tags to ignored list of files
* Fix compiler complaint about possible alignment issue
-------------------------------------------------------------------
Mon Oct 28 17:28:34 UTC 2019 - Lee Duncan <lduncan@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package open-isns
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: open-isns
Summary: Partial Implementation of iSNS iSCSI registration
License: LGPL-2.1-or-later
Group: System/Kernel
Version: 0.99
Version: 0.100
Release: 0
Source: %{name}-%{version}.tar.xz
Url: https://github.com/open-iscsi/%{name}