01e100
%bcond_without check
01e100
01e100
Summary:       A library of functions for manipulating PNG image format files
01e100
Name:          libpng
01e100
Epoch:         2
01e100
Version:       1.6.37
01e100
Release:       12%{?dist}
01e100
License:       zlib
01e100
URL:           http://www.libpng.org/pub/png/
01e100
01e100
Source0:       https://github.com/glennrp/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
01e100
Source1:       pngusr.dfa
01e100
Patch0:        libpng-multilib.patch
01e100
Patch1:        libpng-fix-arm-neon.patch
01e100
01e100
BuildRequires: gcc
01e100
BuildRequires: zlib-devel
01e100
BuildRequires: autoconf automake libtool
01e100
BuildRequires: make
01e100
01e100
%description
01e100
The libpng package contains a library of functions for creating and
01e100
manipulating PNG (Portable Network Graphics) image format files.  PNG
01e100
is a bit-mapped graphics format similar to the GIF format.  PNG was
01e100
created to replace the GIF format, since GIF uses a patented data
01e100
compression algorithm.
01e100
01e100
Libpng should be installed if you need to manipulate PNG format image
01e100
files.
01e100
01e100
%package devel
01e100
Summary:       Development tools for programs to manipulate PNG image format files
01e100
Requires:      %{name}%{?_isa} = %{epoch}:%{version}-%{release}
01e100
Requires:      zlib-devel%{?_isa} pkgconfig
01e100
01e100
%description devel
01e100
The libpng-devel package contains header files and documentation necessary
01e100
for developing programs using the PNG (Portable Network Graphics) library.
01e100
01e100
If you want to develop programs which will manipulate PNG image format
01e100
files, you should install libpng-devel.  You'll also need to install
01e100
the libpng package.
01e100
01e100
%package static
01e100
Summary:       Static PNG image format file library
01e100
Requires:      %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
01e100
01e100
%description static
01e100
The libpng-static package contains the statically linkable version of libpng.
01e100
Linking to static libraries is discouraged for most applications, but it is
01e100
necessary for some boot packages.
01e100
01e100
%package tools
01e100
Summary:       Tools for PNG image format file library
01e100
Requires:      %{name}%{?_isa} = %{epoch}:%{version}-%{release}
01e100
01e100
%description tools
01e100
The libpng-tools package contains tools used by the authors of libpng.
01e100
01e100
%prep
01e100
%setup -q
01e100
# Provide pngusr.dfa for build.
01e100
cp -p %{SOURCE1} .
01e100
01e100
%patch0 -p1
01e100
%patch1 -p1 -b .arm
01e100
01e100
%build
01e100
autoreconf -vif
01e100
%configure
01e100
%make_build DFA_XTRA=pngusr.dfa
01e100
01e100
%install
01e100
%make_install
01e100
01e100
# We don't ship .la files.
01e100
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
01e100
01e100
%if 0%{?with_check}
01e100
%check
01e100
make check
01e100
%endif
01e100
01e100
%ldconfig_scriptlets
01e100
01e100
%files
01e100
%{!?_licensedir:%global license %%doc}
01e100
%license LICENSE
01e100
%{_libdir}/libpng16.so.*
01e100
%{_mandir}/man5/*
01e100
01e100
%files devel
01e100
%doc libpng-manual.txt example.c TODO CHANGES
01e100
%{_bindir}/*
01e100
%{_includedir}/*
01e100
%{_libdir}/libpng*.so
01e100
%{_libdir}/pkgconfig/libpng*.pc
01e100
%{_mandir}/man3/*
01e100
01e100
%files static
01e100
%{_libdir}/libpng*.a
01e100
01e100
%files tools
01e100
%{_bindir}/pngfix
01e100
01e100
%changelog
01e100
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.6.37-12
01e100
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
01e100
  Related: rhbz#1991688
01e100
01e100
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.6.37-11
01e100
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
01e100
01e100
* Wed Mar 24 2021 Nikola Forró <nforro@redhat.com> - 2:1.6.37-10
01e100
- Remove the aarch64 test workaround, the patches causing the failures
01e100
  have been dropped in zlib-1.2.11-25
01e100
01e100
* Thu Feb 11 2021 Nikola Forró <nforro@redhat.com> - 2:1.6.37-9
01e100
- Run %check by default
01e100
01e100
* Fri Feb 05 2021 Nikola Forró <nforro@redhat.com> - 2:1.6.37-8
01e100
- Use proper pngtest.png reference image on aarch64
01e100
01e100
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.37-7
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
01e100
01e100
* Mon Nov 02 2020 Nikola Forró <nforro@redhat.com> - 2:1.6.37-6
01e100
- Remove libpng-devel dependency on arch-specific pkgconfig (#1893523)
01e100
01e100
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.37-5
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
01e100
01e100
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2:1.6.37-4
01e100
- Use make macros
01e100
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
01e100
01e100
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.37-3
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
01e100
01e100
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.37-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
01e100
01e100
* Wed May 22 2019 Nikola Forró <nforro@redhat.com> - 2:1.6.37-1
01e100
- New upstream release 1.6.37
01e100
01e100
* Wed Feb 27 2019 Debarshi Ray <rishi@fedoraproject.org> - 2:1.6.36-1
01e100
- New upstream release 1.6.36
01e100
01e100
* Fri Feb 08 2019 Nikola Forró <nforro@redhat.com> - 2:1.6.35-3
01e100
- Fix CVE-2019-7317 (#1672411)
01e100
01e100
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.35-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
01e100
01e100
* Wed Oct 10 2018 Nikola Forró <nforro@redhat.com> - 2:1.6.35-1
01e100
- New upstream release 1.6.35 (#1552349)
01e100
01e100
* Wed Aug 01 2018 Nikola Forró <nforro@redhat.com> - 2:1.6.34-6
01e100
- Fix CVE-2018-13785 (#1599944)
01e100
01e100
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.34-5
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
01e100
01e100
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 2:1.6.34-4
01e100
- Add missing gcc build dependency
01e100
01e100
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.34-3
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
01e100
01e100
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:1.6.34-2
01e100
- Switch to %%ldconfig_scriptlets
01e100
01e100
* Wed Oct 04 2017 Nikola Forró <nforro@redhat.com> - 2:1.6.34-1
01e100
- New upstream release 1.6.34
01e100
01e100
* Tue Aug 01 2017 Nikola Forró <nforro@redhat.com> - 2:1.6.31-1
01e100
- New upstream release 1.6.31
01e100
01e100
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.29-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
01e100
01e100
* Tue Jun 06 2017 Nikola Forró <nforro@redhat.com> - 2:1.6.29-1
01e100
- New upstream release 1.6.29
01e100
01e100
* Tue Jun 06 2017 Nikola Forró <nforro@redhat.com> - 2:1.6.28-3
01e100
- Update source URL (#1458040)
01e100
01e100
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.28-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
01e100
01e100
* Tue Jan 31 2017 Nikola Forró <nforro@redhat.com> - 2:1.6.28-1
01e100
- New upstream release 1.6.28 (#1411176)
01e100
01e100
* Fri Dec 30 2016 Kalev Lember <klember@redhat.com> - 2:1.6.27-1
01e100
- New upstream release 1.6.27 (#1409159)
01e100
01e100
* Tue Oct 25 2016 Nikola Forró <nforro@redhat.com> - 2:1.6.26-1
01e100
- New upstream release 1.6.26 (#1387902)
01e100
01e100
* Mon Sep 05 2016 Nikola Forró <nforro@redhat.com> - 2:1.6.25-1
01e100
- New upstream release 1.6.25 (#1373171)
01e100
01e100
* Mon Aug 08 2016 Nikola Forró <nforro@redhat.com> - 2:1.6.24-1
01e100
- New upstream release 1.6.24 (#1365115)
01e100
01e100
* Wed Jun 15 2016 Petr Hracek <phracek@redhat.com> - 2:1.6.23-1
01e100
- New upstream release 1.6.23 (#1346522)
01e100
01e100
* Mon Jun 06 2016 Petr Hracek <phracek@redhat.com> - 2:1.6.22-1
01e100
- New upstream release 1.6.22 (#1341646)
01e100
01e100
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.21-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
01e100
01e100
* Mon Jan 18 2016 Petr Hracek <phracek@redhat.com> - 2:1.6.21-1
01e100
- New upstream release 1.6.21 (#1299292)
01e100
01e100
* Fri Jan 08 2016 Petr Hracek <phracek@redhat.com> - 2:1.6.20-2
01e100
- Bumping
01e100
01e100
* Wed Jan 06 2016 Petr Hracek <phracek@redhat.com> - 2:1.6.20-1
01e100
- new upstream release 1.6.20 (#1293326)
01e100
01e100
* Thu Nov 19 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.19-1
01e100
- new upstream release 1.6.19 (#1282193)
01e100
01e100
* Wed Nov 18 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.18-3
01e100
- fix for CVE-2015-8126 (#1281756, #1281757)
01e100
- correct patch
01e100
01e100
* Wed Nov 18 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.18-2
01e100
- fix for CVE-2015-8126 (#1281756)
01e100
01e100
* Mon Aug 03 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.18-1
01e100
- New upstream release 1.6.18 (#1247132)
01e100
01e100
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.6.17-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
01e100
01e100
* Tue Apr 07 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.17-1
01e100
- New upstream release 1.6.17 (#1209145)
01e100
01e100
* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.6.16-3
01e100
- Use %%license
01e100
- Move docs to devel package as they're all related to dev
01e100
01e100
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2:1.6.16-2
01e100
- Rebuilt for Fedora 23 Change
01e100
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
01e100
01e100
* Thu Jan 15 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.16-1
01e100
- New upstream release 1.6.16 (#1167665)
01e100
01e100
* Mon Nov  3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.6.14-2
01e100
- Add upstream patch to fix build on aarch64 (NEON issues)
01e100
01e100
* Mon Oct 27 2014 Petr Hracek <phracek@redhat.com> - 2:1.6.14-1
01e100
- Update to libpng 1.6.14 for minor bug fixes (#1147423)
01e100
01e100
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.6.12-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
01e100
01e100
* Fri Jul 18 2014 Petr Hracek <phracek@redhat.com> - 2:1.6.12-1
01e100
- Update to libpng 1.6.12 for minor bug fixes (#1111832)
01e100
01e100
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.6.10-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
01e100
01e100
* Thu Apr 10 2014 Petr Hracek <phracek@redhat.com> - 2:1.6.10-1
01e100
- Update to libpng 1.6.10 for minor bug fixes (#1063749)
01e100
01e100
* Wed Jan 15 2014 Petr Hracek <phracek@redhat.com> - 2:1.6.8-1
01e100
- Update to libpng 1.6.8 for minor bug fixes (#1033049)
01e100
01e100
* Wed Sep 25 2013 Petr Hracek <phracek@redhat.com> - 2:1.6.6-2
01e100
- Correct BuildRequires on autoconf to 2.68 (#1008101)
01e100
01e100
* Tue Sep 24 2013 Jaromir Koncicky <jkoncick@redhat.com> - 2:1.6.6-1
01e100
- New upstream version 1.6.6 (#1007757)
01e100
01e100
* Tue Aug 13 2013 Petr Hracek <phracek@redhat.com> 2:1.6.3-3
01e100
- libpng-tools depends only on libpng
01e100
01e100
* Tue Aug 13 2013 Jaromir Koncicky <jkoncick@redhat.com> 2:1.6.3-2
01e100
- Added tools package with pngfix
01e100
01e100
* Tue Aug 13 2013 Jaromir Koncicky <jkoncick@redhat.com> 2:1.6.3-1
01e100
- New upstream version 1.6.3 (#987368)
01e100
01e100
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.6.2-3
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
01e100
01e100
* Tue Jun 25 2013 Adam Jackson <ajax@redhat.com> 2:1.6.2-2
01e100
- Don't Require autoconf at runtime, just at build time (#977853)
01e100
01e100
* Fri May 17 2013 Petr Hracek <phracek@redhat.com> 2:1.6.2-1
01e100
- New upstream version 1.6.2 (#963113)
01e100
01e100
* Wed May 15 2013 Petr Hracek <phracek@redhat.com> 2:1.5.13-3
01e100
- Rebuild for ARM64 support (#925861)
01e100
01e100
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.13-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
01e100
01e100
* Thu Sep 27 2012 Tom Lane <tgl@redhat.com> 2:1.5.13-1
01e100
- Update to libpng 1.5.13 for minor bug fixes
01e100
01e100
* Sat Aug  4 2012 Tom Lane <tgl@redhat.com> 2:1.5.12-1
01e100
- Update to libpng 1.5.12 for minor bug fixes
01e100
- Activate chunk size limits by default, with a very generous default limit
01e100
01e100
* Wed Aug  1 2012 Tom Lane <tgl@redhat.com> 2:1.5.10-3
01e100
- Remove compat subpackage (it's now a separate package "libpng12")
01e100
- Minor specfile cleanup per suggestions from Tom Callaway
01e100
Related: #845110
01e100
01e100
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.10-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
01e100
01e100
* Sat Apr  7 2012 Tom Lane <tgl@redhat.com> 2:1.5.10-1
01e100
- Update to libpng 1.5.10 and 1.2.49, for minor security issues (CVE-2011-3048)
01e100
Resolves: #809597
01e100
01e100
* Sun Mar 11 2012 Tom Lane <tgl@redhat.com> 2:1.5.9-1
01e100
- Update to libpng 1.5.9 and 1.2.48, for minor security issues (CVE-2011-3045)
01e100
Resolves: #801667
01e100
01e100
* Thu Feb 16 2012 Tom Lane <tgl@redhat.com> 2:1.5.8-2
01e100
- Fix CVE-2011-3026
01e100
Resolves: #791183
01e100
01e100
* Fri Feb  3 2012 Tom Lane <tgl@redhat.com> 2:1.5.8-1
01e100
- Update to libpng 1.5.8, for minor security issue (CVE-2011-3464)
01e100
01e100
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.7-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
01e100
01e100
* Sun Dec 18 2011 Tom Lane <tgl@redhat.com> 2:1.5.7-1
01e100
- Update to libpng 1.5.7, for assorted minor fixes
01e100
01e100
* Mon Nov 21 2011 Tom Lane <tgl@redhat.com> 2:1.5.6-2
01e100
- Don't include libpng12.pc in the compat subpackage; instead just offer a
01e100
  phony Provides: for it in the devel subpackage
01e100
01e100
* Sat Nov  5 2011 Tom Lane <tgl@redhat.com> 2:1.5.6-1
01e100
- Update to new major release series 1.5.x; includes source-code-incompatible
01e100
  API changes and a soname version bump
01e100
- Temporarily package 1.2.46 shared library (only) in libpng-compat subpackage
01e100
  so that dependent packages won't be broken while rebuilding proceeds
01e100
01e100
* Thu Jul 14 2011 Tom Lane <tgl@redhat.com> 2:1.2.46-1
01e100
- Update to libpng 1.2.46, includes fixes for CVE-2011-2501, CVE-2011-2690,
01e100
  CVE-2011-2691, CVE-2011-2692
01e100
Resolves: #717509
01e100
Resolves: #721307
01e100
01e100
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.44-3
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
01e100
01e100
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.2.44-2
01e100
- Use xz compressed source tarball
01e100
Resolves: #647282
01e100
01e100
* Tue Jun 29 2010 Tom Lane <tgl@redhat.com> 2:1.2.44-1
01e100
- Update to libpng 1.2.44, includes fixes for CVE-2010-1205 and CVE-2010-2249
01e100
Resolves: #609161
01e100
01e100
* Mon Mar 15 2010 Tom Lane <tgl@redhat.com> 2:1.2.43-1
01e100
- Update to libpng 1.2.43, includes fix for CVE-2010-0205
01e100
Related: #566234
01e100
01e100
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 2:1.2.42-1
01e100
- Update to libpng 1.2.42
01e100
01e100
* Thu Aug 20 2009 Tom Lane <tgl@redhat.com> 2:1.2.39-1
01e100
- Update to libpng 1.2.39
01e100
01e100
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.37-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
01e100
01e100
* Sat Jun 13 2009 Tom Lane <tgl@redhat.com> 2:1.2.37-1
01e100
- Update to libpng 1.2.37, to fix CVE-2009-2042
01e100
Related: #504782
01e100
01e100
* Wed Feb 25 2009 Tom Lane <tgl@redhat.com> 2:1.2.35-1
01e100
- Update to libpng 1.2.35, to fix CVE-2009-0040
01e100
01e100
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.34-2
01e100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
01e100
01e100
* Fri Jan  9 2009 Tom Lane <tgl@redhat.com> 2:1.2.34-1
01e100
- Update to libpng 1.2.34
01e100
01e100
* Thu Dec 11 2008 Caolán McNamara <caolanm@redhat.com> 2:1.2.33-2
01e100
- rebuild to get provides pkgconfig(libpng)
01e100
01e100
* Sun Nov  2 2008 Tom Lane <tgl@redhat.com> 2:1.2.33-1
01e100
- Update to libpng 1.2.33
01e100
01e100
* Tue Sep  9 2008 Tom Lane <tgl@redhat.com> 2:1.2.31-2
01e100
- Apply upstream patch for zTXT buffer overrun (CVE-2008-3964)
01e100
Related: #461599
01e100
01e100
* Sat Aug 23 2008 Tom Lane <tgl@redhat.com> 2:1.2.31-1
01e100
- Update to libpng 1.2.31
01e100
01e100
* Sat May 31 2008 Tom Lane <tgl@redhat.com> 2:1.2.29-1
01e100
- Update to libpng 1.2.29 (fixes low-priority security issue CVE-2008-1382)
01e100
Related: #441839
01e100
01e100
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 2:1.2.24-1
01e100
- Update to libpng 1.2.24
01e100
01e100
* Thu Oct 18 2007 Tom Lane <tgl@redhat.com> 2:1.2.22-1
01e100
- Update to libpng 1.2.22, primarily to fix CVE-2007-5269
01e100
Related: #324771
01e100
01e100
* Wed Aug 22 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-3
01e100
- Update License tag
01e100
- Rebuild to fix Fedora toolchain issues
01e100
01e100
* Wed May 23 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-2
01e100
- Add patch to fix CVE-2007-2445
01e100
Related: #239542
01e100
01e100
* Mon Feb 12 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-1
01e100
- Update to libpng 1.2.16
01e100
Resolves: #211705, #216706, #227334
01e100
- Separate libpng.a into a -static subpackage
01e100
- Other minor packaging fixes per Fedora merge review
01e100
Resolves: #226038
01e100
01e100
* Mon Oct 02 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.10-7
01e100
- Require pkgconfig in the -devel subpackage as it gets called by
01e100
  /usr/bin/libpng-config
01e100
01e100
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-6
01e100
- Disable asm on arches other than i386  (#196580)
01e100
01e100
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.10-5.1
01e100
- rebuild
01e100
01e100
* Thu May 25 2006 Matthias Clasen  <mclasen@redhat.com> - 2:1.2.10-5
01e100
- Fix some paths in the -config script
01e100
01e100
* Tue May 23 2006 Matthias Clasen  <mclasen@redhat.com> - 2:1.2.10-4
01e100
- fix multilib conflicts
01e100
01e100
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-3
01e100
- Add a comment about the need to keep static libraries
01e100
01e100
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-2
01e100
- Re-add static libraries
01e100
01e100
* Thu May  4 2006 Matthias Clasen  <mclasen@redhat.com>  - 2:1.2.10-1
01e100
- Update to 1.2.10
01e100
- Drop static libraries
01e100
01e100
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.8-2.2.1
01e100
- bump again for double-long bug on ppc(64)
01e100
01e100
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.8-2.2
01e100
- rebuilt for new gcc4.1 snapshot and glibc changes
01e100
01e100
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
01e100
- rebuilt
01e100
01e100
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2:1.2.8-2
01e100
- Rebuild with gcc4
01e100
01e100
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.8-1
01e100
- Update to 1.2.8
01e100
01e100
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.7-1
01e100
- Update to 1.2.7
01e100
01e100
* Tue Aug 17 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.6-1
01e100
- Update to 1.2.6
01e100
- Combine patches
01e100
01e100
* Wed Aug 4 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-9
01e100
- Build for FC3
01e100
01e100
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> 
01e100
- Include LICENSE.
01e100
01e100
* Fri Jul 23 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-8
01e100
- Build for FC2
01e100
01e100
* Fri Jul 23 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-7
01e100
- Replace the patches for individual security problems with the
01e100
  cumulative patch issued by the png developers. 
01e100
- Build for FC1
01e100
01e100
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
01e100
- rebuilt
01e100
01e100
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-5
01e100
- Rebuild for FC2
01e100
01e100
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-4
01e100
- Rebuild for FC1
01e100
01e100
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-3
01e100
- Reinstate and improve the transfix patch which got lost sometime ago, 
01e100
  but is still needed for CAN-2002-1363 (#125934)
01e100
01e100
* Mon May 24 2004 Than Ngo <than@redhat.com> 2:1.2.5-2
01e100
- add patch to link libm automatically
01e100
- get rid of rpath
01e100
01e100
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-1
01e100
- 1.2.5
01e100
01e100
* Mon May 3 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.2-22
01e100
- Redo the out-of-bounds fix in a slightly better way.
01e100
01e100
* Wed Apr 21 2004 Matthias Clasen <mclasen@redhat.com>
01e100
- Bump release number to disambiguate n-v-rs.
01e100
01e100
* Mon Apr 19 2004 Matthias Clasen <mclasen@redhat.com> 
01e100
- fix a possible out-of-bounds read in the error message 
01e100
  handler. #121229
01e100
01e100
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
01e100
- rebuilt
01e100
01e100
* Fri Feb 27 2004 Mark McLoughlin <markmc@redhat.com> 2:1.2.2-19
01e100
- rebuild with changed bits/setjmp.h on ppc
01e100
01e100
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
01e100
- rebuilt
01e100
01e100
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
01e100
- rebuilt
01e100
01e100
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
01e100
- add explicit epoch's where needed.
01e100
01e100
* Mon Feb 24 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-15
01e100
- change pkg-config to use libdir instead of hardcoding /usr/lib
01e100
01e100
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
01e100
- rebuilt
01e100
01e100
* Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-12
01e100
- add Provides: libpng.so.3, #67007
01e100
01e100
* Fri Jan 24 2003 Jonathan Blandford <jrb@redhat.com>
01e100
- change requires to include the Epoch
01e100
01e100
* Thu Jan 23 2003 Karsten Hopp <karsten@redhat.de> 2:1.2.2-11
01e100
- Bump & rebuild
01e100
01e100
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
01e100
- rebuilt
01e100
01e100
* Wed Jan 15 2003 Elliot Lee <sopwith@redhat.com> 2:1.2.2-9
01e100
- Bump & rebuild
01e100
01e100
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2:1.2.2-7
01e100
- merge changes in from -6hammer
01e100
01e100
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
01e100
- automated rebuild
01e100
01e100
* Thu May 23 2002 Tim Powers <timp@redhat.com>
01e100
- automated rebuild
01e100
01e100
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4
01e100
- Don't own {_libdir}/pkgconfig
01e100
- Don't strip library, that's up to rpm
01e100
01e100
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3
01e100
- Forgot png.h
01e100
01e100
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2
01e100
- Fix compatibility with everyone else.
01e100
01e100
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
01e100
- 1.2.2 plus makefile patches tarball
01e100
- update file list to contain versioned libpng only
01e100
01e100
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
01e100
- automated rebuild
01e100
01e100
* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.1-1
01e100
- 1.2.1
01e100
01e100
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.0-1
01e100
- 1.2.0
01e100
01e100
* Mon Jul 16 2001 Trond Eivind Glomsrd <teg@redhat.com>
01e100
- s/Copyright/License/
01e100
- fix weird versioning system (epoch was set to "2" in the main
01e100
  package, serial to "1" in the devel package. Huh?)
01e100
01e100
* Wed Jun 20 2001 Than Ngo <than@redhat.com> 1.0.12-1
01e100
- update to 1.0.12
01e100
- add missing libpng symlink
01e100
01e100
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.11-2
01e100
- libpng-devel requires zlib-devel (since png.h includes zlib.h)
01e100
  (#38883)
01e100
01e100
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.11-1
01e100
- 1.0.11
01e100
01e100
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- 1.0.10
01e100
01e100
* Tue Feb  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- 1.0.9, fixes Mozilla problems
01e100
01e100
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- Rebuild to get rid of 0777 dirs
01e100
01e100
* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- Remove the workaround for Bug #20018 (from Oct 30).
01e100
  Qt 2.2.2 fixes the problem the workaround addressed.
01e100
01e100
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- Work around a problem causing konqueror to segfault in image preview
01e100
  mode (Bug #20018)
01e100
- Copy SuSE 7.0's patch to handle bad chunks
01e100
01e100
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.de>
01e100
- only include the man5 man-pages once in the main rpm
01e100
01e100
* Fri Jul 28 2000 Preston Brown <pbrown@redhat.com>
01e100
- upgrade to 1.0.8 - fixes small memory leak, other bugs
01e100
01e100
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
01e100
- automatic rebuild
01e100
01e100
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- patchlevel c
01e100
- FHSify
01e100
01e100
* Tue Mar 21 2000 Nalin Dahyabhai <nalin@redhat.com>
01e100
- update to 1.0.6
01e100
01e100
* Mon Mar 13 2000 Nalin Dahyabhai <nalin@redhat.com>
01e100
- change serial to Epoch to get dependencies working correctly
01e100
01e100
* Fri Feb 11 2000 Nalin Dahyabhai <nalin@redhat.com>
01e100
- move buildroot and add URL
01e100
01e100
* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- strip library
01e100
- rebuild to compress man pages
01e100
01e100
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
01e100
- 1.0.5
01e100
- some tweaks to spec file to make updating easier
01e100
- handle RPM_OPT_FLAGS
01e100
01e100
* Mon Sep 20 1999 Matt Wilson <msw@redhat.com>
01e100
- changed requires in libpng-devel to include serial
01e100
- corrected typo
01e100
01e100
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
01e100
- auto rebuild in the new build environment (release 2)
01e100
01e100
* Sun Feb 07 1999 Michael Johnson <johnsonm@redhat.com>
01e100
- rev to 1.0.3
01e100
01e100
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
01e100
- build for 6.0
01e100
01e100
* Wed Sep 23 1998 Cristian Gafton <gafton@redhat.com>
01e100
- we are Serial: 1 now because we are reverting the 1.0.2 version from 5.2
01e100
  beta to this prior one
01e100
- install man pages; set defattr defaults
01e100
01e100
* Thu May 07 1998 Prospector System <bugs@redhat.com>
01e100
- translations modified for de, fr, tr
01e100
01e100
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
01e100
- devel subpackage moved to Development/Libraries
01e100
01e100
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
01e100
- upgraded to 1.0.1
01e100
- added buildroot
01e100
01e100
* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
01e100
- updated to new version
01e100
- spec file cleanups
01e100
01e100
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
01e100
- built against glibc
01e100