9f7528205c
Accepting request 1304336 from devel:libraries:c_c++
...
- Update to version 62
* The C++ wrapper now support getting a human-readable error
message via the INIReader::ParseErrorMessage() method.
OBS-URL: https://build.opensuse.org/request/show/1304336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=11
2025-09-14 16:49:28 +00:00
Matthias Bach
2b09aa9ba0
- Update to version 62
...
* The C++ wrapper now support getting a human-readable error
message via the INIReader::ParseErrorMessage() method.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=29
2025-09-12 12:55:43 +00:00
92c63857e8
Accepting request 1299860 from devel:libraries:c_c++
...
- Update to version 61
* Add ini_parse_string_length() that avoids internal strlen().
* Fix bug where name only options are not processed after an
error has occurred.
OBS-URL: https://build.opensuse.org/request/show/1299860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=10
2025-08-16 18:37:09 +00:00
Matthias Bach
229564ec10
- Update to version 61
...
* Add ini_parse_string_length() that avoids internal strlen().
* Fix bug where name only options are not processed after an
error has occurred.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=27
2025-08-15 18:31:35 +00:00
fe1fc4d634
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
5eb0eaf869
- 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
b54ff8c9aa
Accepting request 1141568 from devel:libraries:c_c++
...
- Update to version 58
* Add ini_ prefix even to static names so inih can be used as an
#include.
OBS-URL: https://build.opensuse.org/request/show/1141568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=8
2024-01-26 21:46:04 +00:00
Matthias Bach
3be166dd81
- Update to version 58
...
* Add ini_ prefix even to static names so inih can be used as an
#include.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=23
2024-01-25 20:04:47 +00:00
04cf66fd82
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
2023-07-08 20:46:30 +00:00
Matthias Bach
33b902221c
- 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/package/show/devel:libraries:c_c++/inih?expand=0&rev=21
2023-07-07 13:44:09 +00:00
fbf6556acf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=20
2023-06-30 16:59:23 +00:00
a535b74471
- add baselibs.conf
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=19
2023-06-30 15:58:03 +00:00
9c1140a804
Accepting request 989548 from devel:libraries:c_c++
...
- Update to version 55
* Fix redundant cast-to-int when INI_USE_STACK!=0
* Make inline comments work on subsequent lines of multiline values
OBS-URL: https://build.opensuse.org/request/show/989548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=6
2022-07-21 09:32:55 +00:00
Matthias Bach
47dcbb743d
- Update to version 55
...
* Fix redundant cast-to-int when INI_USE_STACK!=0
* Make inline comments work on subsequent lines of multiline values
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=17
2022-07-16 08:27:06 +00:00
69f843e77e
Accepting request 964954 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/964954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=5
2022-03-29 16:13:47 +00:00
Matthias Bach
cf939398ef
Accepting request 964953 from home:theMarix:branches:devel:libraries:c_c++
...
- Update to version 55
* Include proper version in installed pkgconfig files.
OBS-URL: https://build.opensuse.org/request/show/964953
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=15
2022-03-25 22:09:51 +00:00
Matthias Bach
fcacac1700
Accepting request 964950 from home:theMarix:branches:devel:libraries:c_c++
...
- Update to version 54
* Improve quality of shared objects by explicitly defining symbol
visibility.
OBS-URL: https://build.opensuse.org/request/show/964950
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=14
2022-03-25 21:04:13 +00:00
0b18bd13b7
Accepting request 878653 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/878653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=4
2021-03-18 21:54:10 +00:00
Matthias Bach
f4933aa49c
Accepting request 878301 from home:jgwang:branches:devel:libraries:c_c++
...
Update to version 53
OBS-URL: https://build.opensuse.org/request/show/878301
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=12
2021-03-12 22:23:07 +00:00
f1989d5274
Accepting request 859584 from devel:libraries:c_c++
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/859584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=3
2021-01-01 20:13:42 +00:00
Matthias Bach
70e0b3705b
- Make package conform to spec-cleaner.
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=10
2020-12-24 09:41:37 +00:00
63cc5345b5
Accepting request 841999 from devel:libraries:c_c++
...
- Update to version 52
* Add INI_CUSTOM_ALLOCATOR to allow using a custom memory
allocator.
- Drop workaround for library name not matching its soname as this
was fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/841999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=2
2020-10-16 14:15:32 +00:00
Matthias Bach
0149b95398
- Update to version 52
...
* Add INI_CUSTOM_ALLOCATOR to allow using a custom memory
allocator.
- Drop workaround for library name not matching its soname as this
was fixed upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=8
2020-10-15 19:37:35 +00:00
009b3434bf
Accepting request 835612 from devel:libraries:c_c++
...
New package, see https://lists.opensuse.org/opensuse-factory/2020-09/msg00136.html
This request addresses the issue of improper library file and package naming that
war rightfully raised in my previous one.
OBS-URL: https://build.opensuse.org/request/show/835612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inih?expand=0&rev=1
2020-09-23 16:40:19 +00:00
Matthias Bach
4d8c2513a5
- Following packaging guidelines, exclude static libraries again.
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=6
2020-09-19 15:46:41 +00:00
Matthias Bach
a52df9c232
- Execute upstream tests during package build
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=5
2020-09-18 19:45:07 +00:00
Matthias Bach
36d44cf69b
- Fix the library not matching its soname
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=4
2020-09-18 19:36:53 +00:00
Matthias Bach
391348cdb1
- Include static library
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=3
2020-09-17 20:39:57 +00:00
Matthias Bach
1d6f543614
- Drop build config only required for SLE11
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=2
2020-09-17 20:38:20 +00:00
56c7bb198e
Accepting request 834353 from home:theMarix
...
I want to maintain INIH in Factory and would like to use devel:libraries:c_c++ as the devel project.
My primary motiviation that this library is a new dependency of Gamemode which is already in Factory. However, as it is an INI parser, there is nothing about it that's specific to games or game-related tools. Thus, I think it fits this project much better than games:tools in which Gamemode is maintained.
This supersedes my previous request which, due to an oversight, provided a package that could not actually be installed.
OBS-URL: https://build.opensuse.org/request/show/834353
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=1
2020-09-15 05:48:16 +00:00