]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
libcupsfilters: Bumped soname to 2
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 4 Apr 2022 17:40:04 +0000 (19:40 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 4 Apr 2022 17:40:04 +0000 (19:40 +0200)
The libcupsfilters libraries of cups-filters 2.x and 1.x do not have
compatible APIs any more, not only additions of filter functions but
also changes of function's interfaces for new features like log
functions.

Therefore we bump the soname to 2.

Makefile.am

index 0bfe5468d215468b6b40b077a24a602665baeff3..46407257e28fa81b7d5f8c161104e27095dbbc65 100644 (file)
@@ -542,7 +542,7 @@ libcupsfilters_la_CFLAGS = \
        $(TIFF_CFLAGS)
 libcupsfilters_la_LDFLAGS = \
        -no-undefined \
-       -version-info 1
+       -version-info 2
 if BUILD_DBUS
 libcupsfilters_la_CFLAGS += $(DBUS_CFLAGS) -DHAVE_DBUS
 libcupsfilters_CXXFLAGS = -std=c++0x $(libcupsfilters_CFLAGS)   # -std=c++11