Update to 1.0.90.

- libjpeg-turbo10-rh639672.patch merged

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2011-01-17 19:40:36 +01:00
parent 434cc7a7b1
commit d98621162a
4 changed files with 10 additions and 1292 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libjpeg-turbo-1.0.0.tar.gz
/libjpeg-turbo-1.0.1.tar.gz
/libjpeg-turbo-1.0.90.tar.gz

View File

@ -1,6 +1,6 @@
Name: libjpeg-turbo
Version: 1.0.1
Release: 3%{?dist}
Version: 1.0.90
Release: 1%{?dist}
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
Group: System Environment/Libraries
@ -21,8 +21,6 @@ Obsoletes: libjpeg < 6b-47
# java-1.6.0-openjdk (#rh607554) -- atkac
Provides: libjpeg = 6b-47
Patch0: libjpeg-turbo10-rh639672.patch
%description
The libjpeg-turbo package contains a library of functions for manipulating
JPEG images
@ -72,8 +70,6 @@ JPEG images
%prep
%setup -q
%patch0 -p1 -b .rh639672
%build
autoreconf -fiv
@ -109,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%doc coderules.doc jconfig.doc libjpeg.doc structure.doc example.c
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.c
%{_includedir}/jconfig.h
%{_includedir}/jerror.h
%{_includedir}/jmorecfg.h
@ -118,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
%files utils
%defattr(-,root,root,-)
%doc usage.doc wizard.doc
%doc usage.txt wizard.txt
%{_bindir}/cjpeg
%{_bindir}/djpeg
%{_bindir}/jpegtran
@ -135,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libjpeg.a
%changelog
* Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-1
- update to 1.0.90
- libjpeg-turbo10-rh639672.patch merged
* Fri Oct 29 2010 Adam Tkac <atkac redhat com> 1.0.1-3
- add support for arithmetic coded files into decoder (#639672)

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
e94b72694c9afd716458367dfe84ce1e libjpeg-turbo-1.0.1.tar.gz
9dafc998ef7662b6cf78337afde4a8bf libjpeg-turbo-1.0.90.tar.gz