diff --git a/ldb-2.7.2.tar.gz b/ldb-2.7.2.tar.gz deleted file mode 100644 index 5c72acc3cd2f8e2bce0708514ec01e26a153bce6..0000000000000000000000000000000000000000 Binary files a/ldb-2.7.2.tar.gz and /dev/null differ diff --git a/ldb-2.8.0.tar.gz b/ldb-2.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0cb53fa8059dd0a45aa60b1c92faaa9f1d21ddb6 Binary files /dev/null and b/ldb-2.8.0.tar.gz differ diff --git a/libldb.spec b/libldb.spec index 27f684920fe1c80faa82159318ec114011ed685a..695b59da5fc00034cfed86aef1abbcf36a0d0ec5 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,14 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without lmdb %bcond_without python3 -%global tdb_version 1.4.8 -%global tevent_version 0.14.1 -%global talloc_version 2.3.3 +%global tdb_version 1.4.9 +%global tevent_version 0.16.0 +%global talloc_version 2.4.1 Name: libldb -Version: 2.7.2 +Version: 2.8.0 Release: %{anolis_release}%{?dist} License: LGPLv3+ Summary: LDAP-like embedded database @@ -211,6 +211,9 @@ rm -f %{buildroot}/%{_mandir}/man3/_* %doc README_gcov.txt %changelog +* Tue Mar 12 2024 Xiaoping Liu - 2.8.0-1 +- update to 2.8.0 + * Thu Apr 13 2023 yuanhui - 2.7.2-2 - Optimize the spec file