Accepting request 1097525 from devel:libraries:c_c++
- Update to version 57 * Added a GetUnsigned function for getting unsigned values. * Added GetInteger64 and GetUnsigned64 to read 64-bit integers. OBS-URL: https://build.opensuse.org/request/show/1097525 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=7
This commit is contained in:
commit
3740a04627
BIN
inih-r56.tar.gz
(Stored with Git LFS)
BIN
inih-r56.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
inih-r57.tar.gz
Normal file
3
inih-r57.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3
|
||||
size 18954
|
10
inih.changes
10
inih.changes
@ -1,11 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 13:37:21 UTC 2023 - Matthias Bach <marix@marix.org> - 57
|
||||
|
||||
- Update to version 57
|
||||
* Added a GetUnsigned function for getting unsigned values.
|
||||
* Added GetInteger64 and GetUnsigned64 to read 64-bit integers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 08:19:28 UTC 2022 - Matthias Bach <marix@marix.org> - 56
|
||||
|
||||
- Update to version 55
|
||||
- Update to version 56
|
||||
* Fix redundant cast-to-int when INI_USE_STACK!=0
|
||||
* Make inline comments work on subsequent lines of multiline values
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 22:03:32 UTC 2022 - Matthias Bach <marix@marix.org> - 55
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package inih
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020 Matthias Bach <marix@marix.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: inih
|
||||
Version: 56
|
||||
Version: 57
|
||||
Release: 0
|
||||
Summary: Simple .INI file parser in C, good for embedded systems
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user