File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.5)
33project (drpm C )
44
55set (DRPM_MAJOR_VERSION 0)
6- set (DRPM_MINOR_VERSION 4 )
7- set (DRPM_PATCH_VERSION 1 )
6+ set (DRPM_MINOR_VERSION 5 )
7+ set (DRPM_PATCH_VERSION 0 )
88set (DRPM_VERSION ${DRPM_MAJOR_VERSION} .${DRPM_MINOR_VERSION} .${DRPM_PATCH_VERSION} )
99
1010include (GNUInstallDirs )
Original file line number Diff line number Diff line change 66%endif
77
88Name: drpm
9- Version: 0.4.1
9+ Version: 0.5.0
1010Release: 1%{?dist }
1111Summary: A library for making, reading and applying deltarpm packages
1212# the entire source code is LGPLv2+, except src/drpm_diff.c and src/drpm_search.c which are BSD
8686%{_libdir }/pkgconfig/%{name }.pc
8787
8888%changelog
89+ * Tue Jun 02 2020 Neal Gompa <ngompa13@gmail.com> 0.5.0-1
90+ - Enable zstd support for RHEL 8
91+ - Fix license file entry in files list in spec
92+ - Fix a memory leak on invalid input
93+ - Hide the internal library symbols
94+
8995* Wed Sep 11 2019 Neal Gompa <ngompa13@gmail.com> 0.4.1-1
9096- Relicense to LGPLv2+
9197
You can’t perform that action at this time.
0 commit comments