summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-02-01 11:05:06 +0100
committerGuido Günther <agx@sigxcpu.org>2021-02-01 11:56:58 +0100
commit89e83bb633e58493638c27f49f22e8ec7c395556 (patch)
treec495e1a1e4f34ab5e5a8d5a7a4afe93c90ba1677
parent16c23ec76add3988c3369c1dedd7a9e2f008d855 (diff)
Document changes and release 0.9.22debian/0.9.22
-rw-r--r--debian/changelog35
-rw-r--r--packaging/git-buildpackage.spec2
2 files changed, 36 insertions, 1 deletions
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 <agx@sigxcpu.org> 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