diff --git a/jasper.spec b/jasper.spec index c1e5033..c5009a1 100644 --- a/jasper.spec +++ b/jasper.spec @@ -7,7 +7,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries Version: 1.900.1 -Release: 23%{?dist} +Release: 24%{?dist} License: JasPer URL: http://www.ece.uvic.ca/~frodo/jasper/ @@ -41,7 +41,8 @@ Patch14: jasper-1.900.1-Coverity-RESOURCE_LEAK.patch Patch15: jasper-1.900.1-Coverity-UNREACHABLE.patch Patch16: jasper-1.900.1-Coverity-UNUSED_VALUE.patch -BuildRequires: automake libtool +# autoreconf +BuildRequires: autoconf automake libtool BuildRequires: freeglut-devel BuildRequires: libGLU-devel BuildRequires: libjpeg-devel @@ -101,7 +102,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %patch15 -p1 -b .UNREACHABLE %patch16 -p1 -b .UNUSED_VALUE -autoreconf -i +autoreconf --verbose --force --install %build @@ -169,6 +170,9 @@ make check %changelog +* Mon Mar 25 2013 Jiri Popelka - 1.900.1-24 +- added --force option to autoreconf (#925604) + * Thu Feb 14 2013 Fedora Release Engineering - 1.900.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild