From cbec2cb8f48c05363dbde4b105757dbf2a930495cffbcdbf3c49e48c283a3524 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 4 May 2011 13:50:54 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/libwpd revision 20.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpd?expand=0&rev=a997695b6e88b66c11a5714a20adcc93 --- libwpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwpd.spec b/libwpd.spec index 5a6bd0c..9fd04b0 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -25,7 +25,7 @@ License: LGPLv2.1+ Group: System/Libraries AutoReqProv: on Version: 0.9.2 -Release: 0 +Release: 1 Summary: Library for Importing WordPerfect (tm) Documents Source: libwpd-%{version}.tar.bz2 Url: http://libwpd.sourceforge.net From 535f90610116a2620d00adda81d291bafb26683688f223f61522664d66390ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 23 May 2011 17:10:57 +0000 Subject: [PATCH 2/2] Accepting request 71083 from home:elvigia:branches:devel:libraries:c_c++ - Do not include build dates in docs, messes up build-compare OBS-URL: https://build.opensuse.org/request/show/71083 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpd?expand=0&rev=10 --- libwpd-0.9-nobuilddatetime.patch | 17 +++++++++++++++++ libwpd.changes | 5 +++++ libwpd.spec | 3 ++- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 libwpd-0.9-nobuilddatetime.patch diff --git a/libwpd-0.9-nobuilddatetime.patch b/libwpd-0.9-nobuilddatetime.patch new file mode 100644 index 0000000..d21057d --- /dev/null +++ b/libwpd-0.9-nobuilddatetime.patch @@ -0,0 +1,17 @@ +--- docs/doxygen/doxygen.cfg.orig ++++ docs/doxygen/doxygen.cfg +@@ -674,7 +674,7 @@ HTML_HEADER = header.html.in + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = footer.html.in ++#HTML_FOOTER = footer.html.in + + # The HTML_STYLESHEET tag can be used to specify a user-defined cascading + # style sheet that is used by each HTML page. It can be used to +@@ -1256,3 +1256,5 @@ DOT_CLEANUP = YES + # used. If set to NO the values of all tags below this one will be ignored. + + SEARCHENGINE = NO ++ ++HTML_TIMESTAMP = NO diff --git a/libwpd.changes b/libwpd.changes index 22cb889..a28bf9c 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 23 17:07:53 UTC 2011 - crrodriguez@opensuse.org + +- Do not include build dates in docs, messes up build-compare + ------------------------------------------------------------------- Wed May 4 11:26:00 CEST 2011 - fstrba@novell.com diff --git a/libwpd.spec b/libwpd.spec index 9fd04b0..cfd1e00 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -30,6 +30,7 @@ Summary: Library for Importing WordPerfect (tm) Documents Source: libwpd-%{version}.tar.bz2 Url: http://libwpd.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch0: libwpd-0.9-nobuilddatetime.patch %define debug_package_requires libwpd-0_9-9 = %{version}-%{release} %description @@ -126,7 +127,7 @@ Authors: %prep %setup -q - +%patch0 %build %configure --disable-static --docdir=%_docdir/%name make %{?jobs:-j%jobs}