Commit Graph

511 Commits

Author SHA1 Message Date
Dennis Gilmore
01a73fc3b5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 20:27:07 -06:00
Jan Horak
b61ccf320b Update to 9.0.1 2011-12-23 09:00:35 +01:00
Jan Horak
36c0fad1a6 Fixed langpacks loading 2011-12-21 10:03:00 +01:00
Jan Horak
ad2ab960ee Update to 9.0, fixed src dir 2011-12-20 14:14:23 +01:00
Jan Horak
c186c491d8 Update to 9.0 2011-12-20 13:50:58 +01:00
Jan Horak
51460be61b fixed test-fail during build 2011-12-15 11:15:39 +01:00
Jan Horak
1370db977f Update to 9.0 beta 5, fixed build dir name 2011-12-15 09:29:55 +01:00
Jan Horak
fb54c173ec Update to 9.0 beta 5 2011-12-15 09:16:45 +01:00
Martin Stransky
126d848301 Disabled addon check UI (#753551) 2011-11-15 11:00:28 +01:00
Martin Stransky
72e447acbb Temporary workaround for langpacks (#753551) 2011-11-15 09:12:44 +01:00
Martin Stransky
838686407a Update to 8.0 - build fixes 2011-11-08 13:41:30 +01:00
Jan Horak
1d3bdc2636 fixed xulrunner version 2011-11-08 11:08:07 +01:00
Jan Horak
7f2ab11c98 Update to 8.0 2011-11-08 10:48:52 +01:00
Martin Stransky
26608097b0 * Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3
- reverted the desktop file name for Fedora15 & 16
2011-10-24 16:31:34 +02:00
Martin Stransky
d7e5f11b81 * Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-2
- renamed mozilla-firefox.desktop to firefox.desktop (#736558)
- nspluginwrapper is not run in plugin-container (#747981)
2011-10-24 15:17:14 +02:00
Jan Horak
9ea8af2fee Update to 7.0.1 2011-09-30 15:42:01 +02:00
Jan Horak
b41e0e7724 Merge branch 'master' of ssh://pkgs.fedoraproject.org/firefox 2011-09-28 23:00:11 +02:00
Martin Stransky
db47774b39 Requiere only main xulrunner/gecko version, not a specific release 2011-09-28 20:39:01 +02:00
Martin Stransky
fa0128fd35 removed unused Requires 2011-09-28 20:30:48 +02:00
Jan Horak
75e2bcf391 Update to 7 2011-09-27 19:36:41 +02:00
Jan Horak
f6a59fa72a Update to 7 2011-09-27 18:20:12 +02:00
Jan Horak
d2cc79302e Update to 7 2011-09-27 18:18:08 +02:00
Jan Horak
6c8be791ec Update to 6.0.2 2011-09-06 16:12:39 +02:00
Martin Stransky
360a07539e Update to 6.0 2011-08-16 17:20:15 +02:00
Christopher Aillon
703a267d1c Fix an issue with a stray glyph in the window title bar.
The ASCII DEL (127) character was appended to the end of every title bar.

This patch fixes the issue by properly assigning PRE_RELEASE_SUFFIX
to an empty string rather than a literal "".  The literal double-quotes
were getting defined to the preprocessor as -DPRE_RELEASE_SUFFIX=""""
and after preprocessing, browser.xul had ASCII DEL (127) characters
instead of the empty string.
2011-06-24 14:01:53 -07:00
Martin Stransky
c7b675230f Reversed mozbz#642795 - Remove support for registering and finding system XULRunner via config files or the registry. 2011-06-21 23:10:25 +02:00
Martin Stransky
77ec8e7377 Update to 5.0 2011-06-21 16:54:10 +02:00
Martin Stransky
73632afa5b Fixed rhbz#676183 - firefox -g is broken 2011-05-10 12:53:22 +02:00
Christopher Aillon
d08397af70 4.0.1 - bump the gecko version, too. 2011-04-29 00:19:41 -07:00
Christopher Aillon
369bd05143 4.0.1 2011-04-28 22:00:04 -07:00
Christopher Aillon
8312bfda04 Bump release to -4 2011-04-21 14:30:37 -07:00
Christopher Aillon
b7c3ec4329 Preserve icon file timestamps 2011-04-16 09:15:59 -07:00
Christopher Aillon
37171eecd4 Simplify the icon install code 2011-04-16 09:04:49 -07:00
Christopher Aillon
5f70bce505 Move %preun before the %post scriptlets 2011-04-15 17:10:51 -07:00
Christopher Aillon
a52b725daa Update scriptlets per latest guidelines
http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
2011-04-15 17:08:42 -07:00
Christopher Aillon
6320782833 Let's do a -3 release 2011-04-04 01:37:06 -07:00
Christopher Aillon
14b5c4f61e Updates for GNOME 3
Taken from https://bugzilla.mozilla.org/show_bug.cgi?id=611953
Patches	2-5.

Not all	patches	have positive review yet; there's a question of
whether to ensure a gsettings key exists, due to picture-filename
changing to picture-uri in the middle of the review process.

This is	something we can control in the	distribution, though, and
don't need to be dynamic about it.
2011-04-03 21:00:32 -07:00
Christopher Aillon
4acbcb3302 Use upstream's version of our patch to set the default browser
When setting the default browser, we want to set it to 'firefox %s'
instead of '/usr/lib{,64}/firefox-4/firefox %s'

firefox-default.patch did the job for us for a bit, but upstream now
has a patch to do this which we can now use.  The patch will check
to see if MOZ_APP_LAUNCHER is passed, and if so, it will use only
the basename when setting the default browser.  We already set
MOZ_APP_LAUNCHER, so just need to switch to using the patch.

From https://bugzilla.mozilla.org/show_bug.cgi?id=611953
Patch 1 - Use MOZ_APP_LAUNCHER for default browser executable (v3, un-bitrotted)
2011-04-03 20:16:30 -07:00
Christopher Aillon
905589a4fd Rebuild 2011-03-22 11:21:31 -07:00
Remi Collet
b1512cc666 Use the gecko_verrel macro for our various requires
This should have been done as part of 59e26d3 but was erroneously
left out. Not doing this would mean that it would be theoretically
possible to update Firefox without a matching XULRunner.

Signed-off-by: Christopher Aillon <caillon@redhat.com>
2011-03-22 11:21:08 -07:00
Christopher Aillon
9f7e181bc4 Firefox 4 2011-03-22 08:41:05 -07:00
Christopher Aillon
59e26d3347 Use pre-versioning similar to XULRunner 2011-03-22 08:35:06 -07:00
Christopher Aillon
c703001907 4.0 RC 2 2011-03-18 18:50:56 -07:00
Christopher Aillon
49840edf8c Install langpacks as .xpi files instead of unpacking them
This helps performance of the browser, notably at startup, as it
needs to open less files.

http://blog.mozilla.com/tglek/2010/03/11/extensions-startup/
2011-03-18 15:00:19 -07:00
Christopher Aillon
8cc5a0416d Macro-ize the langpack directory name 2011-03-18 15:00:19 -07:00
Jan Horak
8f8da735b4 Rebuild against libxul, disabled gnomevfs and enabled gio 2011-03-17 18:17:54 +01:00
Christopher Aillon
02547ae08b 4.0 RC 1
Update tarballdir for 2.0
2011-03-09 14:53:50 -08:00
Christopher Aillon
090a50e9e1 Don't explicitly define MOZ_SERVICES_SYNC=1
it's part of the default build so it gets defined anyway
2011-02-27 01:54:34 -08:00
Christopher Aillon
a290d3e115 stop shipping ghosted {compreg,xpti}.dat
they both moved to the profile directory ages ago
2011-02-26 21:54:26 -08:00
Christopher Aillon
0b79269891 Use omnijar as our chrome file format
Don't bother passing a chrome file format in our mozconfig,
omnijar is the default, but it didn't work before.

Adjust the %files list accordingly.

Move various bits to happen before running make install so they
get automatically added to omni.jar.

Make sure to add our prefs file to the manifest file so it gets
pulled in, too.

See http://blog.mozilla.com/mwu/2010/08/13/omnijar-how-does-it-work/
2011-02-26 19:02:04 -08:00
Christopher Aillon
90f2407d00 Remove User-Agent customizations
Support got dropped in https://bugzilla.mozilla.org/show_bug.cgi?id=581008

https://developer.mozilla.org/en/Gecko_user_agent_string_reference
2011-02-26 16:50:19 -08:00
Christopher Aillon
0bdbcabf4b 4.0 Beta 12 2011-02-25 11:42:42 -08:00
Christopher Aillon
8dfddebb20 find-external-requires isn't needed
since we build against xulrunner.
2011-02-10 21:08:11 -08:00
Christopher Aillon
8a31c9db08 Update gecko-{libs,devel} requires 2011-02-10 21:06:42 -08:00
Christopher Aillon
ba1527bcca Use %{ix86} instead of i386 i686 2011-02-10 19:58:25 -08:00
Christopher Aillon
9f853e9749 Remove some unused local variables 2011-02-10 19:52:18 -08:00
Christopher Aillon
bbec2ad49b Revert the bump, it's not needed.
If only koji weren't sucking because of the mass rebuild, this would
have gotten submitted hours ago... still waiting on koji to start
the finish the newRepo with the nss we need to start the XR build
that this needs....
2011-02-08 13:18:41 -08:00
Dennis Gilmore
a88767615a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 14:13:37 -06:00
Christopher Aillon
c0f195a4ce Firefox 4.0 Beta 11
also, use xz for our generated langpack tarball
2011-02-08 10:17:09 -08:00
Christopher Aillon
90c267f298 Bring back the default browser check
but we don't want the default of '/usr/lib{,64}/firefox-XYZ/firefox %s'
change it to be simply 'firefox %s'
2011-02-07 18:22:22 -08:00
Christopher Aillon
9226a3c56e Remove some crufty commented out code 2011-02-01 09:33:41 -08:00
Christopher Aillon
b4d6e96efe Remove the jemalloc specific patches
They belong in XR, but have already been fixed in other ways anyway
2011-01-31 19:13:52 -08:00
Christopher Aillon
9f0d1ae239 Move the categories directly into the .desktop file itself
No need to --add-category when we simply control the .desktop file
2011-01-31 19:02:11 -08:00
Christopher Aillon
c763d0e4b3 No longer need to define and clean up the build root
In Fedora 13+ this is handled automatically.
http://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag
http://fedoraproject.org/wiki/Packaging/Guidelines#.25clean
2011-01-29 13:55:50 -08:00
Christopher Aillon
4071072ba0 Firefox 4.0 Beta 10
And update firefox-default.patch to continue applying to the new tree
2011-01-25 15:28:58 -08:00
Christopher Aillon
430e7dd338 trivial: change the langpacks from source2 to source1
so that source0 and source1 are the two tarballs we always update
2011-01-25 15:24:40 -08:00
Christopher Aillon
ed92d8077d Fix up optimize flags
Don't pass the opt flags twice to moz, as that will just cause them
to be duplicated in the compile lines.

Remove commented out optimization flags in the mozconfig

Also add a comment about why we disable cpp exceptions
2011-01-25 11:18:34 -08:00
Christopher Aillon
3c6d6f9fe7 Update the parallel build flags
Up to -j4 is supported on x86 arches (upstream builds with -j4)
Leave the other arches out still since they are not proven to be reliable.
2011-01-25 11:15:09 -08:00
Christopher Aillon
b51b2892ba Firefox 4.0 Beta 9 2011-01-14 12:21:37 -08:00
Dan Horák
e09a913b9a - disable ipc on non-x86 arches to match xulrunner 2011-01-06 12:41:29 +01:00
Martin Stransky
1c699fa97d application.ini permission check fix 2011-01-06 10:36:09 +01:00
Martin Stransky
5cc9effe5e Fixed rhbz#667477 - broken launch script 2011-01-06 08:39:35 +01:00
Martin Stransky
767857cdc5 Fixed rhbz#664877 - Cannot read application.ini 2011-01-04 13:00:05 +01:00
Martin Stransky
9019c4cf58 build fixes 2010-12-21 17:43:16 +01:00
Martin Stransky
f492b8cd14 Update to Beta 8 2010-12-21 13:50:19 +01:00
Martin Stransky
251cf5ced1 Fixed rhbz#437608 - When prelink is installed, rpm builds are garbage 2010-12-21 13:18:38 +01:00
Christopher Aillon
985653fc38 pre-releases can be officially branded, as long as they are official pre-releases. nightlies would still need to be unofficial builds 2010-12-08 17:02:45 -08:00
Christopher Aillon
098f463b9b - Use official branding since this is an official beta
- Fix Tab Candy/Panorama (#658573)
2010-12-08 16:56:49 -08:00
Jan Horak
9d48ff371b Fixed files section 2010-11-15 14:51:11 +01:00
Jan Horak
57658a46b0 Added module files 2010-11-15 13:45:54 +01:00
Jan Horak
7973b55962 Removed updater from files 2010-11-15 10:12:58 +01:00
Jan Horak
a57d8cbbe9 Removed firefox-disable-checkupdates.patch and disabled updater 2010-11-12 16:42:39 +01:00
Jan Horak
a9a8d1eed9 Fixed xulrunner version 2010-11-12 13:43:10 +01:00
Jan Horak
0fd9205799 Update to 4.0b7 2010-11-11 19:41:06 +01:00
Jesse Keating
dfc915687d - Rebuilt for gcc bug 634757 2010-09-29 14:11:09 -07:00
Martin Stransky
da055d6549 Enabled langpacks 2010-09-21 16:46:19 +02:00
Martin Stransky
0a804ca2c2 Update to 4.0 Beta 6, Disabled langpacks for now 2010-09-21 16:02:15 +02:00
Tom "spot" Callaway
bba7f23d75 add chrome.manifest file 2010-09-07 14:53:31 -04:00
Tom "spot" Callaway
b7539261ab drop browser.manifest from %files, add new *.manifest files 2010-09-07 14:36:06 -04:00
Tom "spot" Callaway
61fb4595e4 BuildRequires: yasm 2010-09-07 14:21:00 -04:00
Tom "spot" Callaway
73f35a9a59 correct source file 2010-09-07 12:15:08 -04:00
Tom "spot" Callaway
2cfd6db9c3 fixed spec file, take 2 2010-09-07 11:19:24 -04:00
Tom "spot" Callaway
7807013a6c fixed patches, fixed spec file 2010-09-07 10:57:17 -04:00
Martin Stransky
cd9477d203 Update to 4.0 Beta 4 2010-08-30 16:51:27 +02:00
Martin Stransky
4c3c3e64a0 - Fixed rhbz#531159 - disable firefox default browser check
- Disabled automatic updates
2010-06-24 10:51:03 +00:00
Jan Horak
341ecd0626 Update to 3.6.4 2010-06-23 09:10:39 +00:00
Martin Stransky
283554adec Fixed language packs (#559960) 2010-04-13 10:15:56 +00:00
Martin Stransky
84634ca6ea Fixed multilib conflict 2010-04-12 10:53:15 +00:00
Martin Stransky
b28ffa61eb Fixed install dir 2010-04-06 06:59:58 +00:00
Martin Stransky
7ef47da3d3 Fixed install dir 2010-04-06 06:54:41 +00:00