From 64bab08cbebc4e43980d4536ccfd950c6cb8a4b8b48b66b9ecc242147c20b833 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 2 Oct 2011 14:35:18 +0000 Subject: [PATCH] Accepting request 86019 from home:coolo:removelibtool add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/86019 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=10 --- gc.changes | 5 +++++ gc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gc.changes b/gc.changes index c803fb4..b1c4abe 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 1 05:39:10 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Fri Sep 30 19:06:55 UTC 2011 - crrodriguez@opensuse.org diff --git a/gc.spec b/gc.spec index 2ef0763..382ca4f 100644 --- a/gc.spec +++ b/gc.spec @@ -29,6 +29,7 @@ Source: %{name}-%{src_ver}.tar.bz2 Patch0: %{name}-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ pkg-config +BuildRequires: libtool %description The Boehm-Demers-Weiser conservative garbage collector can be used as a