From d3d6aebbd1e5843442612bc85c0d5521f23df5d4 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 3 Aug 2009 16:45:34 +0000 Subject: [PATCH] - Fake POT-Creation-Date to prevent multilib issues (#514990) --- gnome-vfs2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index f6ccc77..399e23b 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -14,7 +14,7 @@ Summary: The GNOME virtual file-system libraries Name: gnome-vfs2 Version: 2.24.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ and GPLv2+ # the daemon and the library are LGPLv2+ # the modules are LGPLv2+ and GPLv2+ @@ -144,6 +144,9 @@ cd po grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep mv POTFILES.keep POTFILES.in intltool-update --pot +PO_FAKE_DATE="2009-08-03 18:00+0200" # fake this to be equal in every build +PO_FAKE_DATE_EXPR='\(.*POT-Creation-Date: *\)\(.*\)\(\\n.*\)' +sed --in-place "s/${PO_FAKE_DATE_EXPR}/\1${PO_FAKE_DATE}\3/" %{po_package}.pot for p in *.po; do msgmerge $p %{po_package}.pot > $p.out msgfmt -o `basename $p .po`.gmo $p.out @@ -239,6 +242,9 @@ fi %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Mon Aug 3 2009 Tomas Bzatek - 2.24.1-5 +- Fake POT-Creation-Date to prevent multilib issues (#514990) + * Fri Jul 24 2009 Fedora Release Engineering - 2.24.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild