From 35f7c2b9d8c1daaea4b174f2e0a469c8fd2446b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 2 Feb 2021 17:10:54 +0100 Subject: [PATCH] Release 0.24.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- CHANGELOG.md | 17 +++++++++++++++++ rebase-helper.spec | 6 +++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90330a57..fde25ec91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rebase-helper.spec b/rebase-helper.spec index 23166bde8..8e6677013 100644 --- a/rebase-helper.spec +++ b/rebase-helper.spec @@ -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 @@ -37,6 +37,7 @@ Requires: rpm-build Requires: mock Requires: python3-setuptools Requires: python3-koji +Requires: python3-unidiff Recommends: licensecheck Recommends: rpmlint @@ -101,6 +102,9 @@ PYTHONPATH=$(pwd) py.test-3 -v %{pkgname} %changelog +* Tue Feb 02 2021 Nikola Forró - 0.24.0-1 +- New release 0.24.0 + * Wed Sep 30 2020 Nikola Forró - 0.23.1-1 - New release 0.23.1