[elbe-devel] [PATCH] debian: changelog: bump elbe version to 13.3
Bastian Germann
bage at linutronix.de
Wed Apr 28 12:18:56 CEST 2021
Am 28.04.21 um 11:46 schrieb Torben Hohn:
> * Team upload
> * hdimg: run tune2fs after umount
> * examples/beaglebone: Write u-boot to image
> * initvmaction: fixup the timeout logic
> * tests: test_preproc: initial implementation
> * default-init: install qemu-user-static from backports
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> debian/changelog | 11 +++++++++++
> elbe.spec | 2 +-
> elbepack/tests/test_version.py | 2 +-
> elbepack/version.py | 2 +-
> 4 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 86354c5ae..335d52a9e 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,14 @@
> +elbe (13.3) unstable; urgency=medium
> +
> + * Team upload
> + * hdimg: run tune2fs after umount
> + * examples/beaglebone: Write u-boot to image
> + * initvmaction: fixup the timeout logic
> + * tests: test_preproc: initial implementation
> + * default-init: install qemu-user-static from backports
> +
> + -- Torben Hohn <torben.hohn at linutronix.de> Wed, 28 Apr 2021 11:16:45 +0200
> +
> elbe (13.2) unstable; urgency=medium
>
> * Team upload
> diff --git a/elbe.spec b/elbe.spec
> index acbc14f3f..ddf400527 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: 13.2
> +Version: 13.3
> Release: 1
> Summary: Elbe (Embedded Linux Build Environment)
>
> diff --git a/elbepack/tests/test_version.py b/elbepack/tests/test_version.py
> index e1d2de637..fda73b634 100644
> --- a/elbepack/tests/test_version.py
> +++ b/elbepack/tests/test_version.py
> @@ -12,7 +12,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 = "13.2"
> + expected_version = "13.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 f91d26d5b..375c6726a 100644
> --- a/elbepack/version.py
> +++ b/elbepack/version.py
> @@ -7,7 +7,7 @@
>
> from elbepack.directories import pack_dir
>
> -elbe_version = "13.2"
> +elbe_version = "13.3"
>
> elbe_initvm_packagelist = ['python3-elbe-buildenv',
> 'python3-elbe-soap',
>
More information about the elbe-devel
mailing list