New upstream release 1.6.17 (#1209145)
Signed-off-by: Petr Hracek <phracek@redhat.com>
This commit is contained in:
parent
0bc34b7aae
commit
debe06bc5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/libpng-1.6.12.tar.gz
|
/libpng-1.6.12.tar.gz
|
||||||
/libpng-1.6.14.tar.gz
|
/libpng-1.6.14.tar.gz
|
||||||
/libpng-1.6.16.tar.gz
|
/libpng-1.6.16.tar.gz
|
||||||
|
/libpng-1.6.17.tar.gz
|
||||||
|
47
libpng.spec
47
libpng.spec
@ -1,18 +1,18 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.6.16
|
Version: 1.6.17
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.libpng.org/pub/png/
|
URL: http://www.libpng.org/pub/png/
|
||||||
|
|
||||||
# Note: non-current tarballs get moved to the history/ subdirectory,
|
# Note: non-current tarballs get moved to the history/ subdirectory,
|
||||||
# so look there if you fail to retrieve the version you want
|
# so look there if you fail to retrieve the version you want
|
||||||
Source0: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-%{version}.tar.gz
|
Source0: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-%{version}.tar.gz
|
||||||
Source1: pngusr.dfa
|
Source1: pngusr.dfa
|
||||||
Patch0: libpng-multilib.patch
|
Patch0: libpng-multilib.patch
|
||||||
Patch1: libpng-fix-arm-neon.patch
|
Patch1: libpng-fix-arm-neon.patch
|
||||||
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -28,10 +28,10 @@ Libpng should be installed if you need to manipulate PNG format image
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development tools for programs to manipulate PNG image format files
|
Summary: Development tools for programs to manipulate PNG image format files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: zlib-devel%{?_isa} pkgconfig%{?_isa}
|
Requires: zlib-devel%{?_isa} pkgconfig%{?_isa}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libpng-devel package contains header files and documentation necessary
|
The libpng-devel package contains header files and documentation necessary
|
||||||
@ -42,9 +42,9 @@ files, you should install libpng-devel. You'll also need to install
|
|||||||
the libpng package.
|
the libpng package.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static PNG image format file library
|
Summary: Static PNG image format file library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The libpng-static package contains the statically linkable version of libpng.
|
The libpng-static package contains the statically linkable version of libpng.
|
||||||
@ -52,9 +52,9 @@ Linking to static libraries is discouraged for most applications, but it is
|
|||||||
necessary for some boot packages.
|
necessary for some boot packages.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Tools for PNG image format file library
|
Summary: Tools for PNG image format file library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
The libpng-tools package contains tools used by the authors of libpng.
|
The libpng-tools package contains tools used by the authors of libpng.
|
||||||
@ -109,6 +109,9 @@ make check
|
|||||||
%{_bindir}/pngfix
|
%{_bindir}/pngfix
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.17-1
|
||||||
|
- New upstream release 1.6.17 (#1209145)
|
||||||
|
|
||||||
* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.6.16-3
|
* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.6.16-3
|
||||||
- Use %%license
|
- Use %%license
|
||||||
- Move docs to devel package as they're all related to dev
|
- Move docs to devel package as they're all related to dev
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# Enable use of "safe" default limits on image size and chunk size.
|
|
||||||
option SAFE_LIMITS on
|
|
||||||
# However, the default defaults seem a tad too restrictive for general
|
# However, the default defaults seem a tad too restrictive for general
|
||||||
# purpose use, so back them off a little.
|
# purpose use, so back them off a little.
|
||||||
setting USER_CHUNK_CACHE_MAX default 1000
|
setting USER_CHUNK_CACHE_MAX default 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user