Compare commits

...

1 Commits

4 changed files with 20 additions and 7 deletions

BIN
inih-r56.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
inih-r58.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,11 +1,24 @@
-------------------------------------------------------------------
Thu Jan 25 19:58:02 UTC 2024 - Matthias Bach <marix@marix.org> - 58
- Update to version 58
* Add ini_ prefix even to static names so inih can be used as an
#include.
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package inih
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 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: 58
Release: 0
Summary: Simple .INI file parser in C, good for embedded systems
License: BSD-3-Clause