Skip to content

Commit c1aee90

Browse files
committed
Release 5.2.13.1
1 parent ce865e6 commit c1aee90

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.2.13.1
2+
3+
- RepoCacheRemoveStatistics::get_bytes_removed return uintmax_t
4+
- ci: Use RSM_CI_APP_PRIVATE_KEY in do-release.yaml
5+
16
# 5.2.13.0
27

38
- Update translations from weblate

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(DEFAULT_PROJECT_VERSION_PRIME 5)
22
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
33
set(DEFAULT_PROJECT_VERSION_MINOR 13)
4-
set(DEFAULT_PROJECT_VERSION_MICRO 0)
4+
set(DEFAULT_PROJECT_VERSION_MICRO 1)
55

66
if(DEFINED PROJECT_VERSION_PRIME)
77
if(NOT ${DEFAULT_PROJECT_VERSION_PRIME} STREQUAL ${PROJECT_VERSION_PRIME})

dnf5.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global project_version_prime 5
22
%global project_version_major 2
33
%global project_version_minor 13
4-
%global project_version_micro 0
4+
%global project_version_micro 1
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
77

@@ -1014,6 +1014,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
10141014
%ldconfig_scriptlets
10151015

10161016
%changelog
1017+
* Wed Apr 23 2025 Packit Team <hello@packit.dev> - 5.2.13.1-1
1018+
- New upstream release 5.2.13.1
1019+
10171020
* Mon Apr 21 2025 Packit Team <hello@packit.dev> - 5.2.13.0-1
10181021
- New upstream release 5.2.13.0
10191022

0 commit comments

Comments
 (0)