diff --git a/cmpfit.spec b/cmpfit.spec index 8190c4d..6364526 100644 --- a/cmpfit.spec +++ b/cmpfit.spec @@ -4,7 +4,7 @@ Name: cmpfit Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A MINPACK-1 Least Squares Fitting Library in C License: BSD @@ -38,9 +38,6 @@ application. %patch0 %patch1 -# patching obtained from fityk github repo -sed -i 's/if (config->maxiter > 0)/if (config->maxiter >= 0)/' mpfit.c - %build # Manual build, makefile only does static library gcc %{optflags} -fpic -c -o mpfit.o mpfit.c @@ -71,6 +68,9 @@ popd %{_libdir}/libmpfit.so %changelog +* Fri Jun 06 2014 Mukundan Ragavan - 1.2-5 +- Reverted patch + * Thu Jun 05 2014 Mukundan Ragavan - 1.2-4 - Correct patch added