<short summary of the patch>

Upstream bumped soname, but didn't break ABI. Bump them back down
so we can avoid a package transition.

libwebp (0.6.0-1) unstable; urgency=medium

  * New upstream release

Gbp-Pq: Name soname_override
This commit is contained in:
Jeff Breidenbach 2022-05-14 01:26:14 +08:00 committed by openKylinBot
parent 8d51a8678f
commit 6d5a81c397
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ libwebp_la_LIBADD += utils/libwebputils.la
# other than the ones listed on the command line, i.e., after linking, it will
# not have unresolved symbols. Some platforms (Windows among them) require all
# symbols in shared libraries to be resolved at library creation.
libwebp_la_LDFLAGS = -no-undefined -version-info 7:1:0
libwebp_la_LDFLAGS = -no-undefined -version-info 6:2:0
libwebpincludedir = $(includedir)/webp
pkgconfig_DATA = libwebp.pc