diff mbox series

ell:: build: bump SO version of libell

Message ID 20181124131258.15978-1-jengelh@inai.de (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series ell:: build: bump SO version of libell | expand

Commit Message

Jan Engelhardt Nov. 24, 2018, 1:12 p.m. UTC
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(-)

Comments

Kalle Valo Nov. 26, 2018, 5:52 a.m. UTC | #1
Jan Engelhardt <jengelh@inai.de> 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?
Marcel Holtmann Nov. 26, 2018, 8:47 a.m. UTC | #2
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 ell@lists.01.org.

Regards

Marcel
Jan Engelhardt Nov. 26, 2018, 9:44 a.m. UTC | #3
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.
diff mbox series

Patch

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 \