Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libite-devel-2.6.2-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: libite-devel Distribution: openSUSE Tumbleweed
Version: 2.6.2 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 28 23:59:51 2025
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 67964 Source RPM: libite-2.6.2-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/troglobit/libite/
Summary: Header files for libite
Development and header files for libite.

Provides

Requires

License

MIT AND X11

Changelog

* Sun Dec 28 2025 Dirk Müller <dmueller@suse.com>
  - update to 2.6.2:
    * Fix memory leak in `which()` on `realloc()` failure
    * Fix `pidfile()` to handle missing trailing slash in prefix
* Sun Nov 12 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.6.1:
    * FTBFS uClibc and musl libc, `lite.h` missing `stdarg.h`
      include
* Mon Sep 18 2023 Martin Hauke <mardnh@gmx.de>
  - Update to 2.6.0:
    Changes
    * New APIs from the Infix Project:
      + fexistf()
      + vfopenf()
      + popenf()
      + vreadsnf(), readsnf(), writesf()
      + vreadllf(), readllf(), readdf()
      + writellf(), writedf()
    Fixes
    * Spellchecking of API docs
* Thu Apr 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.5.3:
    * Refactor `copyfile()` unit test and verify number of bytes
      copied
    * Add missing `rsync()` u