Accepting request 1094850 from graphics
- 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. (forwarded request 1094720 from pluskalm) OBS-URL: https://build.opensuse.org/request/show/1094850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpng16?expand=0&rev=51
This commit is contained in:
commit
d32cd36eea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937
|
||||
size 1020552
|
BIN
libpng-1.6.40.tar.xz
(Stored with Git LFS)
Normal file
BIN
libpng-1.6.40.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 18:04:49 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user