diff --git a/lensfun-0.2.5-multilib.patch b/lensfun-0.2.5-multilib.patch new file mode 100644 index 0000000..3c66af6 --- /dev/null +++ b/lensfun-0.2.5-multilib.patch @@ -0,0 +1,26 @@ +diff -up lensfun-0.2.5/docs/manual-doc.conf.multilib lensfun-0.2.5/docs/manual-doc.conf +--- lensfun-0.2.5/docs/manual-doc.conf.multilib 2009-06-19 22:18:46.000000000 +0200 ++++ lensfun-0.2.5/docs/manual-doc.conf 2012-06-15 14:32:25.236044866 +0200 +@@ -766,7 +766,7 @@ HTML_HEADER = + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = ++HTML_FOOTER = static_footer.html + + # 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 +diff -up lensfun-0.2.5/docs/static_footer.html.multilib lensfun-0.2.5/docs/static_footer.html +--- lensfun-0.2.5/docs/static_footer.html.multilib 2012-06-15 14:31:57.398020826 +0200 ++++ lensfun-0.2.5/docs/static_footer.html 2012-06-15 14:27:49.445806076 +0200 +@@ -0,0 +1,10 @@ ++ ++ ++ ++ diff --git a/lensfun.spec b/lensfun.spec index 08057d4..a308f25 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -4,12 +4,13 @@ Name: lensfun Version: 0.2.5 Summary: Library to rectify defects introduced by photographic lenses -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv3 and CC-BY-SA Group: System Environment/Libraries URL: http://lensfun.berlios.de/ Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2 Patch0: lensfun-0.2.5-cpuid.patch +Patch1: lensfun-0.2.5-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen @@ -41,6 +42,7 @@ using lensfun. %prep %setup -q %patch0 -p1 -b .cpuid +%patch1 -p1 -b .multilib %build @@ -100,6 +102,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 15 2012 Nils Philippsen - 0.2.5-7 +- multilib: don't embed creation dates in generated docs (#831399) + * Tue Jan 10 2012 Nils Philippsen - 0.2.5-6 - rebuild for gcc 4.7