Accepting request 935129 from home:mnhauke
- Update to version 2.5.0
Changes
* Header files have moved from `lite/*.h` to `libite/*.h` to
prevent clashing with DirectFB LiTE library.
* Include guards in header files have been renamed, much in the
same fashion as the move (above), from `LITE_foo_H_` to
`LIBITE_FOO_H_`.
* Add configure option to disable compatibility symlink, for
systems that do not want name clashes with DirectFB/LiTE, or
do not need to be backwards compatible; use `configure
--without-symlink`
Fixes
* Minor, use defensive coding in `strnlen()` replacement. Only
used on systems that do not have a native implementation.
OBS-URL: https://build.opensuse.org/request/show/935129
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libite?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 2 08:47:43 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.5.0
|
||||
Changes
|
||||
* Header files have moved from `lite/*.h` to `libite/*.h` to
|
||||
prevent clashing with DirectFB LiTE library.
|
||||
* Include guards in header files have been renamed, much in the
|
||||
same fashion as the move (above), from `LITE_foo_H_` to
|
||||
`LIBITE_FOO_H_`.
|
||||
* Add configure option to disable compatibility symlink, for
|
||||
systems that do not want name clashes with DirectFB/LiTE, or
|
||||
do not need to be backwards compatible; use `configure
|
||||
--without-symlink`
|
||||
Fixes
|
||||
* Minor, use defensive coding in `strnlen()` replacement. Only
|
||||
used on systems that do not have a native implementation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 13:27:13 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
+2
-1
@@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 5
|
||||
Name: libite
|
||||
Version: 2.4.1
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: BSD function library
|
||||
License: MIT AND X11
|
||||
@@ -83,6 +83,7 @@ rm -rf %{buildroot}/%{_datadir}/doc
|
||||
|
||||
%files devel
|
||||
%{_includedir}/lite
|
||||
%{_includedir}/libite
|
||||
%{_libdir}/libite.so
|
||||
%{_libdir}/pkgconfig/libite.pc
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c5e8a75a45910a5313ec43268c5c0dda9282777a90f9a857293e26ee0696598
|
||||
size 111943
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bf03b176b89255334a34c0f400c1d1f06199283fb36a1aaa16eb58c7d15606a
|
||||
size 112895
|
||||
Reference in New Issue
Block a user