From fde96ae504d2a8176108eca096276bc3408019f7d7250ede33a2334ea2905bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 20 May 2014 12:27:16 +0000 Subject: [PATCH 1/2] Accepting request 234831 from devel:ARM:Factory - remove dependency on doxygen. Doxygen is only used for generating the html documentation, but the html documentation was not actually packaged, so there is no point in running it. OBS-URL: https://build.opensuse.org/request/show/234831 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=30 --- talloc.changes | 7 +++++++ talloc.spec | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/talloc.changes b/talloc.changes index cdacdb5..6ac9251 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 20 11:59:12 UTC 2014 - dmueller@suse.com + +- remove dependency on doxygen. Doxygen is only used for generating + the html documentation, but the html documentation was not + actually packaged, so there is no point in running it. + ------------------------------------------------------------------- Wed Apr 23 16:42:59 UTC 2014 - dmueller@suse.com diff --git a/talloc.spec b/talloc.spec index 9325b77..2c6aa00 100644 --- a/talloc.spec +++ b/talloc.spec @@ -26,7 +26,6 @@ Name: talloc %endif BuildRequires: autoconf BuildRequires: docbook-xsl-stylesheets -BuildRequires: doxygen BuildRequires: libxslt %if 0%{?suse_version} > 1020 BuildRequires: pkg-config @@ -132,7 +131,6 @@ CONFIGURE_OPTIONS="\ ./configure ${CONFIGURE_OPTIONS} %{__make} %{build_make_smp_mflags} \ all -doxygen doxy.config %check # make test doesn't work with --disable-rpath From 68690b55ce40822bdd182c2a93d43633058c18cde5e2c4712568ba5f64994b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 20 May 2014 12:28:43 +0000 Subject: [PATCH 2/2] Capitalize begin of change log sentence. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=31 --- talloc.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talloc.changes b/talloc.changes index 6ac9251..1c83156 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue May 20 11:59:12 UTC 2014 - dmueller@suse.com -- remove dependency on doxygen. Doxygen is only used for generating +- Remove dependency on doxygen. Doxygen is only used for generating the html documentation, but the html documentation was not actually packaged, so there is no point in running it.