diff --git a/ell-0.56.tar.xz b/ell-0.56.tar.xz deleted file mode 100644 index d2686f32f97f6f11965757e1fc574e59b46a3a66..0000000000000000000000000000000000000000 Binary files a/ell-0.56.tar.xz and /dev/null differ diff --git a/ell-0.71.tar.xz b/ell-0.71.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..a0738571c4b3fd94e0d354392ac18609af973580 Binary files /dev/null and b/ell-0.71.tar.xz differ diff --git a/libell.spec b/libell.spec index e7c65b6606222013090c8df91f51af97b75af772..127fd10c82de8779f6ab365a7f103e801694a96a 100644 --- a/libell.spec +++ b/libell.spec @@ -1,8 +1,8 @@ Name: libell -Version: 0.56 +Version: 0.71 Release: 1 Summary: Embedded Linux library -License: LGPLv2+ +License: LGPL-2.0-or-later URL: https://01.org/ell Source0: https://www.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz BuildRequires: gcc make @@ -30,12 +30,12 @@ Header files for developing %{name}. %install %make_install -%ldconfig_scriptlets +%delete_la %files -%doc AUTHORS COPYING ChangeLog +%license COPYING +%doc AUTHORS ChangeLog %{_libdir}/libell.so.* -%exclude %{_libdir}/libell.la %files devel %{_includedir}/ell @@ -43,6 +43,18 @@ Header files for developing %{name}. %{_libdir}/pkgconfig/ell.pc %changelog +* Tue Dec 03 2024 yaoxin - 0.71-1 +- Update to 0.71 + * Fix issue with GCC 15 and -std=c23 build errors. + * Add support for helper function for safe memcpy. + * Add support for getting remaining microseconds left on a timer. + * Add support for setting link MTU on a network interface. + * Fix issue with string allocation growth strategy. + * Add support for netlink helper functions. + * Add support for handling sysctl char settings. + * Fix issue with handling event callback when stopping ACD. + * Fix issue with handling ICMPv6 DNS and domain lists. + * Thu May 18 2023 liyanan - 0.56-1 - update to 0.56