Blame SPECS/libpng15.spec

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