Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Aug 14, 2019
1 parent 3061e8d commit 492d080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.5)
project(drpm C)

set(DRPM_MAJOR_VERSION 0)
set(DRPM_MINOR_VERSION 3)
set(DRPM_MINOR_VERSION 4)
set(DRPM_PATCH_VERSION 0)
set(DRPM_VERSION ${DRPM_MAJOR_VERSION}.${DRPM_MINOR_VERSION}.${DRPM_PATCH_VERSION})

Expand Down
10 changes: 8 additions & 2 deletions drpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
%endif

Name: drpm
Version: 0.3.0
Release: 3%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: A library for making, reading and applying deltarpm packages
# the entire source code is LGPLv3+, except src/drpm_diff.c and src/drpm_search.c which are BSD
License: LGPLv3+ and BSD
Expand Down Expand Up @@ -86,6 +86,12 @@ popd
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Wed Aug 14 2019 Neal Gompa <ngompa13@gmail.com> 0.4.0-1
- Add support for zstd drpms
- CMake cleanups
- Make running tests optional
- Small spec improvements

* Tue May 3 2016 Matej Chalk <mchalk@redhat.com> 0.3.0-3
- Now contains makedeltarpm and applydeltarpm functionality
- Added lzlib-devel dependency for OpenSUSE
Expand Down

0 comments on commit 492d080

Please sign in to comment.