SHA256
1
0
forked from pool/inih
Commit Graph

24 Commits

Author SHA256 Message Date
Ana Guerrero
d5d39fd0a4 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
4103f75bd7 - 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
Dominique Leuenberger
3740a04627 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
f7baa75daa - 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
beeda678a6 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
5f75684509 - 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
Richard Brown
a2ea41b9d0 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
7d9a5b0621 - 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
Dominique Leuenberger
fa688784cb 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
5a3bf7003c 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
a847df5fc5 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
Dominique Leuenberger
6188805c7d 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
e172a5d91a 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
Dominique Leuenberger
1807c151fa 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
59322da026 - 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
Dominique Leuenberger
2cf6744ac2 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
9d22e904ce - 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
Dominique Leuenberger
11439c3a37 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
50e0698a54 - 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
80b836bd6b - 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
fefdb39820 - 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
6af63101a1 - 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
618538bca4 - 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
e64064eb67 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