From cbcaa567514b0d7182c4eb9ed202c0bd2c007393 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 8 Feb 2013 15:11:56 +0100 Subject: [PATCH] Update to 1.2.90 Signed-off-by: Adam Tkac --- .gitignore | 1 + libjpeg-turbo.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 83f9400..2edd9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libjpeg-turbo-1.0.0.tar.gz /libjpeg-turbo-1.2.0.tar.gz /libjpeg-turbo-1.2.1.tar.gz /libjpeg-turbo-1.2.90-20130204svn922.tar.gz +/libjpeg-turbo-1.2.90.tar.gz diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index 1d82a12..da5570b 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -1,14 +1,12 @@ -%global snap 20130204svn922 - Name: libjpeg-turbo Version: 1.2.90 -Release: 0.1.%{snap}%{?dist} +Release: 1%{?dist} Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files Group: System Environment/Libraries License: IJG URL: http://sourceforge.net/projects/libjpeg-turbo -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{snap}.tar.gz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool @@ -91,7 +89,7 @@ This package contains header files necessary for developing programs which will manipulate JPEG files using the TurboJPEG library. %prep -%setup -q -n %{name}-%{version}-%{snap} +%setup -q %patch0 -p1 -b .noinst @@ -167,6 +165,9 @@ make test %{_libdir}/libturbojpeg.so %changelog +* Fri Feb 08 2013 Adam Tkac 1.2.90-1 +- update to 1.2.90 + * Mon Feb 04 2013 Adam Tkac 1.2.90-0.1.20130204svn922 - update to 1.2.80 snapshot (#854695) - run `make test` during build diff --git a/sources b/sources index d4f40c9..c4fedcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ee3bcbf97b302ac3dbc781992716942 libjpeg-turbo-1.2.90-20130204svn922.tar.gz +ea53fc1e8a00c26e2f501385f887f1f6 libjpeg-turbo-1.2.90.tar.gz