diff --git a/libpng-1.6.39.tar.xz b/libpng-1.6.39.tar.xz deleted file mode 100644 index 3be9df0..0000000 --- a/libpng-1.6.39.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937 -size 1020552 diff --git a/libpng-1.6.40.tar.xz b/libpng-1.6.40.tar.xz new file mode 100644 index 0000000..699d570 --- /dev/null +++ b/libpng-1.6.40.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1 +size 1021332 diff --git a/libpng16.changes b/libpng16.changes index 5c0acc3..1ba4624 100644 --- a/libpng16.changes +++ b/libpng16.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 22 18:04:49 UTC 2023 - Martin Pluskal + +- Update to version 1.6.40: + * Fixed the eXIf chunk multiplicity checks. + * Fixed a memory leak in pCAL processing. + * Corrected the validity report about tRNS inside png_get_valid(). + * Fixed various build issues on *BSD, Mac and Windows. + * Updated the configurations and the scripts for continuous integration. + * Cleaned up the code, the build scripts, and the documentation. + ------------------------------------------------------------------- Mon May 15 07:30:04 UTC 2023 - pgajdos@suse.com diff --git a/libpng16.spec b/libpng16.spec index 4b65372..79d7b72 100644 --- a/libpng16.spec +++ b/libpng16.spec @@ -20,7 +20,7 @@ %define asan_build 0 %define major 1 %define minor 6 -%define micro 39 +%define micro 40 %define branch %{major}%{minor} %define libname libpng%{branch}-%{branch} %define debug_package_requires %{libname} = %{version}-%{release} @@ -29,7 +29,6 @@ Version: %{major}.%{minor}.%{micro} Release: 0 Summary: Library for the Portable Network Graphics Format (PNG) License: libpng-2.0 -Group: Development/Libraries/C and C++ URL: http://www.libpng.org/pub/png/libpng.html Source0: https://prdownloads.sourceforge.net/libpng/libpng-%{version}.tar.xz Source2: libpng16.keyring @@ -42,12 +41,10 @@ BuildRequires: pkgconfig(zlib) %package -n %{libname} Summary: Library for the Portable Network Graphics Format (PNG) -Group: System/Libraries Provides: libpng = %{version} %package devel Summary: Development tools for applications which will use libpng -Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: glibc-devel Requires: pkgconfig @@ -57,7 +54,6 @@ Recommends: libpng%{branch}-compat-devel %package compat-devel Summary: Development tools for applications which will use libpng -Group: Development/Libraries/C and C++ Requires: libpng%{branch}-devel = %{version} Conflicts: libpng-devel Provides: libpng-devel = %{version} @@ -65,7 +61,6 @@ Obsoletes: libpng-devel < 1.2.44 %package tools Summary: Tools for Manipulating PNG Images -Group: Productivity/Graphics/Other Conflicts: libpng-tools Provides: libpng-tools = %{version} @@ -96,7 +91,7 @@ Package consists of low level tools for manipulating and fixing particular PNG files. %prep -%setup -q -n libpng-%{version} +%autosetup -n libpng-%{version} %build # PNG_SAFE_LIMITS_SUPPORTED: http://www.openwall.com/lists/oss-security/2015/01/10/1