- omit deprecated memleak patch

This commit is contained in:
Rex Dieter 2006-12-09 04:12:31 +00:00
parent 656e9a88eb
commit 8a381b540f

View File

@ -11,7 +11,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1
Name: jasper
Group: System Environment/Libraries
Version: 1.900.0
Release: 2%{?dist}
Release: 3%{?dist}
License: JasPer License Version 2.0
%if "%{?geo:1}" == "1"
@ -57,7 +57,7 @@ Requires: libjpeg-devel
%setup -q -n %{name}-%{version}%{?geo:.GEO}
%patch1 -p1 -b .GL
%patch3 -p1 -b .memleak
#patch3 -p1 -b .memleak
%if "%{?geo:1}" == "1"
chmod +x configure configure.ac
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-3
- omit deprecated memleak patch
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-2
- jasper-1.900.0 (#218947)