Accepting request 935305 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/935305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libite?expand=0&rev=8
This commit is contained in:
2021-12-03 19:35:33 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 4 deletions
+18
View File
@@ -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
View File
@@ -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
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5e8a75a45910a5313ec43268c5c0dda9282777a90f9a857293e26ee0696598
size 111943
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bf03b176b89255334a34c0f400c1d1f06199283fb36a1aaa16eb58c7d15606a
size 112895