On Tue, Apr 14, 2009 at 17:05, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: >> > you don't need to bump the package version number. Just bump the .so >> > name/version of the library. >> >> Yeah, but we have the Debian-like lib packaging with the package name >> following the lib version. The build system will not allow to have >> different versions. > > I am not following. I was talking about this part: > > libudev_la_LDFLAGS = \ > -version-info $(LIBUDEV_LT_CURRENT):$(LIBUDEV_LT_REVISION):$(LIBUDEV_LT_AGE) \ > -export-symbols $(top_srcdir)/udev/lib/exported_symbols > > So you increase $(LIBUDEV_LT_CURRENT) while keeping $(LIBUDEV_LT_AGE) > and resetting $(LIBUDEV_LT_REVISION). But that will create a version 1 lib, and I would need to do a libudev1.rpm out of it. Or what do yo mean with "package version"? Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html