All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libgpiod: bump version to v1.1.1
@ 2018-07-24 15:01 Bartosz Golaszewski
  2018-07-24 15:41 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2018-07-24 15:01 UTC (permalink / raw)
  To: Armin Kuster, openembedded-devel

This is a bug-fix release that fixes a couple memory leaks and bugs in
python bindings discovered in the v1.1 release.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 .../libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb} (78%)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
similarity index 78%
rename from meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
index ab0bc980d..9d3d759fe 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
@@ -2,8 +2,8 @@ require libgpiod.inc
 
 DEPENDS += "autoconf-archive-native"
 
-SRC_URI[md5sum] = "80237a047a9d653a14c5d71e5ce9d641"
-SRC_URI[sha256sum] = "9758466468a7ef3f5e30c182c1303abef6241e665cda4d82a64328a7474838c1"
+SRC_URI[md5sum] = "e5e946cb01a35e5046a1a7a108d6a96d"
+SRC_URI[sha256sum] = "172fa1544ecb51f37533b3e67862298d50c0a5cc84975f3c0706dc15467f0dfd"
 
 PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libgpiod: bump version to v1.1.1
  2018-07-24 15:01 [PATCH] libgpiod: bump version to v1.1.1 Bartosz Golaszewski
@ 2018-07-24 15:41 ` Khem Raj
  2018-07-25  8:04   ` Bartosz Golaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-07-24 15:41 UTC (permalink / raw)
  To: brgl; +Cc: openembeded-devel

On Tue, Jul 24, 2018 at 8:01 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> This is a bug-fix release that fixes a couple memory leaks and bugs in
> python bindings discovered in the v1.1 release.
>

the subject of message is misleading,  we have filters and the message
can get lost, I have staged this

> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
>  .../libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb}           | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-support/libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb} (78%)
>
> diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
> similarity index 78%
> rename from meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
> rename to meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
> index ab0bc980d..9d3d759fe 100644
> --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
> +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
> @@ -2,8 +2,8 @@ require libgpiod.inc
>
>  DEPENDS += "autoconf-archive-native"
>
> -SRC_URI[md5sum] = "80237a047a9d653a14c5d71e5ce9d641"
> -SRC_URI[sha256sum] = "9758466468a7ef3f5e30c182c1303abef6241e665cda4d82a64328a7474838c1"
> +SRC_URI[md5sum] = "e5e946cb01a35e5046a1a7a108d6a96d"
> +SRC_URI[sha256sum] = "172fa1544ecb51f37533b3e67862298d50c0a5cc84975f3c0706dc15467f0dfd"
>
>  PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libgpiod: bump version to v1.1.1
  2018-07-24 15:41 ` Khem Raj
@ 2018-07-25  8:04   ` Bartosz Golaszewski
  0 siblings, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2018-07-25  8:04 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

2018-07-24 17:41 GMT+02:00 Khem Raj <raj.khem@gmail.com>:
> On Tue, Jul 24, 2018 at 8:01 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>>
>> This is a bug-fix release that fixes a couple memory leaks and bugs in
>> python bindings discovered in the v1.1 release.
>>
>
> the subject of message is misleading,  we have filters and the message
> can get lost, I have staged this
>

Sorry for that. I assume no need to resend then?

Bart

>> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
>> ---
>>  .../libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb}           | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta-oe/recipes-support/libgpiod/{libgpiod_1.1.bb => libgpiod_1.1.1.bb} (78%)
>>
>> diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
>> similarity index 78%
>> rename from meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
>> rename to meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
>> index ab0bc980d..9d3d759fe 100644
>> --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb
>> +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.1.bb
>> @@ -2,8 +2,8 @@ require libgpiod.inc
>>
>>  DEPENDS += "autoconf-archive-native"
>>
>> -SRC_URI[md5sum] = "80237a047a9d653a14c5d71e5ce9d641"
>> -SRC_URI[sha256sum] = "9758466468a7ef3f5e30c182c1303abef6241e665cda4d82a64328a7474838c1"
>> +SRC_URI[md5sum] = "e5e946cb01a35e5046a1a7a108d6a96d"
>> +SRC_URI[sha256sum] = "172fa1544ecb51f37533b3e67862298d50c0a5cc84975f3c0706dc15467f0dfd"
>>
>>  PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
>>
>> --
>> 2.17.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-25  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-24 15:01 [PATCH] libgpiod: bump version to v1.1.1 Bartosz Golaszewski
2018-07-24 15:41 ` Khem Raj
2018-07-25  8:04   ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.