From 7a2395941e3eb81740f6b7b5d417991ef9b42fa4 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 7 Dec 2009 13:35:53 +0200 Subject: Bump soname for all our libraries - while the "really public" API of librpmio has only been enhanced, librpm and librpmbuild use some supposedly internal bits which *have* changed considerably, so just to prevent anybody thinking they can combine librpmio from rpm 4.7 and librpm from this... - librpmbuild hasn't seen much real change but some (unfortunately) exposed struct members have changed so... - librpm is mostly compatible but as rpmal has become internal API, we need to bump (annoyingly, as nothing actually uses rpmal ... sigh) --- build/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile.am b/build/Makefile.am index 131fbda6e..30cb08937 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -14,7 +14,7 @@ librpmbuild_la_SOURCES = \ parseBuildInstallClean.c parseChangelog.c parseDescription.c \ parseFiles.c parsePreamble.c parsePrep.c parseReqs.c parseScript.c \ parseSpec.c poptBT.c reqprov.c rpmfc.c spec.c -librpmbuild_la_LDFLAGS = -version-info 0:0:0 +librpmbuild_la_LDFLAGS = -version-info 1:0:0 librpmbuild_la_LIBADD = \ $(top_builddir)/lib/librpm.la \ $(top_builddir)/rpmio/librpmio.la \ -- cgit v1.2.3