Blame SPECS/libpng.spec

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