Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed May 15, 2023
1 parent 466e09a commit 48c0fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(drpm C)

set(DRPM_MAJOR_VERSION 0)
set(DRPM_MINOR_VERSION 5)
set(DRPM_PATCH_VERSION 1)
set(DRPM_PATCH_VERSION 2)
set(DRPM_VERSION ${DRPM_MAJOR_VERSION}.${DRPM_MINOR_VERSION}.${DRPM_PATCH_VERSION})

include(GNUInstallDirs)
Expand Down
6 changes: 5 additions & 1 deletion drpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <jkolarik@redhat.com> - 0.5.2-1
- Avoid using obsolete RPM API
- Small memory and compatibility fixes

* Tue Mar 08 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 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)
Expand Down

0 comments on commit 48c0fde

Please sign in to comment.