diff --git a/libsolv-0.7.29.tar.bz2 b/libsolv-0.7.29.tar.bz2 deleted file mode 100644 index a861681..0000000 --- a/libsolv-0.7.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf0c58e23cb8f9092d13a6a116e747be27a93d40a76698299fe558e7c2ba2c13 -size 596997 diff --git a/libsolv-0.7.30.tar.bz2 b/libsolv-0.7.30.tar.bz2 new file mode 100644 index 0000000..f24c908 --- /dev/null +++ b/libsolv-0.7.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfaad431384173b9842a920a77c82b037243fc26d36f2ce6ecbeb157e1741ef +size 597430 diff --git a/libsolv.changes b/libsolv.changes index 1e93a94..743ec9e 100644 --- a/libsolv.changes +++ b/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de + +- removed dependency on external find program in the repo2solv tool +- bindings: fix return value of repodata.add_solv() +- new SOLVER_FLAG_FOCUS_NEW flag +- bump version to 0.7.30 + ------------------------------------------------------------------- Fri Jun 7 11:33:19 CEST 2024 - mls@suse.de diff --git a/libsolv.spec b/libsolv.spec index 84f3a5a..9371918 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -65,7 +65,7 @@ %bcond_with zypp Name: libsolv -Version: 0.7.29 +Version: 0.7.30 Release: 0 Summary: Package dependency solver using a satisfiability algorithm License: BSD-3-Clause @@ -182,7 +182,6 @@ Group: System/Management Conflicts: satsolver-tools-obsolete Obsoletes: satsolver-tools < 0.18 Provides: satsolver-tools = 0.18 -Requires: findutils Requires: libsolv-tools-base = %{version} %description tools