diff --git a/libedit.changes b/libedit.changes index 6462420..36a21d9 100644 --- a/libedit.changes +++ b/libedit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 21 17:27:40 UTC 2009 - coolo@novell.com + +- fix build with using autoreconf + +------------------------------------------------------------------- +Sat Dec 19 12:39:03 CET 2009 - jengelh@medozas.de + +- Enable parallel build + ------------------------------------------------------------------- Thu Dec 3 16:01:23 CET 2009 - vuntz@opensuse.org diff --git a/libedit.spec b/libedit.spec index 86fa173..31bf077 100644 --- a/libedit.spec +++ b/libedit.spec @@ -20,7 +20,7 @@ Name: libedit Version: 3.0.snap20090923 -Release: 1 +Release: 2 %define pkg_name libedit %define pkg_version 20090923-3.0 # @@ -100,9 +100,9 @@ Authors: %patch0 -p1 %build -autoconf -f +autoreconf -f -i %configure --disable-static --with-pic -%{__make} +%{__make} %{?jobs:-j%jobs} %install %makeinstall