All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ell:: build: bump SO version of libell
@ 2018-11-24 13:12 Jan Engelhardt
  2018-11-26  5:52 ` Kalle Valo
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2018-11-24 13:12 UTC (permalink / raw)
  To: marcel; +Cc: linux-wireless, jengelh

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


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

* Re: [PATCH] ell:: build: bump SO version of libell
  2018-11-24 13:12 [PATCH] ell:: build: bump SO version of libell Jan Engelhardt
@ 2018-11-26  5:52 ` Kalle Valo
  2018-11-26  8:47   ` Marcel Holtmann
  2018-11-26  9:44   ` Jan Engelhardt
  0 siblings, 2 replies; 4+ messages in thread
From: Kalle Valo @ 2018-11-26  5:52 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: marcel, linux-wireless

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?

-- 
Kalle Valo

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

* Re: [PATCH] ell:: build: bump SO version of libell
  2018-11-26  5:52 ` Kalle Valo
@ 2018-11-26  8:47   ` Marcel Holtmann
  2018-11-26  9:44   ` Jan Engelhardt
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2018-11-26  8:47 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Jan Engelhardt, linux-wireless

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


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

* Re: [PATCH] ell:: build: bump SO version of libell
  2018-11-26  5:52 ` Kalle Valo
  2018-11-26  8:47   ` Marcel Holtmann
@ 2018-11-26  9:44   ` Jan Engelhardt
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2018-11-26  9:44 UTC (permalink / raw)
  To: Kalle Valo; +Cc: marcel, linux-wireless

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.

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

end of thread, other threads:[~2018-11-26  9:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 13:12 [PATCH] ell:: build: bump SO version of libell Jan Engelhardt
2018-11-26  5:52 ` Kalle Valo
2018-11-26  8:47   ` Marcel Holtmann
2018-11-26  9:44   ` Jan Engelhardt

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.