From 2d777fecf94e3b0f6dae058e8ac0648b101a8b4d Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 07 2022 10:46:40 +0000 Subject: Update to 1.2.4 --- diff --git a/.gitignore b/.gitignore index 8396593..0405f27 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /libwebp-1.2.1.tar.gz /libwebp-1.2.2.tar.gz /libwebp-1.2.3.tar.gz +/libwebp-1.2.4.tar.gz diff --git a/libwebp-cmakedir.patch b/libwebp-cmakedir.patch index c6dd2d5..65fa928 100644 --- a/libwebp-cmakedir.patch +++ b/libwebp-cmakedir.patch @@ -1,7 +1,7 @@ -diff -rupN --no-dereference libwebp-1.2.3/CMakeLists.txt libwebp-1.2.3-new/CMakeLists.txt ---- libwebp-1.2.3/CMakeLists.txt 2022-07-20 12:24:07.262022398 +0200 -+++ libwebp-1.2.3-new/CMakeLists.txt 2022-07-20 12:24:07.266022399 +0200 -@@ -727,7 +727,7 @@ install(TARGETS ${INSTALLED_LIBRARIES} +diff -rupN --no-dereference libwebp-1.2.4/CMakeLists.txt libwebp-1.2.4-new/CMakeLists.txt +--- libwebp-1.2.4/CMakeLists.txt 2022-08-07 12:46:08.793020620 +0200 ++++ libwebp-1.2.4-new/CMakeLists.txt 2022-08-07 12:46:08.796020621 +0200 +@@ -726,7 +726,7 @@ install(TARGETS ${INSTALLED_LIBRARIES} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) diff --git a/libwebp-freeglut.patch b/libwebp-freeglut.patch index 5e119b7..ec1245f 100644 --- a/libwebp-freeglut.patch +++ b/libwebp-freeglut.patch @@ -1,7 +1,7 @@ -diff -rupN --no-dereference libwebp-1.2.3/CMakeLists.txt libwebp-1.2.3-new/CMakeLists.txt ---- libwebp-1.2.3/CMakeLists.txt 2022-07-15 21:48:16.000000000 +0200 -+++ libwebp-1.2.3-new/CMakeLists.txt 2022-07-20 12:24:07.196022397 +0200 -@@ -558,15 +558,15 @@ endif() +diff -rupN --no-dereference libwebp-1.2.4/CMakeLists.txt libwebp-1.2.4-new/CMakeLists.txt +--- libwebp-1.2.4/CMakeLists.txt 2022-08-06 01:49:26.000000000 +0200 ++++ libwebp-1.2.4-new/CMakeLists.txt 2022-08-07 12:46:08.732020619 +0200 +@@ -559,15 +559,15 @@ endif() if(WEBP_BUILD_VWEBP) # vwebp @@ -20,9 +20,9 @@ diff -rupN --no-dereference libwebp-1.2.3/CMakeLists.txt libwebp-1.2.3-new/CMake imageioutil webp webpdemux) -diff -rupN --no-dereference libwebp-1.2.3/examples/vwebp.c libwebp-1.2.3-new/examples/vwebp.c ---- libwebp-1.2.3/examples/vwebp.c 2022-07-15 21:48:16.000000000 +0200 -+++ libwebp-1.2.3-new/examples/vwebp.c 2022-07-20 12:24:07.196022397 +0200 +diff -rupN --no-dereference libwebp-1.2.4/examples/vwebp.c libwebp-1.2.4-new/examples/vwebp.c +--- libwebp-1.2.4/examples/vwebp.c 2022-08-06 01:49:26.000000000 +0200 ++++ libwebp-1.2.4-new/examples/vwebp.c 2022-08-07 12:46:08.732020619 +0200 @@ -27,7 +27,7 @@ #if defined(HAVE_GLUT_GLUT_H) #include diff --git a/libwebp-mingw-libsuffix.patch b/libwebp-mingw-libsuffix.patch index d83cfbb..aaf4c13 100644 --- a/libwebp-mingw-libsuffix.patch +++ b/libwebp-mingw-libsuffix.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference libwebp-1.2.3/CMakeLists.txt libwebp-1.2.3-new/CMakeLists.txt ---- libwebp-1.2.3/CMakeLists.txt 2022-07-20 12:24:07.226022398 +0200 -+++ libwebp-1.2.3-new/CMakeLists.txt 2022-07-20 12:24:07.231022398 +0200 +diff -rupN --no-dereference libwebp-1.2.4/CMakeLists.txt libwebp-1.2.4-new/CMakeLists.txt +--- libwebp-1.2.4/CMakeLists.txt 2022-08-07 12:46:08.761020620 +0200 ++++ libwebp-1.2.4-new/CMakeLists.txt 2022-08-07 12:46:08.765020620 +0200 @@ -396,6 +396,9 @@ macro(set_version FILE TARGET_NAME NAME_ ${LT_CURRENT_MINUS_AGE}.${LT_AGE}.${LT_REVISION} SOVERSION diff --git a/libwebp.spec b/libwebp.spec index f25e93b..5c93754 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -7,7 +7,7 @@ %endif Name: libwebp -Version: 1.2.3 +Version: 1.2.4 Release: 1%{?dist} URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format @@ -255,6 +255,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Sun Aug 07 2022 Sandro Mani - 1.2.4-1 +- Update to 1.2.4 + * Wed Jul 20 2022 Sandro Mani - 1.2.3-1 - Update to 1.2.3 diff --git a/sources b/sources index 509908f..f79ce6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libwebp-1.2.3.tar.gz) = 4320ac0b0f0c5571a0d6ead3dc588e1847629168888305cec8b37eaedbbf906d31258a285275d5a02becae853d7cf8a9f0ae0f5f9efa09c68ebc869e7dd132a2 +SHA512 (libwebp-1.2.4.tar.gz) = 01f21e2c3057f5878b33664d0070832d78420de3cb2fe4379b07ae6a27bb569fd1c27a920fe324beccb96ae7bfa8c05fdd9e7b0aeba6de06ab4d8b084bb38803