[elbe-devel] [PATCH 15/15] changelog: Bump elbe version to 14.9.3

Benedikt Spranger b.spranger at linutronix.de
Thu Oct 26 15:41:13 CEST 2023


Generate the changelog via gbp.

Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
---
 debian/changelog               | 30 ++++++++++++++++++++++++++++++
 elbe.spec                      |  2 +-
 elbepack/tests/test_version.py |  2 +-
 elbepack/version.py            |  2 +-
 4 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b36a2602..c1073f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+elbe (14.9.3) UNRELEASED; urgency=medium
+
+  [ Benedikt Spranger ]
+  * riscv64 support
+  * project-finetuning: Replace deprecated function
+
+  [ Bastian Germann ]
+  * Replace copyright information with SPDX-FileCopyrightText
+  * makofiles: Use the poky scripts under MIT
+  * docs: Add license info respecting the Debian logo
+  * python3-elbe-buildenv: Let postinst ignore sqlalchemy warning
+
+  [ Yegor Yefremov ]
+  * docs: quickstart: fix literal block formatting
+
+  [ Bastian Germann ]
+  * docs: Remove unused testspec.csv
+
+  [ Anna-Maria Behnsen ]
+  * docs: Fix warning for sphinx-build (invalid config option)
+  * gitignore: Remove file which is not generated anymore
+  * docs/Makefile: Fix asciidoc path to icons for callouts
+  * docs/Makefile: Add missing created files to target clean
+  * schema: Fix documentation to do not break asciidoc
+
+  [ Bastian Germann ]
+  * preprocess: introduce compression level
+
+ -- Benedikt Spranger <b.spranger at linutronix.de>  Thu, 26 Oct 2023 15:28:11 +0200
+
 elbe (14.9.2) unstable; urgency=medium
 
   * elbepack: Indentation fix
diff --git a/elbe.spec b/elbe.spec
index 357990cb..84457a5a 100644
--- a/elbe.spec
+++ b/elbe.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           elbe
-Version:        14.9.2
+Version:        14.9.3
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
index f194cfc2..c3ef07a6 100644
--- a/elbepack/tests/test_version.py
+++ b/elbepack/tests/test_version.py
@@ -10,7 +10,7 @@ from elbepack.version import elbe_version
 class TestElbepackVersion(unittest.TestCase):
 
     # This is a read-only state that is the same for every tests
-    expected_version = "14.9.2"
+    expected_version = "14.9.3"
 
     def setUp(self):
         # This is a mutable state that is different for every tests
diff --git a/elbepack/version.py b/elbepack/version.py
index ec9091ca..5859adfb 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -5,7 +5,7 @@
 
 from elbepack.directories import pack_dir
 
-elbe_version = "14.9.2"
+elbe_version = "14.9.3"
 
 elbe_initvm_packagelist = ['python3-elbe-buildenv',
                            'python3-elbe-soap',
-- 
2.42.0



More information about the elbe-devel mailing list