From d9bbcbd6dd9fe327f86bc2f69cafc270641794f0 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Wed, 26 Oct 2022 06:09:18 +0000 Subject: [PATCH] Rebuild for next release Signed-off-by: zhouwenpei --- libwebp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libwebp.spec b/libwebp.spec index cc7d389..2d3c049 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -1,6 +1,6 @@ Name: libwebp Version: 1.2.1 -Release: 1 +Release: 2 URL: http://www.linuxfromscratch.org/blfs/view/svn/general/libwebp.html Summary: Library and tools for the WebP graphics format License: BSD @@ -111,6 +111,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %{_mandir}/man*/* %changelog +* Wed Oct 26 2022 zhouwenpei - 1.2.1-2 +- Rebuild for next release + * Wed Dec 01 2021 wangkerong - 1.2.1-1 - update to 1.2.1 -- Gitee