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 |
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?
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
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 --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 \