diff --git a/.gitignore b/.gitignore index f6679f9..e2adb42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stb-ae721c50eaf761660b4f90cc590453cdb0c2acd0.tar.gz +SOURCES/stb-449758bd74ce14b7d0ba9b24a3dbc4386702a0e0.tar.gz diff --git a/.stb.metadata b/.stb.metadata index fe426c6..b631f71 100644 --- a/.stb.metadata +++ b/.stb.metadata @@ -1 +1 @@ -18ae1a0bda4c97a38795672537b1e585b0c18aa4 SOURCES/stb-ae721c50eaf761660b4f90cc590453cdb0c2acd0.tar.gz +2f188a6304b4d0fe9b03097f9ecc4d44a7584c96 SOURCES/stb-449758bd74ce14b7d0ba9b24a3dbc4386702a0e0.tar.gz diff --git a/SPECS/stb.spec b/SPECS/stb.spec index a213df2..09204da 100644 --- a/SPECS/stb.spec +++ b/SPECS/stb.spec @@ -2,14 +2,14 @@ ## (rpmautospec version 0.6.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 5; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -%global commit ae721c50eaf761660b4f90cc590453cdb0c2acd0 -%global snapdate 20240213 +%global commit 449758bd74ce14b7d0ba9b24a3dbc4386702a0e0 +%global snapdate 20240525 # We choose not to package the “stb_include” library (stb_include.h) because, # during the package review, it was observed that it follows coding practices @@ -213,7 +213,7 @@ Patch: %{url}/pull/1559.patch %global stb_hexwave_version 0.5 %global stb_image_version 2.29 %global stb_image_resize_version 0.97 -%global stb_image_resize2_version 2.06 +%global stb_image_resize2_version 2.07 %global stb_image_write_version 1.16 %global stb_include_version 0.2 %global stb_leakcheck_version 0.6 @@ -267,7 +267,7 @@ Requires: stb_image-static = %{stb_image_version}%{snapinfo}-%{release} # For compatibility, we still depend on the subpackages for the original, # deprecated-upstream stb_image_library in existing stable releases, but we # drop the dependendency going forward as an acknowledgement of its status. -%if 0%{?fc39} || 0%{?fc38} || 0%{?fc37} || 0%{?el9} || 0%{?el8} || 0%{?el7} +%if 0%{?fc39} || 0%{?el9} || 0%{?el8} || 0%{?el7} Requires: stb_image_resize-devel%{?_isa} = %{stb_image_resize_version}%{snapinfo}-%{release} Requires: stb_image_resize-static = %{stb_image_resize_version}%{snapinfo}-%{release} %endif @@ -1001,6 +1001,9 @@ EOF %changelog ## START: Generated by rpmautospec +* Sat May 25 2024 Benjamin A. Beasley - 0^20240525git449758b-1 +- stb_image_resize2 2.07 + * Thu May 02 2024 Benjamin A. Beasley - 0^20240213gitae721c5-5 - Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212