[elbe-devel] [PATCH] debian changelog: bump elbe version to 13.0
Torben Hohn
torben.hohn at linutronix.de
Wed Sep 30 18:03:00 CEST 2020
With the python2 removal, we should really increment the major version.
* initvm:
* fix initvm ensure
* fix problems with initvm stop
* allow specifying mirror options via <options>
* test:
* pylint test is now parameterized
* test xml builds
* test pbuilder
* check-build tester
* finetuning: generate an error if an artifact does not exist
* sysroot: fix problems with
* fix problems with losetup
* debianize: fix problems with kernel build
* examples: add docker related examples
* pbuilder: fix adding built packages to internal repo.
* python3: remove python2 packages and switch to python3 everywhere
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 21 +++++++++++++++++++++
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b76dfde8b..f61a2f1b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+elbe (13.0) unstable; urgency=medium
+
+ * initvm:
+ * fix initvm ensure
+ * fix problems with initvm stop
+ * allow specifying mirror options via <options>
+ * test:
+ * pylint test is now parameterized
+ * test xml builds
+ * test pbuilder
+ * check-build tester
+ * finetuning: generate an error if an artifact does not exist
+ * sysroot: fix problems with
+ * fix problems with losetup
+ * debianize: fix problems with kernel build
+ * examples: add docker related examples
+ * pbuilder: fix adding built packages to internal repo.
+ * python3: remove python2 packages and switch to python3 everywhere
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Wed, 30 Sep 2020 17:32:51 +0200
+
elbe (12.5) unstable; urgency=medium
* Fix building sdk for amd64
diff --git a/elbe.spec b/elbe.spec
index 540cd325a..540385327 100644
--- a/elbe.spec
+++ b/elbe.spec
@@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: elbe
-Version: 12.5
+Version: 13.0
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index fd6647d76..08e2d60bc 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
from elbepack.directories import pack_dir
-elbe_version = "12.5"
+elbe_version = "13.0"
elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
--
2.20.1
More information about the elbe-devel
mailing list