From 6fbde2d93c36dc64c183f4bf977b21ed1b3f80099a438ccfcad0089624564340 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:03:02 +0000 Subject: [PATCH] Accepting request 85997 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/85997 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=111 --- eog.changes | 5 +++++ eog.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/eog.changes b/eog.changes index f054d9e..46defa4 100644 --- a/eog.changes +++ b/eog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:58 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Mon Sep 26 21:29:09 UTC 2011 - vuntz@opensuse.org diff --git a/eog.spec b/eog.spec index 5db3078..3bb043b 100644 --- a/eog.spec +++ b/eog.spec @@ -31,6 +31,7 @@ BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: libexempi-devel BuildRequires: libjpeg-devel +BuildRequires: libtool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gdk-pixbuf-2.0)