From 89e83bb633e58493638c27f49f22e8ec7c395556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 1 Feb 2021 11:05:06 +0100 Subject: Document changes and release 0.9.22 --- debian/changelog | 35 +++++++++++++++++++++++++++++++++++ packaging/git-buildpackage.spec | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bf4d5478..c349af92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +git-buildpackage (0.9.22) unstable; urgency=medium + + [ Jochen Sprickerhof ] + * [1586313] Define %python_sitelib for autopkgtest. + The rpm package no longer defines this, instead there is python3_sitelib + in /usr/lib/rpm/macros.d/macros.python3 provided by the + python3-rpm-macros package (not in Debian). + * [5949fbc] autopkgtest: Set %_arch. + Seems to be needed on armhf. (Closes: #980256) + * [43ead9c] rpm: Stop decoding strings. + Fails with newer rpmlib + * [c6731c0] rpm: Open tempfile in text mode + * [2dc9953] rpm: Fix tags in rpm spec files. + Patches are named similar to sources, counting from 0. + https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s03s04.html + * [8b3abc9] rpm: Fix tags in rpm spec files + (Closes: #980637) + + [ Guido Günther ] + * [6391e0a] tests: Honor GBP_TESTS_NOCLEAN in rpm tests too + * [99af76a] d/control: Require newer rpm. The version changed API and + parsing strictness in multiple places, don't try to cater for older + versions. + * [785e204] Update rpm component test submodule + * [9efbe12] d/control: Switch to dh-compat 13 + * [ef79503] dh_missing: Ignore __pycache__ + * [190b19d] d/control: Bump supported python3 version. + We specify current stable as a lower bound. + * [bb396dd] Drop maintainer scripts. + They were needed for the oldstable -> stable upgrade + * [67ce18a] manpages: Fix typo in gbp-buildpackage-rpm.1 + * [16c23ec] stricter arch check to unbreak test on i386 in salsa-ci + + -- Guido Günther Mon, 01 Feb 2021 09:15:22 +0100 + git-buildpackage (0.9.21) unstable; urgency=medium [ Guido Günther ] diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 1d09c00d..d0742b79 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.9.21 +Version: 0.9.22 Release: 0 Group: Development/Tools/Building License: GPLv2 -- cgit v1.2.3