Use xz compressed source tarball.
This commit is contained in:
parent
fda34cc23f
commit
08284ddba5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
libpng-1.2.44.tar.bz2
|
/libpng-1.2.44.tar.xz
|
||||||
|
@ -2,14 +2,14 @@ Summary: A library of functions for manipulating PNG image format files
|
|||||||
Name: libpng
|
Name: libpng
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.2.44
|
Version: 1.2.44
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.libpng.org/pub/png/
|
URL: http://www.libpng.org/pub/png/
|
||||||
|
|
||||||
# Note: non-current tarballs get moved to the history/ subdirectory,
|
# Note: non-current tarballs get moved to the history/ subdirectory,
|
||||||
# so look there if you fail to retrieve the version you want
|
# so look there if you fail to retrieve the version you want
|
||||||
Source: ftp://ftp.simplesystems.org/pub/png/src/libpng-%{version}.tar.bz2
|
Source: ftp://ftp.simplesystems.org/pub/png/src/libpng-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: libpng-multilib.patch
|
Patch0: libpng-multilib.patch
|
||||||
Patch1: libpng-pngconf.patch
|
Patch1: libpng-pngconf.patch
|
||||||
@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libpng12.la
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.2.44-2
|
||||||
|
- Use xz compressed source tarball
|
||||||
|
Resolves: #647282
|
||||||
|
|
||||||
* Tue Jun 29 2010 Tom Lane <tgl@redhat.com> 2:1.2.44-1
|
* Tue Jun 29 2010 Tom Lane <tgl@redhat.com> 2:1.2.44-1
|
||||||
- Update to libpng 1.2.44, includes fixes for CVE-2010-1205 and CVE-2010-2249
|
- Update to libpng 1.2.44, includes fixes for CVE-2010-1205 and CVE-2010-2249
|
||||||
Resolves: #609161
|
Resolves: #609161
|
||||||
|
Loading…
Reference in New Issue
Block a user