Accepting request 1070165 from Base:System

- Update to version 1.19.0+git.20230208:
  * iser: Remove unnecessary 'return;'
  * pdu: Remove temporary variables from functions
  * connect: Add check after malloc allocation
  * aros_compat: Add check after malloc allocation
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libiscsi?expand=0&rev=22
factory
Dominique Leuenberger 3 months ago committed by Git OBS Bridge
commit aff88c2976

@ -3,4 +3,4 @@
<param name="url">git@github.com:sahlberg/libiscsi.git</param>
<param name="changesrevision">e6bcdf5fdbf39729399c4f0914661ca1055107a1</param></service><service name="tar_scm">
<param name="url">https://github.com/sahlberg/libiscsi.git</param>
<param name="changesrevision">be9e2d70cb0d4828b955b3cf05b508b471850c0d</param></service></servicedata>
<param name="changesrevision">22f7b26567760921fa1aad77cca642153123ea8c</param></service></servicedata>

@ -0,0 +1 @@
libiscsi9

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

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

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 8 11:49:02 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Update to version 1.19.0+git.20230208:
* iser: Remove unnecessary 'return;'
* pdu: Remove temporary variables from functions
* connect: Add check after malloc allocation
* aros_compat: Add check after malloc allocation
- Build AVX2 enabled hwcaps library for x86_64-v3
-------------------------------------------------------------------
Mon Nov 28 08:40:46 UTC 2022 - Martin Pluskal <mpluskal@suse.com>

@ -1,4 +1,4 @@
name: libiscsi
version: 1.19.0+git.20221112
mtime: 1668305777
commit: be9e2d70cb0d4828b955b3cf05b508b471850c0d
version: 1.19.0+git.20230208
mtime: 1675875675
commit: 22f7b26567760921fa1aad77cca642153123ea8c

@ -1,7 +1,7 @@
#
# spec file for package libiscsi
#
# 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
@ -18,13 +18,14 @@
%define sover 9
Name: libiscsi
Version: 1.19.0+git.20221112
Version: 1.19.0+git.20230208
Release: 0
Summary: iSCSI client library and utilities
License: GPL-2.0-only AND LGPL-2.1-only
Group: Development/Libraries/C and C++
URL: https://github.com/sahlberg/libiscsi
Source: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bc
@ -33,6 +34,7 @@ BuildRequires: librdmacm-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cunit)
%{?suse_build_hwcaps_libs}
%description
libiscsi is a clientside library to implement the iSCSI protocol

Loading…
Cancel
Save