diff --git a/inih-r56.tar.gz b/inih-r56.tar.gz deleted file mode 100644 index 4db9df8..0000000 --- a/inih-r56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f2ba6bd122d30281a8c7a4d5723b7af90b56aa828c0e88256d7fceda03a491a -size 18458 diff --git a/inih-r58.tar.gz b/inih-r58.tar.gz new file mode 100644 index 0000000..fad2886 --- /dev/null +++ b/inih-r58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79216260d5dffe809bda840be48ab0eec7737b2bb9f02d2275c1b46344ea7b7 +size 19964 diff --git a/inih.changes b/inih.changes index 814bf5b..0810379 100644 --- a/inih.changes +++ b/inih.changes @@ -1,11 +1,24 @@ +------------------------------------------------------------------- +Thu Jan 25 19:58:02 UTC 2024 - Matthias Bach - 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 - 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 - 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 - 55 diff --git a/inih.spec b/inih.spec index 950041b..e0786f5 100644 --- a/inih.spec +++ b/inih.spec @@ -1,7 +1,7 @@ # # spec file for package inih # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020 Matthias Bach # # 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