diff mbox

[v2] package/libgpiod: bump version to v0.1.2

Message ID 1486055331-1615-1-git-send-email-bgolaszewski@baylibre.com
State Superseded
Headers show

Commit Message

Bartosz Golaszewski Feb. 2, 2017, 5:08 p.m. UTC
This is a small bug-fix release:
  - include <poll.h> instead of <sys/poll.h> in gpioset
  - fix a formatting issue in gpioinfo for chips with >100 GPIO lines
  - fix a bug when requesting both-edges event notifications

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
v1 -> v2:
- fixed a copy/paste error in the commit message

 package/libgpiod/libgpiod.hash | 2 +-
 package/libgpiod/libgpiod.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 4, 2017, 8:18 a.m. UTC | #1
>>>>> "Bartosz" == Bartosz Golaszewski <bgolaszewski@baylibre.com> writes:

 > This is a small bug-fix release:
 >   - include <poll.h> instead of <sys/poll.h> in gpioset
 >   - fix a formatting issue in gpioinfo for chips with >100 GPIO lines
 >   - fix a bug when requesting both-edges event notifications

 > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
 > ---
 > v1 -> v2:
 > - fixed a copy/paste error in the commit message

Committed, thanks.
diff mbox

Patch

diff --git a/package/libgpiod/libgpiod.hash b/package/libgpiod/libgpiod.hash
index 7ba0531..9901be6 100644
--- a/package/libgpiod/libgpiod.hash
+++ b/package/libgpiod/libgpiod.hash
@@ -1,2 +1,2 @@ 
 # Locally computed
-sha256 07f75ae1e0c086d28d77ef60d0566180698ce11c3271d89da444c0fc6c2f4580 libgpiod-v0.1.1.tar.gz
+sha256 c9a60e1073aacb25b4ad06d513f31416335b5a710f869cb7e838d2abb62e1e00 libgpiod-v0.1.2.tar.gz
diff --git a/package/libgpiod/libgpiod.mk b/package/libgpiod/libgpiod.mk
index e2e27f9..dbf9511 100644
--- a/package/libgpiod/libgpiod.mk
+++ b/package/libgpiod/libgpiod.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBGPIOD_VERSION = v0.1.1
+LIBGPIOD_VERSION = v0.1.2
 LIBGPIOD_SITE = $(call github,brgl,libgpiod,$(LIBGPIOD_VERSION))
 LIBGPIOD_LICENSE = GPLv3+
 LIBGPIOD_LICENSE_FILES = COPYING