2 Commits

Author SHA256 Message Date
b056d3f5c4 Accepting request 1267386 from devel:libraries:c_c++
- Update to version 59
  * INIReader: change variable visibility from private to protected
  * Add preprocessor exclusions when INI_ALLOW_MULTILINE=0
  * Add INIReader Sections and Keys methods
  * If a line is longer than INI_MAX_LINE, consume input up to next
    newline
  * Performance improvements
- Add service file to download source.

OBS-URL: https://build.opensuse.org/request/show/1267386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=9
2025-04-08 15:50:04 +00:00
Matthias Bach
341f37b953 - Update to version 59
* INIReader: change variable visibility from private to protected
  * Add preprocessor exclusions when INI_ALLOW_MULTILINE=0
  * Add INIReader Sections and Keys methods
  * If a line is longer than INI_MAX_LINE, consume input up to next
    newline
  * Performance improvements
- Add service file to download source.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=25
2025-04-06 09:02:54 +00:00
5 changed files with 20 additions and 5 deletions

3
_service Normal file
View File

@@ -0,0 +1,3 @@
<services>
<service name="download_files" mode="manual" />
</services>

BIN
inih-r58.tar.gz LFS

Binary file not shown.

3
inih-r59.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Apr 6 08:58:01 UTC 2025 - Matthias Bach <marix@marix.org> - 59
- Update to version 59
* INIReader: change variable visibility from private to protected
* Add preprocessor exclusions when INI_ALLOW_MULTILINE=0
* Add INIReader Sections and Keys methods
* If a line is longer than INI_MAX_LINE, consume input up to next
newline
* Performance improvements
- Add service file to download source.
-------------------------------------------------------------------
Thu Jan 25 19:58:02 UTC 2024 - Matthias Bach <marix@marix.org> - 58

View File

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