Committed. Regards, Marcelo.
On Thu, Aug 3, 2017 at 5:30 PM, Uwe Kleine-König <u...@kleine-koenig.org> wrote: > Hello, > > On 07/31/2017 04:16 PM, Marcelo Roberto Jimenez wrote: > > The request to make both libs coexist is much older. I don't have the > > links here, but the 1.8 branch is quite old. I made it clear at the time > > that 1.8 was untested, so I did not release it. But I do remember it was > > present in one of the Debian releases, and I do remember making it clear > > that there was no official 1.8 release at the time. > > > > Anyway, I think this naming scheme with versions is broken, so it should > > be fixed ASAP. I will quickly accept any patch fixing it. > > The following changes since commit aaf757de204ff302b2763b1d8fb389 > 2fbc11e114: > > Update Doxyfile (2017-07-17 16:59:07 -0300) > > are available in the git repository at: > > git://git.kleine-koenig.org/u/uwe/pupnp.git > > for you to fetch changes up to 07f504c61bd9e4d93eb3d373ffc8527cafe0b9af: > > Drop -1.8 prefix at various places (2017-08-03 22:25:34 +0200) > > ---------------------------------------------------------------- > Uwe Kleine-König (1): > Drop -1.8 prefix at various places > > Makefile.am | 4 ++-- > build/vc10/libupnp.sln | 2 +- > configure.ac | 2 +- > ixml/Makefile.am | 14 +++++------ > libupnp-1.8.pc.in => libupnp.pc.in | 6 ++--- > libupnp.spec | 18 +++++++------- > upnp/Makefile.am | 48 > +++++++++++++++++++------------------- > upnp/sample/Makefile.am | 26 ++++++++++----------- > upnp/unittest/Makefile.am | 10 ++++---- > 9 files changed, 65 insertions(+), 65 deletions(-) > rename libupnp-1.8.pc.in => libupnp.pc.in (50%) > > I only tested lightly, ./configure; make; still works fine, as does make > install. > > Best regards > Uwe > >