From 2af228e4f7d4d7986106f8a64a9445c54828f1bc Mon Sep 17 00:00:00 2001 From: evan-goode Date: Mon, 2 Dec 2024 19:50:53 +0000 Subject: [PATCH] Release 5.2.8.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e068f579..a8ba50ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# 5.2.8.0 + +- Update translations from weblate +- doc: Use PGP instead of GPG +- Install defs.h for /usr/include/dnf5/context.hpp +- Download cmd: Require at leats one argument/package to download +- Fix copr chroot specification: replace faulty regex with simpler split +- Add packit job to run ABI check plan on testing farm +- changelog_plugin: Limit required metadata to "other" +- doc: Document new `all` optional_metadata_types value +- Accept also "all" whenever optional metadata are checked +- repo: Add option to download all repository metadata +- rpm: New API to check PGP signature of RPM file +- spec: toggle dnf5_obsoletes_dnf for RHEL 11 +- repo: While cloning root metadata copy also metalink +- repo: Make Repo::download_metadata() method public +- I18N: Mark message in dnf list --installed output for a translation +- package_downloader: Ensure creation of intermediate directories +- Make `test_multi_progress_bar` test more resilient +- I18N: Mark "Total" message in MultiProgressBar() for a translation +- builddep: add support for remote arguments +- Hint when an unknown option is available on different commands +- reformatting to meet clang-format requirements +- add missing include +- I18N: Mark messages in "dnf search" output for a translation +- Extend unit tests with `user_cb_data` in `repo::DownloadCallbacks` +- SWIG bindings for `user_cb_data` in `repo::DownloadCallbacks` +- Basic Perl unit tests for DownloadCallbacks and RepoCallbacks +- Perl unit tests: Clean package_query tests, use BaseTestCase +- Make `BaseTestCase` for Perl unit test +- rpm: Reset RPM log callback upon RpmLogGuard destruction + # 5.2.7.0 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index d7d98315c..415bc3e8d 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_PRIME 5) set(DEFAULT_PROJECT_VERSION_MAJOR 2) -set(DEFAULT_PROJECT_VERSION_MINOR 7) +set(DEFAULT_PROJECT_VERSION_MINOR 8) set(DEFAULT_PROJECT_VERSION_MICRO 0) if(DEFINED PROJECT_VERSION_PRIME) diff --git a/dnf5.spec b/dnf5.spec index 9b302c074..104c12b07 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_prime 5 %global project_version_major 2 -%global project_version_minor 7 +%global project_version_minor 8 %global project_version_micro 0 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -896,6 +896,9 @@ popd %ldconfig_scriptlets %changelog +* Mon Dec 02 2024 Packit Team - 5.2.8.0-1 +- New upstream release 5.2.8.0 + * Tue Nov 12 2024 Packit Team - 5.2.7.0-1 - New upstream release 5.2.7.0