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