Update to 1.1.0.

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2011-03-01 14:46:26 +01:00
parent 61fc2a4138
commit fd68055648
4 changed files with 25 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Name: libjpeg-turbo
Version: 1.0.90
Release: 2%{?dist}
Version: 1.1.0
Release: 1%{?dist}
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
Group: System Environment/Libraries
@ -21,6 +21,8 @@ Obsoletes: libjpeg < 6b-47
# java-1.6.0-openjdk (#rh607554) -- atkac
Provides: libjpeg = 6b-47
Patch0: libjpeg-turbo11-noinst_jpgtest.patch
%description
The libjpeg-turbo package contains a library of functions for manipulating
JPEG images
@ -70,6 +72,8 @@ JPEG images
%prep
%setup -q
%patch0 -p1 -b .noinst_jpgtest
%build
autoreconf -fiv
@ -131,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libjpeg.a
%changelog
* Tue Mar 01 2011 Adam Tkac <atkac redhat com> 1.1.0-1
- update to 1.1.0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -0,0 +1,14 @@
diff -up libjpeg-turbo-1.1.0/Makefile.am.noinst_jpgtest libjpeg-turbo-1.1.0/Makefile.am
--- libjpeg-turbo-1.1.0/Makefile.am.noinst_jpgtest 2011-03-01 14:40:04.291829489 +0100
+++ libjpeg-turbo-1.1.0/Makefile.am 2011-03-01 14:40:13.081814233 +0100
@@ -58,8 +58,8 @@ endif
TSTHDRS = rrutil.h rrtimer.h
-bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom jpgtest
-noinst_PROGRAMS = jpegut
+bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom
+noinst_PROGRAMS = jpegut jpgtest
jpgtest_SOURCES = $(TSTHDRS) jpgtest.c bmp.h bmp.c

View File

@ -1 +1 @@
9dafc998ef7662b6cf78337afde4a8bf libjpeg-turbo-1.0.90.tar.gz
83e6914a281d649ad289445dc20f9de4 libjpeg-turbo-1.1.0.tar.gz