Message ID | 20241031133702.1467746-1-boerge.struempfel@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/libgpiod2: bump to version 2.2 | expand |
On Thu, 31 Oct 2024 14:37:02 +0100 Boerge Struempfel <boerge.struempfel@gmail.com> wrote: > multiple improvements and bugfixes [0] > > [0] https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/NEWS?h=v2.2 > > Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com> > --- Applied to master, thanks. Thomas
diff --git a/package/libgpiod2/libgpiod2.hash b/package/libgpiod2/libgpiod2.hash index 3b498f0eb9..f51cc80b9f 100644 --- a/package/libgpiod2/libgpiod2.hash +++ b/package/libgpiod2/libgpiod2.hash @@ -1,4 +1,4 @@ # From https://www.kernel.org/pub/software/libs/libgpiod/sha256sums.asc -sha256 2be4c0b03e995d236c0e476e14aeb475d7b431dd1439609b6d65c540f91eaf58 libgpiod-2.1.3.tar.xz +sha256 ee29735890eb1cc0e4b494001da5163d1a9c4735343201d22485db313601ca07 libgpiod-2.2.tar.xz # Hash for license file sha256 f646ad5159efb51c1130a4b43c31f0759750b1e254d2acf510f368ee2e2085c3 COPYING diff --git a/package/libgpiod2/libgpiod2.mk b/package/libgpiod2/libgpiod2.mk index 142289cb3a..e73f8d699f 100644 --- a/package/libgpiod2/libgpiod2.mk +++ b/package/libgpiod2/libgpiod2.mk @@ -6,7 +6,7 @@ # Be careful when bumping versions. # Dependency on kernel header versions may change. -LIBGPIOD2_VERSION = 2.1.3 +LIBGPIOD2_VERSION = 2.2 LIBGPIOD2_SOURCE = libgpiod-$(LIBGPIOD2_VERSION).tar.xz LIBGPIOD2_SITE = https://www.kernel.org/pub/software/libs/libgpiod LIBGPIOD2_LICENSE = LGPL-2.1+
multiple improvements and bugfixes [0] [0] https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/NEWS?h=v2.2 Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com> --- This patch only bumps the version of libgpiod2 to 2.2. It does not include the new dbus support feature as it depends on libglib2 >= 2.80.0, which is still debated over on the mailing list. I do have the patch for that ready however and will submit it, once the discussion is settled. --- package/libgpiod2/libgpiod2.hash | 2 +- package/libgpiod2/libgpiod2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)