From 7eec6c0790d406229e6ceab8d2a398a1dd4097dec51872e39b9ce25d092aa49f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 21 Dec 2009 22:54:29 +0000 Subject: [PATCH] Accepting request 27363 from devel:libraries:c_c++ Copy from devel:libraries:c_c++/libedit based on submit request 27363 from user coolo OBS-URL: https://build.opensuse.org/request/show/27363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=4 --- libedit.changes | 10 ++++++++++ libedit.spec | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) 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