From a5457b501ba0f55654787fd8426d6e3ba4ccca3af4d9baf046666fb545ff4383 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sun, 26 Feb 2012 13:30:25 +0000 Subject: [PATCH 1/2] Accepting request 106895 from home:coolo:branches:openSUSE:Factory - buildrequire libxml-tools for xmlcatalog and avoid the full bloated python, use python-base instead OBS-URL: https://build.opensuse.org/request/show/106895 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-doc?expand=0&rev=22 --- gtk-doc.changes | 6 ++++++ gtk-doc.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gtk-doc.changes b/gtk-doc.changes index bf89886..4d8a7b2 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 25 12:57:32 UTC 2012 - coolo@suse.com + +- buildrequire libxml-tools for xmlcatalog and avoid the full + bloated python, use python-base instead + ------------------------------------------------------------------- Thu Dec 22 09:38:31 UTC 2011 - vuntz@opensuse.org diff --git a/gtk-doc.spec b/gtk-doc.spec index e562f10..8a4dc9e 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,7 +1,7 @@ # # spec file for package gtk-doc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gtk-doc Version: 1.18 Release: 0 @@ -27,15 +28,16 @@ Source: http://download.gnome.org/sources/gtk-doc/1.18/%{name}-%{version # in glib2. BuildRequires: docbook-xsl-stylesheets BuildRequires: gnome-doc-utils-devel +BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: openjade BuildRequires: pkg-config -BuildRequires: python +BuildRequires: python-base BuildRequires: sgml-skel Requires: docbook-dsssl-stylesheets Requires: docbook-xsl-stylesheets Requires: docbook_4 -Requires: libxml2 +Requires: libxml2-tools Requires: libxslt Requires: openjade Recommends: source-highlight From 7da8bf216aeb59cd4e9ad77f3392659da412260b4c29cc6cda8c1e293ab8c96c Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sun, 26 Feb 2012 13:32:55 +0000 Subject: [PATCH 2/2] Accepting request 106995 from home:vuntz:branches:GNOME:Factory Clarify .changes OBS-URL: https://build.opensuse.org/request/show/106995 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-doc?expand=0&rev=23 --- gtk-doc.changes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk-doc.changes b/gtk-doc.changes index 4d8a7b2..aaca427 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,8 +1,11 @@ ------------------------------------------------------------------- Sat Feb 25 12:57:32 UTC 2012 - coolo@suse.com -- buildrequire libxml-tools for xmlcatalog and avoid the full - bloated python, use python-base instead +- Add libxml2-tools BuildRequires for xmlcatalog, now that libxml2 + got split. +- Change python BuildRequires to python-base as the full python + isn't needed. +- Change libxml2 Requires to libxml2-tools for the same reason. ------------------------------------------------------------------- Thu Dec 22 09:38:31 UTC 2011 - vuntz@opensuse.org