2018-11-24 13:19:42

by Jan Engelhardt

[permalink] [raw]
Subject: [PATCH] ell:: build: bump SO version of libell

Commit 0.13-7-g4a386a1 changed the ABI of l_signal_create. This
warrants a bump in the SO version.
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d115360..5a44f40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,8 @@ ACLOCAL_AMFLAGS = -I build-aux
# Interfaces added: CURRENT++ REVISION=0 AGE++
# Interfaces removed: CURRENT++ REVISION=0 AGE=0

-ELL_CURRENT = 0
-ELL_REVISION = 2
+ELL_CURRENT = 1
+ELL_REVISION = 0
ELL_AGE = 0

pkginclude_HEADERS = ell/ell.h \
--
2.19.1



2018-11-26 05:52:06

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] ell:: build: bump SO version of libell

Jan Engelhardt <[email protected]> writes:

> Commit 0.13-7-g4a386a1 changed the ABI of l_signal_create. This
> warrants a bump in the SO version.
> ---
> Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index d115360..5a44f40 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -8,8 +8,8 @@ ACLOCAL_AMFLAGS = -I build-aux
> # Interfaces added: CURRENT++ REVISION=0 AGE++
> # Interfaces removed: CURRENT++ REVISION=0 AGE=0
>
> -ELL_CURRENT = 0
> -ELL_REVISION = 2
> +ELL_CURRENT = 1
> +ELL_REVISION = 0
> ELL_AGE = 0
>
> pkginclude_HEADERS = ell/ell.h \

For what project is this? I can't figure out why this was sent to
linux-wireless, maybe by mistake?

--
Kalle Valo

2018-11-26 08:47:32

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] ell:: build: bump SO version of libell

Hi Kalle,

>> Commit 0.13-7-g4a386a1 changed the ABI of l_signal_create. This
>> warrants a bump in the SO version.
>> ---
>> Makefile.am | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index d115360..5a44f40 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -8,8 +8,8 @@ ACLOCAL_AMFLAGS = -I build-aux
>> # Interfaces added: CURRENT++ REVISION=0 AGE++
>> # Interfaces removed: CURRENT++ REVISION=0 AGE=0
>>
>> -ELL_CURRENT = 0
>> -ELL_REVISION = 2
>> +ELL_CURRENT = 1
>> +ELL_REVISION = 0
>> ELL_AGE = 0
>>
>> pkginclude_HEADERS = ell/ell.h \
>
> For what project is this? I can't figure out why this was sent to
> linux-wireless, maybe by mistake?

it should have gone to [email protected].

Regards

Marcel


2018-11-26 09:44:24

by Jan Engelhardt

[permalink] [raw]
Subject: Re: [PATCH] ell:: build: bump SO version of libell

On Monday 2018-11-26 06:52, Kalle Valo wrote:

>> diff --git a/Makefile.am b/Makefile.am
>> index d115360..5a44f40 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -8,8 +8,8 @@ ACLOCAL_AMFLAGS = -I build-aux
>> # Interfaces added: CURRENT++ REVISION=0 AGE++
>> # Interfaces removed: CURRENT++ REVISION=0 AGE=0
>>
>> -ELL_CURRENT = 0
>> -ELL_REVISION = 2
>> +ELL_CURRENT = 1
>> +ELL_REVISION = 0
>> ELL_AGE = 0
>>
>> pkginclude_HEADERS = ell/ell.h \
>
>For what project is this? I can't figure out why this was sent to
>linux-wireless, maybe by mistake?

"Subject: [PATCH] ell:: build: bump SO version of libell"
^^^ ~~~^^^
=> https://mirrors.kernel.org/pub/linux/libs/ell/
=> https://git.kernel.org/pub/scm/libs/ell/ell.git/

ell is used by iwd (deals with wireless) and bluez (deals with
bluetooth, another wireless tech). Its hosting on kernel.org suggested a
vger mailing list is appropriate for being .. in Cc.
Now that I am looking at the mail again, it appears I forgot specifying
that other list at 01.org.