# HG changeset patch # User Wolfgang Rosenauer # Date 1319114133 -7200 # Node ID 880a90eb0f924f49bf7830aa24969965de16392d # Parent db8b891eeb1e31ec6cdbf34d2cc9faeb0fb31598 enable telemetry opt-in prompt diff -r db8b891eeb1e -r 880a90eb0f92 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Wed Oct 05 15:58:57 2011 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Thu Oct 20 14:35:33 2011 +0200 @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 20 12:34:47 UTC 2011 - wr@rosenauer.org + +- enable telemetry prompt + ------------------------------------------------------------------- Fri Sep 30 10:52:36 UTC 2011 - wr@rosenauer.org diff -r db8b891eeb1e -r 880a90eb0f92 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Oct 05 15:58:57 2011 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Oct 20 14:35:33 2011 +0200 @@ -240,6 +240,7 @@ export MOZ_BUILD_DATE=%{releasedate} export MOZILLA_OFFICIAL=1 export BUILD_OFFICIAL=1 +export MOZ_TELEMETRY_REPORTING=1 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing" %ifarch ppc64 export CFLAGS="$CFLAGS -mminimal-toc"