Blame SPECS/libpng15.spec

8d501d
Summary: Old version of libpng, needed to run old binaries
8d501d
Name: libpng15
8d501d
Version: 1.5.30
8d501d
Release: 14%{?dist}
8d501d
License: zlib
8d501d
URL: http://www.libpng.org/pub/png/
8d501d
8d501d
# Note: non-current tarballs get moved to the history/ subdirectory,
8d501d
# so look there if you fail to retrieve the version you want
8d501d
Source0: https://ftp-osl.osuosl.org/pub/libpng/src/libpng15/libpng-%{version}.tar.xz
8d501d
8d501d
Source1: pngusr.dfa
8d501d
8d501d
Patch0: libpng15-CVE-2013-6954.patch
8d501d
Patch1: libpng15-CVE-2018-13785.patch
8d501d
8d501d
BuildRequires: gcc
8d501d
BuildRequires: zlib-devel
8d501d
BuildRequires: make
8d501d
8d501d
%description
8d501d
The libpng15 package provides libpng 1.5, an older version of the libpng.
8d501d
library for manipulating PNG (Portable Network Graphics) image format files.
8d501d
This version should be used only if you are unable to use the current
8d501d
version of libpng.
8d501d
8d501d
%prep
8d501d
%setup -q -n libpng-%{version}
8d501d
8d501d
%patch0 -p1
8d501d
%patch1 -p1
8d501d
8d501d
# Provide pngusr.dfa for build.
8d501d
cp -p %{SOURCE1} .
8d501d
8d501d
%build
8d501d
%configure --disable-static
8d501d
%make_build DFA_XTRA=pngusr.dfa
8d501d
8d501d
%install
8d501d
%make_install
8d501d
8d501d
# We don't ship .la files.
8d501d
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
8d501d
rm -rf $RPM_BUILD_ROOT%{_libdir}/libpng*.so
8d501d
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libpng.pc
8d501d
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libpng15.pc
8d501d
rm -rf $RPM_BUILD_ROOT%{_mandir}/*
8d501d
rm -rf $RPM_BUILD_ROOT%{_includedir}/*
8d501d
rm -rf $RPM_BUILD_ROOT%{_bindir}/*
8d501d
8d501d
%files
8d501d
%doc LICENSE
8d501d
%{_libdir}/libpng15.so.*
8d501d
8d501d
%changelog
8d501d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.30-14
8d501d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8d501d
  Related: rhbz#1991688
8d501d
8d501d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.30-13
8d501d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8d501d
8d501d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-12
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8d501d
8d501d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-11
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8d501d
8d501d
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.5.30-10
8d501d
- Use make macros
8d501d
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
8d501d
8d501d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-9
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8d501d
8d501d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-8
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8d501d
8d501d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-7
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8d501d
8d501d
* Wed Aug 01 2018 Nikola Forró <nforro@redhat.com> - 1.5.30-6
8d501d
- Fix CVE-2018-13785 (#1599947)
8d501d
8d501d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-5
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8d501d
8d501d
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 1.5.30-4
8d501d
- Remove ldconfig from scriptlets
8d501d
8d501d
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.5.30-3
8d501d
- Add missing gcc build dependency
8d501d
8d501d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.30-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8d501d
8d501d
* Tue Oct 03 2017 Nikola Forró <nforro@redhat.com> - 1.5.30-1
8d501d
- New upstream release 1.5.30 (#1497008)
8d501d
8d501d
* Fri Aug 25 2017 Nikola Forró <nforro@redhat.com> - 1.5.29-1
8d501d
- New upstream release 1.5.29 (#1485083)
8d501d
8d501d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.28-5
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8d501d
8d501d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.28-4
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8d501d
8d501d
* Tue Jun 06 2017 Nikola Forró <nforro@redhat.com> - 1.5.28-3
8d501d
- Update source URL (#1459082)
8d501d
8d501d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.28-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d501d
8d501d
* Tue Jan 31 2017 Nikola Forró <nforro@redhat.com> - 1.5.28-1
8d501d
- New upstream release 1.5.28 (#1409157)
8d501d
8d501d
* Mon May 30 2016 Petr Hracek <phracek@redhat.com> - 1.5.27-1
8d501d
- New upstream release 1.5.27 (#1340301)
8d501d
8d501d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.26-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8d501d
8d501d
* Wed Jan 06 2016 Petr Hracek <phracek@redhat.com> - 1.5.26-1
8d501d
- new upstream release 1.5.26 (#1292647)
8d501d
8d501d
* Mon Dec 07 2015 Petr Hracek <phracek@redhat.com> - 1.5.25-1
8d501d
- new upstream release 1.5.25 (#1288265)
8d501d
8d501d
* Thu Nov 19 2015 Petr Hracek <phracek@redhat.com> - 1.5.24-1
8d501d
- new upstream release 1.5.24 (#1281632)
8d501d
8d501d
* Wed Nov 18 2015 Petr Hracek <phracek@redhat.com> - 1.5.23-2
8d501d
- Security fix CVE-2015-8126 (#1281756, #1282902)
8d501d
8d501d
* Mon Jul 27 2015 Petr Hracek <phracek@redhat.com> - 1.5.23-1
8d501d
- New upstream release 1.5.23 (#1246066)
8d501d
8d501d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.22-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8d501d
8d501d
* Wed Apr 01 2015 Petr Hracek <phracek@redhat.com> - 1.5.22-1
8d501d
- Update to libpng 1.5.22 for minor bug fixes (#1206405)
8d501d
- PNG_SAFE_LIMITS macro is eliminated since 1.5.22 version
8d501d
8d501d
* Mon Jan 19 2015 Petr Hracek <phracek@redhat.com> - 1.5.21-1
8d501d
- Update to libpng 1.5.21 for minor bug fixes (#1176908)
8d501d
8d501d
* Fri Nov 21 2014 Petr Hracek <phracek@redhat.com> - 1.5.20-1
8d501d
- Update to libpng 1.5.20 for minor bug fixes (#1166359)
8d501d
8d501d
* Mon Sep 15 2014 Petr Hracek <phracek@redhat.com> - 1.5.19-1
8d501d
- Update to libpng 1.5.19 for minor bug fixes (#1132842)
8d501d
8d501d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.18-3
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8d501d
8d501d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.18-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8d501d
8d501d
* Thu Apr 10 2014 Petr Hracek <phracek@redhat.com> - 1.5.18-1
8d501d
- Update to libpng 1.5.18 for minor bug fixes
8d501d
8d501d
* Wed Jan 29 2014 Petr Hracek <phracek@redhat.com> - 1.5.17-2
8d501d
- Adding patch CVE-2013-6954 (#1056856)
8d501d
8d501d
* Fri Jul 26 2013 Petr Hracek <phracek@redhat.com> - 1.5.17-1
8d501d
- Update to libpng 1.5.17 for minor bug fixes
8d501d
8d501d
* Mon Jun 03 2013 Petr Hracek <phracek@redhat.com> - 1.5.16-1
8d501d
- Update to libpng 1.5.16 for minor bug fixes
8d501d
8d501d
* Mon May 27 2013 Petr Hracek <phracek@redhat.com> - 1.5.13-3
8d501d
- this is only renamed package
8d501d
- Delivering only so libraries
8d501d
8d501d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.13-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8d501d
8d501d
* Thu Sep 27 2012 Tom Lane <tgl@redhat.com> 2:1.5.13-1
8d501d
- Update to libpng 1.5.13 for minor bug fixes
8d501d
8d501d
* Sat Aug  4 2012 Tom Lane <tgl@redhat.com> 2:1.5.12-1
8d501d
- Update to libpng 1.5.12 for minor bug fixes
8d501d
- Activate chunk size limits by default, with a very generous default limit
8d501d
8d501d
* Wed Aug  1 2012 Tom Lane <tgl@redhat.com> 2:1.5.10-3
8d501d
- Remove compat subpackage (it's now a separate package "libpng12")
8d501d
- Minor specfile cleanup per suggestions from Tom Callaway
8d501d
Related: #845110
8d501d
8d501d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.10-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8d501d
8d501d
* Sat Apr  7 2012 Tom Lane <tgl@redhat.com> 2:1.5.10-1
8d501d
- Update to libpng 1.5.10 and 1.2.49, for minor security issues (CVE-2011-3048)
8d501d
Resolves: #809597
8d501d
8d501d
* Sun Mar 11 2012 Tom Lane <tgl@redhat.com> 2:1.5.9-1
8d501d
- Update to libpng 1.5.9 and 1.2.48, for minor security issues (CVE-2011-3045)
8d501d
Resolves: #801667
8d501d
8d501d
* Thu Feb 16 2012 Tom Lane <tgl@redhat.com> 2:1.5.8-2
8d501d
- Fix CVE-2011-3026
8d501d
Resolves: #791183
8d501d
8d501d
* Fri Feb  3 2012 Tom Lane <tgl@redhat.com> 2:1.5.8-1
8d501d
- Update to libpng 1.5.8, for minor security issue (CVE-2011-3464)
8d501d
8d501d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.5.7-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d501d
8d501d
* Sun Dec 18 2011 Tom Lane <tgl@redhat.com> 2:1.5.7-1
8d501d
- Update to libpng 1.5.7, for assorted minor fixes
8d501d
8d501d
* Mon Nov 21 2011 Tom Lane <tgl@redhat.com> 2:1.5.6-2
8d501d
- Don't include libpng12.pc in the compat subpackage; instead just offer a
8d501d
  phony Provides: for it in the devel subpackage
8d501d
8d501d
* Sat Nov  5 2011 Tom Lane <tgl@redhat.com> 2:1.5.6-1
8d501d
- Update to new major release series 1.5.x; includes source-code-incompatible
8d501d
  API changes and a soname version bump
8d501d
- Temporarily package 1.2.46 shared library (only) in libpng-compat subpackage
8d501d
  so that dependent packages won't be broken while rebuilding proceeds
8d501d
8d501d
* Thu Jul 14 2011 Tom Lane <tgl@redhat.com> 2:1.2.46-1
8d501d
- Update to libpng 1.2.46, includes fixes for CVE-2011-2501, CVE-2011-2690,
8d501d
  CVE-2011-2691, CVE-2011-2692
8d501d
Resolves: #717509
8d501d
Resolves: #721307
8d501d
8d501d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.44-3
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8d501d
8d501d
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.2.44-2
8d501d
- Use xz compressed source tarball
8d501d
Resolves: #647282
8d501d
8d501d
* Tue Jun 29 2010 Tom Lane <tgl@redhat.com> 2:1.2.44-1
8d501d
- Update to libpng 1.2.44, includes fixes for CVE-2010-1205 and CVE-2010-2249
8d501d
Resolves: #609161
8d501d
8d501d
* Mon Mar 15 2010 Tom Lane <tgl@redhat.com> 2:1.2.43-1
8d501d
- Update to libpng 1.2.43, includes fix for CVE-2010-0205
8d501d
Related: #566234
8d501d
8d501d
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 2:1.2.42-1
8d501d
- Update to libpng 1.2.42
8d501d
8d501d
* Thu Aug 20 2009 Tom Lane <tgl@redhat.com> 2:1.2.39-1
8d501d
- Update to libpng 1.2.39
8d501d
8d501d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.37-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8d501d
8d501d
* Sat Jun 13 2009 Tom Lane <tgl@redhat.com> 2:1.2.37-1
8d501d
- Update to libpng 1.2.37, to fix CVE-2009-2042
8d501d
Related: #504782
8d501d
8d501d
* Wed Feb 25 2009 Tom Lane <tgl@redhat.com> 2:1.2.35-1
8d501d
- Update to libpng 1.2.35, to fix CVE-2009-0040
8d501d
8d501d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.34-2
8d501d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8d501d
8d501d
* Fri Jan  9 2009 Tom Lane <tgl@redhat.com> 2:1.2.34-1
8d501d
- Update to libpng 1.2.34
8d501d
8d501d
* Thu Dec 11 2008 Caolán McNamara <caolanm@redhat.com> 2:1.2.33-2
8d501d
- rebuild to get provides pkgconfig(libpng)
8d501d
8d501d
* Sun Nov  2 2008 Tom Lane <tgl@redhat.com> 2:1.2.33-1
8d501d
- Update to libpng 1.2.33
8d501d
8d501d
* Tue Sep  9 2008 Tom Lane <tgl@redhat.com> 2:1.2.31-2
8d501d
- Apply upstream patch for zTXT buffer overrun (CVE-2008-3964)
8d501d
Related: #461599
8d501d
8d501d
* Sat Aug 23 2008 Tom Lane <tgl@redhat.com> 2:1.2.31-1
8d501d
- Update to libpng 1.2.31
8d501d
8d501d
* Sat May 31 2008 Tom Lane <tgl@redhat.com> 2:1.2.29-1
8d501d
- Update to libpng 1.2.29 (fixes low-priority security issue CVE-2008-1382)
8d501d
Related: #441839
8d501d
8d501d
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 2:1.2.24-1
8d501d
- Update to libpng 1.2.24
8d501d
8d501d
* Thu Oct 18 2007 Tom Lane <tgl@redhat.com> 2:1.2.22-1
8d501d
- Update to libpng 1.2.22, primarily to fix CVE-2007-5269
8d501d
Related: #324771
8d501d
8d501d
* Wed Aug 22 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-3
8d501d
- Update License tag
8d501d
- Rebuild to fix Fedora toolchain issues
8d501d
8d501d
* Wed May 23 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-2
8d501d
- Add patch to fix CVE-2007-2445
8d501d
Related: #239542
8d501d
8d501d
* Mon Feb 12 2007 Tom Lane <tgl@redhat.com> 2:1.2.16-1
8d501d
- Update to libpng 1.2.16
8d501d
Resolves: #211705, #216706, #227334
8d501d
- Separate libpng.a into a -static subpackage
8d501d
- Other minor packaging fixes per Fedora merge review
8d501d
Resolves: #226038
8d501d
8d501d
* Mon Oct 02 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.10-7
8d501d
- Require pkgconfig in the -devel subpackage as it gets called by
8d501d
  /usr/bin/libpng-config
8d501d
8d501d
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-6
8d501d
- Disable asm on arches other than i386  (#196580)
8d501d
8d501d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.10-5.1
8d501d
- rebuild
8d501d
8d501d
* Thu May 25 2006 Matthias Clasen  <mclasen@redhat.com> - 2:1.2.10-5
8d501d
- Fix some paths in the -config script
8d501d
8d501d
* Tue May 23 2006 Matthias Clasen  <mclasen@redhat.com> - 2:1.2.10-4
8d501d
- fix multilib conflicts
8d501d
8d501d
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-3
8d501d
- Add a comment about the need to keep static libraries
8d501d
8d501d
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.2.10-2
8d501d
- Re-add static libraries
8d501d
8d501d
* Thu May  4 2006 Matthias Clasen  <mclasen@redhat.com>  - 2:1.2.10-1
8d501d
- Update to 1.2.10
8d501d
- Drop static libraries
8d501d
8d501d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.8-2.2.1
8d501d
- bump again for double-long bug on ppc(64)
8d501d
8d501d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.2.8-2.2
8d501d
- rebuilt for new gcc4.1 snapshot and glibc changes
8d501d
8d501d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2:1.2.8-2
8d501d
- Rebuild with gcc4
8d501d
8d501d
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.8-1
8d501d
- Update to 1.2.8
8d501d
8d501d
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.7-1
8d501d
- Update to 1.2.7
8d501d
8d501d
* Tue Aug 17 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.6-1
8d501d
- Update to 1.2.6
8d501d
- Combine patches
8d501d
8d501d
* Wed Aug 4 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-9
8d501d
- Build for FC3
8d501d
8d501d
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> 
8d501d
- Include LICENSE.
8d501d
8d501d
* Fri Jul 23 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-8
8d501d
- Build for FC2
8d501d
8d501d
* Fri Jul 23 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-7
8d501d
- Replace the patches for individual security problems with the
8d501d
  cumulative patch issued by the png developers. 
8d501d
- Build for FC1
8d501d
8d501d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-5
8d501d
- Rebuild for FC2
8d501d
8d501d
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-4
8d501d
- Rebuild for FC1
8d501d
8d501d
* Mon Jun 14 2004 Matthias Clasen <mclasen@redhat.com> - 2:1.2.5-3
8d501d
- Reinstate and improve the transfix patch which got lost sometime ago, 
8d501d
  but is still needed for CAN-2002-1363 (#125934)
8d501d
8d501d
* Mon May 24 2004 Than Ngo <than@redhat.com> 2:1.2.5-2
8d501d
- add patch to link libm automatically
8d501d
- get rid of rpath
8d501d
8d501d
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-1
8d501d
- 1.2.5
8d501d
8d501d
* Mon May 3 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.2-22
8d501d
- Redo the out-of-bounds fix in a slightly better way.
8d501d
8d501d
* Wed Apr 21 2004 Matthias Clasen <mclasen@redhat.com>
8d501d
- Bump release number to disambiguate n-v-rs.
8d501d
8d501d
* Mon Apr 19 2004 Matthias Clasen <mclasen@redhat.com> 
8d501d
- fix a possible out-of-bounds read in the error message 
8d501d
  handler. #121229
8d501d
8d501d
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Fri Feb 27 2004 Mark McLoughlin <markmc@redhat.com> 2:1.2.2-19
8d501d
- rebuild with changed bits/setjmp.h on ppc
8d501d
8d501d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
8d501d
- add explicit epoch's where needed.
8d501d
8d501d
* Mon Feb 24 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-15
8d501d
- change pkg-config to use libdir instead of hardcoding /usr/lib
8d501d
8d501d
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-12
8d501d
- add Provides: libpng.so.3, #67007
8d501d
8d501d
* Fri Jan 24 2003 Jonathan Blandford <jrb@redhat.com>
8d501d
- change requires to include the Epoch
8d501d
8d501d
* Thu Jan 23 2003 Karsten Hopp <karsten@redhat.de> 2:1.2.2-11
8d501d
- Bump & rebuild
8d501d
8d501d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8d501d
- rebuilt
8d501d
8d501d
* Wed Jan 15 2003 Elliot Lee <sopwith@redhat.com> 2:1.2.2-9
8d501d
- Bump & rebuild
8d501d
8d501d
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2:1.2.2-7
8d501d
- merge changes in from -6hammer
8d501d
8d501d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8d501d
- automated rebuild
8d501d
8d501d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8d501d
- automated rebuild
8d501d
8d501d
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4
8d501d
- Don't own {_libdir}/pkgconfig
8d501d
- Don't strip library, that's up to rpm
8d501d
8d501d
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3
8d501d
- Forgot png.h
8d501d
8d501d
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2
8d501d
- Fix compatibility with everyone else.
8d501d
8d501d
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
8d501d
- 1.2.2 plus makefile patches tarball
8d501d
- update file list to contain versioned libpng only
8d501d
8d501d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
8d501d
- automated rebuild
8d501d
8d501d
* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.1-1
8d501d
- 1.2.1
8d501d
8d501d
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.0-1
8d501d
- 1.2.0
8d501d
8d501d
* Mon Jul 16 2001 Trond Eivind Glomsrd <teg@redhat.com>
8d501d
- s/Copyright/License/
8d501d
- fix weird versioning system (epoch was set to "2" in the main
8d501d
  package, serial to "1" in the devel package. Huh?)
8d501d
8d501d
* Wed Jun 20 2001 Than Ngo <than@redhat.com> 1.0.12-1
8d501d
- update to 1.0.12
8d501d
- add missing libpng symlink
8d501d
8d501d
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.11-2
8d501d
- libpng-devel requires zlib-devel (since png.h includes zlib.h)
8d501d
  (#38883)
8d501d
8d501d
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.11-1
8d501d
- 1.0.11
8d501d
8d501d
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- 1.0.10
8d501d
8d501d
* Tue Feb  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- 1.0.9, fixes Mozilla problems
8d501d
8d501d
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- Rebuild to get rid of 0777 dirs
8d501d
8d501d
* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- Remove the workaround for Bug #20018 (from Oct 30).
8d501d
  Qt 2.2.2 fixes the problem the workaround addressed.
8d501d
8d501d
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- Work around a problem causing konqueror to segfault in image preview
8d501d
  mode (Bug #20018)
8d501d
- Copy SuSE 7.0's patch to handle bad chunks
8d501d
8d501d
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.de>
8d501d
- only include the man5 man-pages once in the main rpm
8d501d
8d501d
* Fri Jul 28 2000 Preston Brown <pbrown@redhat.com>
8d501d
- upgrade to 1.0.8 - fixes small memory leak, other bugs
8d501d
8d501d
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
8d501d
- automatic rebuild
8d501d
8d501d
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- patchlevel c
8d501d
- FHSify
8d501d
8d501d
* Tue Mar 21 2000 Nalin Dahyabhai <nalin@redhat.com>
8d501d
- update to 1.0.6
8d501d
8d501d
* Mon Mar 13 2000 Nalin Dahyabhai <nalin@redhat.com>
8d501d
- change serial to Epoch to get dependencies working correctly
8d501d
8d501d
* Fri Feb 11 2000 Nalin Dahyabhai <nalin@redhat.com>
8d501d
- move buildroot and add URL
8d501d
8d501d
* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- strip library
8d501d
- rebuild to compress man pages
8d501d
8d501d
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
8d501d
- 1.0.5
8d501d
- some tweaks to spec file to make updating easier
8d501d
- handle RPM_OPT_FLAGS
8d501d
8d501d
* Mon Sep 20 1999 Matt Wilson <msw@redhat.com>
8d501d
- changed requires in libpng-devel to include serial
8d501d
- corrected typo
8d501d
8d501d
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
8d501d
- auto rebuild in the new build environment (release 2)
8d501d
8d501d
* Sun Feb 07 1999 Michael Johnson <johnsonm@redhat.com>
8d501d
- rev to 1.0.3
8d501d
8d501d
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
8d501d
- build for 6.0
8d501d
8d501d
* Wed Sep 23 1998 Cristian Gafton <gafton@redhat.com>
8d501d
- we are Serial: 1 now because we are reverting the 1.0.2 version from 5.2
8d501d
  beta to this prior one
8d501d
- install man pages; set defattr defaults
8d501d
8d501d
* Thu May 07 1998 Prospector System <bugs@redhat.com>
8d501d
- translations modified for de, fr, tr
8d501d
8d501d
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
8d501d
- devel subpackage moved to Development/Libraries
8d501d
8d501d
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
8d501d
- upgraded to 1.0.1
8d501d
- added buildroot
8d501d
8d501d
* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
8d501d
- updated to new version
8d501d
- spec file cleanups
8d501d
8d501d
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
8d501d
- built against glibc
8d501d