From: Jeff Breidenbach <jab@debian.org>
Date: Sat, 14 May 2022 01:26:14 +0800
Subject: <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
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7b5f26d..e6f6591 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
 
