Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Feb 10, 2021
1 parent e778492 commit 35f7c2b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## [0.24.0] - 2021-02-02
### Added
- Added `--lookaside-cache-preset` option to enable using different lookaside cache configuration presets
- Added `--no-changelog-entry` option to prevent **rebase-helper** from generating an entry in *%changelog* section
- Added `--keep-comments` option to disable removing comments

### Fixed
- Fixed removing accompanying comments alongside patches
- Fixed broken `--get-old-build-from-koji` option

### Changed
- Switched to new format of Fedora lookaside cache URLs
- Limited **koji** builds to *x86_64* (it's a waste of resources until **rebase-helper** fully supports other architectures)
- Suppressed harmless errors produced by `rpm` when expanding and deleting macros
- Paths in patches are now sanitized before applying with `git apply`, to allow dealing with unusual patch formats
- `SpecFile._process_patches()` method has been replaced with a public `SpecFile.process_patch_macros()` method

## [0.23.1] - 2020-09-30
### Fixed
- Fixed uploads to Fedora lookaside cache and improved error handling
Expand Down
6 changes: 5 additions & 1 deletion rebase-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global pkgname rebasehelper

Name: rebase-helper
Version: 0.23.1
Version: 0.24.0
Release: 1%{?dist}
Summary: The tool that helps you to rebase your package to the latest version

Expand Down Expand Up @@ -37,6 +37,7 @@ Requires: rpm-build
Requires: mock
Requires: python3-setuptools
Requires: python3-koji
Requires: python3-unidiff

Recommends: licensecheck
Recommends: rpmlint
Expand Down Expand Up @@ -101,6 +102,9 @@ PYTHONPATH=$(pwd) py.test-3 -v %{pkgname}


%changelog
* Tue Feb 02 2021 Nikola Forró <nforro@redhat.com> - 0.24.0-1
- New release 0.24.0

* Wed Sep 30 2020 Nikola Forró <nforro@redhat.com> - 0.23.1-1
- New release 0.23.1

Expand Down

0 comments on commit 35f7c2b

Please sign in to comment.