Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Mar 8, 2022
1 parent a6ac6a4 commit 7a041e6
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 0)
set(DRPM_PATCH_VERSION 1)
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 @@ -8,7 +8,7 @@
%endif

Name: drpm
Version: 0.5.0
Version: 0.5.1
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 @@ -88,6 +88,10 @@ popd
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* 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)

* Tue Jun 02 2020 Neal Gompa <[email protected]> 0.5.0-1
- Enable zstd support for RHEL 8
- Fix license file entry in files list in spec
Expand Down

0 comments on commit 7a041e6

Please sign in to comment.