Update library current + age (ie libs are now 3.2.0)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 10 Jun 2013 06:37:51 +0000 (09:37 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 10 Jun 2013 06:37:51 +0000 (09:37 +0300)
- We haven't removed or changed any interfaces in a way that would
  warrant a soname bump, just a couple of pool-related new functions
  were added. The rpmdsMerge() return code change is a bit questionable
  but the return codes were always bogus and not matching the docs...
  so we bend the rules a bit.
- The only real new interfaces are in librpm itself but for sanity
  and consistency they're all updated...

build/Makefile.am
lib/Makefile.am
rpmio/Makefile.am
sign/Makefile.am

index 1a540bc..2f789a1 100644 (file)
@@ -16,7 +16,7 @@ librpmbuild_la_SOURCES = \
        parsePolicies.c policies.c \
        rpmbuild_internal.h rpmbuild_misc.h
 
-librpmbuild_la_LDFLAGS = -version-info 4:0:1
+librpmbuild_la_LDFLAGS = -version-info 5:0:2
 librpmbuild_la_LIBADD = \
        $(top_builddir)/lib/librpm.la \
        $(top_builddir)/rpmio/librpmio.la \
index 9e725b3..be793c1 100644 (file)
@@ -39,7 +39,7 @@ librpm_la_SOURCES = \
        rpmchroot.c rpmchroot.h \
        rpmplugins.c rpmplugins.h rpmug.c rpmug.h
 
-librpm_la_LDFLAGS = -version-info 4:0:1
+librpm_la_LDFLAGS = -version-info 5:0:2
 
 librpm_la_LIBADD = \
        $(top_builddir)/rpmio/librpmio.la \
index 7b27d61..8773fce 100644 (file)
@@ -25,7 +25,7 @@ librpmio_la_SOURCES += digest_nss.c
 endif
 
 
-librpmio_la_LDFLAGS = -version-info 4:0:1
+librpmio_la_LDFLAGS = -version-info 5:0:2
 librpmio_la_LIBADD = \
        ../misc/libmisc.la \
        @WITH_NSS_LIB@ \
index db82702..735f110 100644 (file)
@@ -11,7 +11,7 @@ usrlibdir = $(libdir)
 
 usrlib_LTLIBRARIES = librpmsign.la
 librpmsign_la_SOURCES = rpmgensig.c
-librpmsign_la_LDFLAGS = -version-info 2:0:1
+librpmsign_la_LDFLAGS = -version-info 3:0:2
 librpmsign_la_LIBADD = \
        $(top_builddir)/lib/librpm.la \
        $(top_builddir)/rpmio/librpmio.la \