rpms/gnome-vfs2/devel gnome-vfs2.spec,1.192,1.193

Tomas Bzatek tbzatek at fedoraproject.org
Mon Aug 3 16:45:34 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/gnome-vfs2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29794

Modified Files:
	gnome-vfs2.spec 
Log Message:
* Mon Aug  3 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.24.1-5
- Fake POT-Creation-Date to prevent multilib issues (#514990)



Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -p -r1.192 -r1.193
--- gnome-vfs2.spec	25 Jul 2009 00:50:48 -0000	1.192
+++ gnome-vfs2.spec	3 Aug 2009 16:45:34 -0000	1.193
@@ -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 <tbzatek at redhat.com> - 2.24.1-5
+- Fake POT-Creation-Date to prevent multilib issues (#514990)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.24.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list