- Update to 1.8.4:
* Bug fix: #414 * Re-work configure to be better about self configuration * Updates to travis CI docker script * Use jsmn JSON parser, remove YAJL and nlohmann * Make some of the simulator disks much larger * Introduce cformat makefile target to re-format C/C++ code requires clang-format OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=57
This commit is contained in:
parent
80c1fa7291
commit
98f7dec6cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1521cf96f9ecfc471f796abfee610138ab08580d1c75ff91b0fc3d515e86f8b
|
||||
size 1244622
|
3
libstoragemgmt-1.8.4.tar.gz
Normal file
3
libstoragemgmt-1.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2dcd67b2c4d113d2b18a3c0b83015cb05dd692f6061d62b9c6c5e31ef56625a
|
||||
size 1102633
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 08:58:44 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.8.4:
|
||||
* Bug fix: #414
|
||||
* Re-work configure to be better about self configuration
|
||||
* Updates to travis CI docker script
|
||||
* Use jsmn JSON parser, remove YAJL and nlohmann
|
||||
* Make some of the simulator disks much larger
|
||||
* Introduce cformat makefile target to re-format C/C++ code
|
||||
requires clang-format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 10:09:41 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libstoragemgmt
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,12 +25,12 @@
|
||||
%define python3 0
|
||||
%endif
|
||||
Name: libstoragemgmt
|
||||
Version: 1.8.3
|
||||
Version: 1.8.4
|
||||
Release: 0
|
||||
Summary: Storage array management library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/libstorage/libstoragemgmt
|
||||
URL: https://github.com/libstorage/libstoragemgmt
|
||||
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user