From 8c9616cecb6c13df77071b6b915984b5a914782d Mon Sep 17 00:00:00 2001 From: Joachim Zobel Date: Tue, 31 Oct 2023 12:06:07 +0100 Subject: [PATCH] Added armel as release architecture --- .github/workflows/debuild.yml | 2 +- debian/changelog | 6 ++++++ library.json | 2 +- sml.pc | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debuild.yml b/.github/workflows/debuild.yml index 735e721..6c15880 100644 --- a/.github/workflows/debuild.yml +++ b/.github/workflows/debuild.yml @@ -68,7 +68,7 @@ jobs: needs: debuild strategy: matrix: - architecture: [armhf, arm64, amd64] + architecture: [armel, armhf, arm64, amd64] distribution: [trixie, bookworm, bullseye] runs-on: ubuntu-latest environment: main diff --git a/debian/changelog b/debian/changelog index d7e551e..2b49807 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libsml (1.1.1) unstable; urgency=medium + + * Added armel as release architecture + + -- Joachim Zobel Tue, 31 Oct 2023 12:01:50 +0100 + libsml (1.1.0) unstable; urgency=medium * renamed hexdump to sml_hexdump diff --git a/library.json b/library.json index cd91332..f203327 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "srcDir": "sml/src", "flags": "-DSML_NO_UUID_LIB" }, - "version": "1.1.0", + "version": "1.1.1", "frameworks": "arduino", "platforms": "*" } diff --git a/sml.pc b/sml.pc index 59d1210..d20a792 100644 --- a/sml.pc +++ b/sml.pc @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: libSML Description: Library for the Smart Messaging Language (SML) -Version: 1.1.0 +Version: 1.1.1 URL: http://github.com/volkszaehler/libsml Requires: uuid >= 2.16 Libs: -L${libdir} -lsml