-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
466e09a
commit 48c0fde
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%endif | ||
|
||
Name: drpm | ||
Version: 0.5.1 | ||
Version: 0.5.2 | ||
Release: 1%{?dist} | ||
Summary: A library for making, reading and applying deltarpm packages | ||
# the entire source code is LGPLv2+, except src/drpm_diff.c and src/drpm_search.c which are BSD | ||
|
@@ -79,6 +79,10 @@ The drpm-devel package provides a C interface (drpm.h) for the drpm library. | |
%{_libdir}/pkgconfig/%{name}.pc | ||
|
||
%changelog | ||
* Mon May 15 2023 Jan Kolarik <[email protected]> - 0.5.2-1 | ||
- Avoid using obsolete RPM API | ||
- Small memory and compatibility fixes | ||
|
||
* Tue Mar 08 2022 Pavla Kratochvilova <[email protected]> - 0.5.1-1 | ||
- Fix SIGSEGV when an errors occurs in `rpm_get_file_info` (RhBug:1968594) | ||
- For rpms without any files return file count 0 (RhBug:1968594) | ||
|