Package Release Info

libscfg-0.1.1-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libscfg-devel
libscfg1

Change Logs

* Mon Apr 22 2024 Joshua Smith <smolsheep@opensuse.org>
- Add set-soversion.patch -- Upstream commit to set lib sover
- Update to version 0.1.1:
  * Handle esc-pair in atoms
  * Use struct initializers instead of memset()
  * Add unit test
- Updates from version 0.1.0:
  * Fix all memory leaks
  * Initial commit
  * Add incomplete parser
  * Introduce buffer_steal
  * Add missing NULL byte at end of strings
  * Add support for single-quoted words
  * Add support for double-quoted words
  * Skip comments
  * Add line number information
  * Install headers
* Wed Sep 06 2023 Hannes Braun <apple.hannes@gmail.com>
- Initial package creation