From deedb3cf58596ff9d8f29cf854dcde9b3f87a50fcbab2d5f23bc328d10e29bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 28 May 2014 16:23:37 +0000 Subject: [PATCH] Accepting request 235612 from home:elvigia:branches:multimedia:libs - disable timestamps in doxygen, make build-compare happy OBS-URL: https://build.opensuse.org/request/show/235612 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=50 --- libquicktime.changes | 5 +++++ libquicktime.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libquicktime.changes b/libquicktime.changes index 1419876..7c0a966 100644 --- a/libquicktime.changes +++ b/libquicktime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 28 05:56:42 UTC 2014 - crrodriguez@opensuse.org + +- disable timestamps in doxygen, make build-compare happy + ------------------------------------------------------------------- Mon Mar 18 12:56:46 UTC 2013 - pgajdos@suse.com diff --git a/libquicktime.spec b/libquicktime.spec index af70e98..c441468 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -1,7 +1,7 @@ # # spec file for package libquicktime # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -93,6 +93,7 @@ Tools for reading/writing quicktime movie files. cp -v %{S:1} . %build +echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in %configure \ --enable-gpl \ --docdir="%{_docdir}/%{name}-devel" \