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
Martin Stransky
9c186c088e
Update to 3.6.3
2010-04-03 10:10:51 +00:00
Jan Horak
12594712e4
Update to 3.6.2
2010-03-23 11:28:26 +00:00
Martin Stransky
e1fa01ec3d
Added fix for #559960
2010-02-24 13:55:11 +00:00
Martin Stransky
04d8b1f14d
Update to 3.6
2010-01-22 10:19:19 +00:00
Martin Stransky
07b9afe542
version update
2010-01-18 12:57:48 +00:00
Martin Stransky
e618b4061c
Fix for #556428 - Restricted maximal xulrunner version
2010-01-18 12:52:55 +00:00
Martin Stransky
cd2779fcc3
Update to 3.6.1 RC2
2010-01-18 12:07:09 +00:00
Martin Stransky
7ac9c534cc
Update to 3.6.1 RC1
2010-01-13 21:14:07 +00:00
Martin Stransky
6b3c95cdd2
firefox.sh fix ( #553184 )
2010-01-07 11:36:50 +00:00
Martin Stransky
3111c6ab29
Grrr, new year is here
2010-01-05 13:38:07 +00:00
Martin Stransky
ea2cabb8bc
Removed MOZ_LOCAL_LANGPACKS from browser launcher script ( #284011 )
2010-01-05 13:37:25 +00:00
Martin Stransky
6bc169c4f6
Update to 3.6.1 Beta 5
2009-12-21 10:25:53 +00:00
Martin Stransky
38b02c818b
Added fix for mozbz#526152 - jemalloc fix
2009-12-17 09:42:00 +00:00
Martin Stransky
b02dbcc6fc
build fix
2009-11-27 11:02:06 +00:00
Martin Stransky
91cd954b65
Update to 3.6.1 Beta 4
2009-11-27 10:55:54 +00:00
Martin Stransky
e86a9f2410
Language pack updated ( #284011 )
2009-11-25 15:17:54 +00:00
Martin Stransky
cd934b2350
- Necko wifi monitor disabled
...
- Added source URL (#521704 )
2009-11-20 07:29:30 +00:00
Martin Stransky
d5ca6f85d9
Rebase to 3.6.1 Beta 3
2009-11-18 22:16:45 +00:00
Martin Stransky
36706a2e37
Rebase to 3.6.1 Beta 3
2009-11-18 21:55:27 +00:00
Martin Stransky
78ac09462f
Added buildrequires
2009-11-18 11:25:00 +00:00
Martin Stransky
75e33f00cd
Update to 3.6
2009-11-18 11:08:31 +00:00
Jan Horak
4a41608186
Update to 3.5.5
2009-11-05 10:00:21 +00:00
Jan Horak
c350ac97fd
Update to 3.5.4
2009-10-27 12:11:57 +00:00
Jan Horak
5ca081e3ae
Update to 3.5.3
2009-09-11 07:07:45 +00:00
Martin Stransky
590f3a7a51
Rebuilt
2009-08-06 15:24:40 +00:00
Martin Stransky
e5f8814cb2
Fix for #437596 - Firefox needs to register proper name for session restore
2009-08-06 13:10:16 +00:00
Christopher Aillon
2f9ad5a5ff
Remove spurious BuildRequires - these are all BuildRequire'd by
...
xulrunner-devel, which we BR
2009-08-06 08:03:57 +00:00
Christopher Aillon
c919e1d9ea
- Update to 3.5.2
2009-08-03 22:47:03 +00:00
Jan Horak
8f828a9d39
Adjust icons cache update according to template
2009-07-24 10:44:55 +00:00
Jan Horak
8fa89a42da
New icons fixed
2009-07-22 10:39:24 +00:00
Christopher Aillon
05bc1fdc04
- Update to 3.5.1
2009-07-17 19:02:44 +00:00
Jan Horak
b2f9b6f73b
Updated icon
2009-07-13 09:04:04 +00:00
Christopher Aillon
1458ae2ff3
- Firefox 3.5 final release
2009-06-30 15:33:33 +00:00
Martin Stransky
1d91ddc613
Resolves : #502541
2009-05-26 11:28:42 +00:00
Christopher Aillon
0793230a7f
- 3.5 beta 4
2009-04-28 02:55:53 +00:00
Christopher Aillon
542036830b
fix the tarball
2009-03-28 00:44:08 +00:00
Christopher Aillon
925aa886bd
- Rebuild against newer gecko
2009-03-27 22:59:51 +00:00
Christopher Aillon
aa0879f2c4
- 3.1 beta 3
2009-03-13 23:35:56 +00:00
Jesse Keating
44bc783809
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-24 17:12:53 +00:00
Christopher Aillon
2346eb94b9
- Drop explicit requirement on desktop-file-utils
2009-02-11 17:52:11 +00:00
Jan Horak
a31088e9f3
Fixed wrong LANG and LC_MESSAGES variables interpretation ( #441973 )\nin
...
startup script.
2009-01-07 15:49:05 +00:00
Christopher Aillon
8932b3cc85
- 3.1 beta 2
2008-12-21 22:29:35 +00:00
Christopher Aillon
24bb4ebc72
- Rebuild
2008-12-10 01:03:41 +00:00
Christopher Aillon
3a31b127ee
Run autoconf-2.13 since configure is not generated in the tarball
2008-12-09 17:31:09 +00:00
Christopher Aillon
edd27f3af5
BR: autoconf213 to see if that helps
2008-12-09 17:13:33 +00:00
Christopher Aillon
4d8ece2e6e
force to -j1 to see if this helps the build
2008-12-08 23:40:10 +00:00
Christopher Aillon
9d252f05c0
- Update to 3.1 beta 1
2008-12-05 04:52:10 +00:00
Jan Horak
ea4f77bc1b
- Removed firefox-2.0-getstartpage.patch patch
...
- Start page is set by different way
2008-11-13 15:07:40 +00:00
Christopher Aillon
f811d4fd8d
- Update to 3.0.2
2008-09-23 23:57:06 +00:00
Martin Stransky
2ecacac81f
Export correct locale in firefox-l10n.js
2008-07-24 14:42:59 +00:00
Christopher Aillon
d96a1e8014
BR: zip
2008-07-19 00:50:41 +00:00
Christopher Aillon
73a3fcfd12
- Update to 3.0.1
2008-07-19 00:38:14 +00:00
Christopher Aillon
5fe54d7035
- Firefox 3 Final
2008-06-18 00:52:47 +00:00
Christopher Aillon
4d330ff93b
fix the build
2008-05-22 22:08:58 +00:00
Christopher Aillon
10e446d0a2
- Revert to 2008-04-16 trunk
2008-05-22 17:56:58 +00:00
Christopher Aillon
cd90aca267
get the name right...
2008-05-17 13:37:15 +00:00
Christopher Aillon
e95c38de2e
jemalloc.so is from XR; built erroneously here
2008-05-17 13:24:21 +00:00
Christopher Aillon
70885f590c
- Update to latest trunk (2008-05-16)
2008-05-17 03:24:06 +00:00
Christopher Aillon
2a35d589aa
- Update to latest trunk (2008-04-16)
2008-04-17 02:23:39 +00:00
Christopher Aillon
ce07498804
- Update to latest trunk (2008-04-14)
2008-04-15 04:18:09 +00:00
Christopher Aillon
37e1938c6b
- Update to latest trunk (2008-04-08)
2008-04-09 03:45:43 +00:00
Christopher Aillon
af4445e911
touch the lang file so %files -f works when we don't have langpacks
2008-04-08 13:51:18 +00:00
Christopher Aillon
383fabfbe1
- Update to latest trunk (2008-04-07)
2008-04-08 04:04:49 +00:00
Christopher Aillon
fa79345e59
Mark langpacks with %lang
2008-04-08 03:56:54 +00:00
Christopher Aillon
3ecdbddd08
- Update to latest trunk (2008-04-06)
2008-04-07 04:02:55 +00:00
Christopher Aillon
deb6396efc
- Update to latest trunk (2008-04-05)
2008-04-06 04:29:10 +00:00
Christopher Aillon
cf64244634
- Update to latest trunk (2008-04-04)
2008-04-05 04:04:44 +00:00
Christopher Aillon
245d782a6f
Fru Apr 4 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.55
...
- Update to latest trunk (2008-04-04)
2008-04-05 04:00:08 +00:00
Christopher Aillon
b67e31be36
- Update to latest trunk (2008-04-03)
2008-04-04 04:18:55 +00:00
Christopher Aillon
d32f532fe1
- Update to latest trunk (2008-04-02)
2008-04-03 02:55:06 +00:00
Christopher Aillon
fac6956826
- Update to latest trunk (2008-04-01)
2008-04-02 03:19:31 +00:00
Christopher Aillon
60536916c2
- Update to latest trunk (2008-03-31)
2008-04-01 01:57:54 +00:00
Christopher Aillon
1e1a1a70dc
- Update to latest trunk (2008-03-27)
2008-03-28 01:32:31 +00:00
Christopher Aillon
32a05d1fc1
- Update to latest trunk (2008-03-26)
2008-03-27 01:25:52 +00:00
Christopher Aillon
005e90b818
- Update to latest trunk (2008-03-24)
2008-03-26 01:57:05 +00:00
Christopher Aillon
d8c316be3d
- Update to latest trunk (2008-03-24)
2008-03-25 02:21:44 +00:00
Christopher Aillon
747586789b
add blocklist.xml
2008-03-21 13:40:41 +00:00
Christopher Aillon
1edc49dff7
- Update to latest trunk (2008-03-20)
2008-03-20 22:39:40 +00:00
Christopher Aillon
0e6c7c7fe5
- Update to latest trunk (2008-03-17)
2008-03-17 21:37:14 +00:00
Christopher Aillon
67ba4bda3c
- Revert to trunk from the 15th to fix crashes on HTTPS sites
2008-03-17 18:12:26 +00:00
Christopher Aillon
f2e0fb1afd
- Update to latest trunk (2008-03-16)
2008-03-17 03:30:57 +00:00
Christopher Aillon
8113731e04
jemalloc.so no longer provided
2008-03-16 04:26:11 +00:00
Christopher Aillon
7e689ee2b2
- Update to latest trunk (2008-03-15)
2008-03-16 02:24:48 +00:00
Christopher Aillon
00cdbcf3c6
remove commented block (for bookmarks)
2008-03-15 18:19:54 +00:00
Christopher Aillon
164cb5959e
- Avoid conflicts between gecko debuginfo packages
2008-03-15 18:01:26 +00:00
Christopher Aillon
26e43ad650
Use the BuildRoot du jour
2008-03-15 17:16:30 +00:00
Christopher Aillon
303ddaffd5
- Update to latest trunk (2008-03-12)
2008-03-13 00:20:25 +00:00
Christopher Aillon
caac044c56
- Update to latest trunk (2008-03-11)
2008-03-12 03:38:20 +00:00
Christopher Aillon
41a4ef6f53
- Update to latest trunk (2008-03-10)
2008-03-11 02:01:06 +00:00
Christopher Aillon
cc3451f096
make the useragent VR match the rpm
2008-03-10 04:58:11 +00:00
Christopher Aillon
93ce3d83ff
- Update to latest trunk (2008-03-09)
2008-03-09 22:04:20 +00:00
Christopher Aillon
018bdff198
- Update to latest trunk (2008-03-07)
2008-03-08 04:08:51 +00:00
Christopher Aillon
a37166b17a
- Update to latest trunk (2008-03-06)
2008-03-07 04:09:57 +00:00
Christopher Aillon
a80f9782a5
post-beta4
2008-03-05 03:49:21 +00:00
Christopher Aillon
ac3eceea83
- Update to latest trunk (2008-03-04)
2008-03-05 03:44:01 +00:00
Christopher Aillon
daba88f38b
- Update to latest trunk (2008-03-02)
2008-03-03 03:28:00 +00:00
Christopher Aillon
6247d142a4
- Update to latest trunk (2008-03-01)
2008-03-02 03:53:41 +00:00
Christopher Aillon
1fa2641eb9
- Update to latest trunk (2008-02-29)
2008-03-01 03:55:34 +00:00
Christopher Aillon
9f0cd77dd4
- Update to latest trunk (2008-02-28)
2008-02-29 04:02:51 +00:00
Christopher Aillon
f06b529fb4
- Update to latest trunk (2008-02-27)
2008-02-28 03:20:36 +00:00
Christopher Aillon
ab521bbaa4
- Update to latest trunk (2008-02-26)
2008-02-27 03:02:13 +00:00
Christopher Aillon
68bc9ec739
- Update to latest trunk (2008-02-23)
2008-02-24 02:30:20 +00:00
Christopher Aillon
81a5fc8ed1
- Update to latest trunk (2008-02-22)
2008-02-23 02:30:40 +00:00
Christopher Aillon
e3ec569036
- Update to latest trunk (2008-02-21)
2008-02-22 02:30:18 +00:00
Christopher Aillon
555c0d4806
- Update to latest trunk (2008-02-20)
2008-02-21 01:44:16 +00:00
Christopher Aillon
d6e8579a9c
- Update to latest trunk (2008-02-17)
2008-02-18 02:30:07 +00:00
Christopher Aillon
d0055ad483
- Update to latest trunk (2008-02-15)
2008-02-16 02:38:50 +00:00
Christopher Aillon
192fcd177d
- Update to latest trunk (2008-02-14)
2008-02-15 02:12:59 +00:00
Christopher Aillon
30f55ba62e
- Update to latest trunk (2008-02-13)
2008-02-14 02:22:37 +00:00
Christopher Aillon
c57b81d906
- Update to latest trunk (2008-02-12)
2008-02-13 03:44:20 +00:00
Christopher Aillon
b08096b0a4
- Update to latest trunk (2008-02-11)
2008-02-12 03:24:43 +00:00
Christopher Aillon
44314cb82c
- Update to latest trunk (2008-02-10)
2008-02-11 00:31:43 +00:00
Christopher Aillon
1301480212
- Update to latest trunk (2008-02-09)
2008-02-10 02:15:53 +00:00
Christopher Aillon
e9866a158b
bump the internal version
2008-02-07 04:44:08 +00:00
Christopher Aillon
6acf837bae
- Update to latest trunk (2008-02-06)
2008-02-07 04:17:03 +00:00
Christopher Aillon
06bf1b2960
bump the req
2008-01-30 20:17:13 +00:00
Christopher Aillon
204df9ddce
Use the right source tarball
2008-01-30 15:36:22 +00:00
Martin Stransky
ee9e9cf00d
Backported old laucher
2008-01-30 14:16:28 +00:00
Martin Stransky
78bb3dbf1a
Update to latest trunk (2008-01-30)
2008-01-30 12:40:35 +00:00
Martin Stransky
cac10961d4
- cleared starting scripts, removed useless parts
2008-01-28 14:10:56 +00:00
Christopher Aillon
1c90bd480b
fix icon
2008-01-22 06:57:16 +00:00
Christopher Aillon
17bb169985
fix tarball
2008-01-22 06:40:21 +00:00
Christopher Aillon
d06737d853
- Update to latest trunk (2008-01-21)
2008-01-22 06:17:59 +00:00
Christopher Aillon
884f977f32
- Update to latest trunk (2008-01-15)
...
- Now with system extensions directory support
- Temporarily disable langpacks while we're on the bleeding edge
- Remove skeleton files; they are in xulrunner now
2008-01-16 03:16:49 +00:00
Christopher Aillon
6e35cec7cb
fix icon location
2008-01-15 00:22:32 +00:00
Christopher Aillon
be4ca48422
Fix BR
2008-01-15 00:01:42 +00:00
Christopher Aillon
1bfbc4df17
- Update to latest trunk (20080113)
...
- Fix the default prefs, homepage, and useragent string
2008-01-14 18:58:46 +00:00
Martin Stransky
2226452c98
rebuilt agains xulrunner-devel-unstable
2008-01-10 15:33:09 +00:00
Martin Stransky
764e2e8518
rebuilt agains xulrunner-devel-unstable
2008-01-10 15:31:16 +00:00
Martin Stransky
a5b09ea0a4
added the ssl patch
2008-01-08 10:43:50 +00:00
Martin Stransky
c4ae068d48
added ssl exception patch (mozbz #411037 )
2008-01-07 16:04:27 +00:00
Christopher Aillon
d2bf350cef
- Drop a few patches we don't need anymore
2008-01-04 16:53:15 +00:00
Martin Stransky
d6b2347cbd
- removed broken langpack
...
- built against libxul
2008-01-04 16:00:00 +00:00
Christopher Aillon
2185f91965
- Drop a few patches we don't need anymore
2008-01-04 14:07:08 +00:00
Christopher Aillon
5732aa403f
update scriptlets based on the latest blessed versions
2008-01-03 18:23:11 +00:00
Martin Stransky
54bf64e5e8
updated to the latest trunk (20080103)
2008-01-03 15:47:42 +00:00
Martin Stransky
89bcf2e3c9
updated a language pack ( #427182 )
2008-01-02 13:07:57 +00:00
Martin Stransky
293dab992e
added default fedora homepage
2008-01-02 12:46:48 +00:00
Christopher Aillon
08a9fdda4d
typo fix
2007-12-31 18:01:27 +00:00
Christopher Aillon
cbc5acd20c
- Create and own /etc/skel/.mozilla
...
- No longer need add-gecko-provides
2007-12-31 17:41:57 +00:00
Christopher Aillon
557e35af96
- When there are both 32- and 64-bit versions of XPCOM installed on disk
...
make sure to load the correct one.
2007-12-22 02:19:59 +00:00
Martin Stransky
30f6ae41eb
fixed xulrunner dependency
2007-12-20 10:31:27 +00:00
Martin Stransky
723b62caa8
removed a typo
2007-12-19 16:46:18 +00:00
Martin Stransky
0da741f10b
fixed sdk path
2007-12-19 16:43:29 +00:00
Martin Stransky
04def63329
spec polishing
2007-12-19 11:50:34 +00:00
Martin Stransky
c4be312974
starting scripts fixes
2007-12-19 11:13:08 +00:00
Martin Stransky
bede30df0b
- moved to XUL Runner and updated to 3.0b3pre
...
- removed firefox-devel package, gecko-libs is provided by xulrunner-devel
now.
2007-12-18 14:33:32 +00:00
Christopher Aillon
b817622108
...and put back all of the prefs
2007-12-13 15:03:30 +00:00
Christopher Aillon
8bebccad42
- Fix the getStartPage method to not return blank. Patch by
...
pspencer@fields.utoronto.ca
2007-12-13 14:38:04 +00:00
Christopher Aillon
f7521edcc3
Add LICENSE to %doc
2007-12-09 17:46:52 +00:00
Christopher Aillon
3f0fba2562
- Fix up some rpmlint warnings
...
- Use only one pref for the homepage for now
- Drop some old patches and some obsolote Obsoletes
2007-12-09 11:35:10 +00:00
Martin Stransky
b7c5c4d382
- fixed an icon location
2007-12-04 16:25:53 +00:00
Martin Stransky
04f65bfe83
- removed gre.conf file (most of the gtkmozembed applications run with
...
xulrunner now)
2007-12-03 11:52:56 +00:00
Christopher Aillon
4eb59d17eb
- Update to 2.0.0.10
2007-11-27 01:43:10 +00:00
Martin Stransky
15e1d52c06
updated to the latest upstream, sync. with f8
2007-11-05 12:00:37 +00:00
Christopher Aillon
b20ad6ad89
- Tweak the default backspace behavior to be more in line with GNOME
...
convention, Mozilla upstream, and other distros rht#355511 moz#358764
novl#215502
2007-10-31 10:56:22 +00:00
Martin Stransky
8296c9470e
Removed source hack
2007-10-23 09:03:21 +00:00
Martin Stransky
99499f4745
this part can't be in the build section
2007-10-23 07:38:08 +00:00
Martin Stransky
b389863e0e
- updated to the latest upstream
...
- moved preference updates to build section
2007-10-23 07:21:35 +00:00
Jesse Keating
fc9a04701e
- Disable the Firefox startup notification support for now.
2007-10-18 19:39:35 +00:00
Martin Stransky
22615371e7
- Fixed #242657 - firefox -g doesn't work
2007-09-26 13:59:13 +00:00
Martin Stransky
51f90aa18a
- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
2007-09-25 18:00:36 +00:00
Christopher Aillon
4ca0d1acd4
remove some no longer used patches
2007-09-25 04:49:20 +00:00
Christopher Aillon
885c4fb867
BR startup-notification-devel
2007-09-25 04:03:53 +00:00
Christopher Aillon
f0eebf3f41
- Startup notification support
2007-09-25 03:36:23 +00:00
Christopher Aillon
e7f0eeea85
- Fix crashes when using GTK+ themes containing a gtkrc which specify
...
GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
2007-09-11 18:55:30 +00:00
Martin Stransky
5c1d44cbf6
- added fix for #246248 - firefox crashes when searching for word "do"
2007-09-10 13:10:00 +00:00
Christopher Aillon
f4a4fd1616
- Fix default page for all locales
2007-09-06 14:30:01 +00:00
Christopher Aillon
b16db2c479
- Tweak the default home page
2007-08-29 17:03:19 +00:00
Adam Jackson
2d6895b096
- Rebuild for build ID
2007-08-24 14:45:37 +00:00
Christopher Aillon
31f0244218
- Update the license tag
2007-08-13 20:25:11 +00:00
Martin Stransky
9ba2f30c2e
removed plugin configuration utility
2007-08-07 08:32:03 +00:00
Martin Stransky
15debc1757
unwrapped plugins moved to the old location
2007-08-06 10:33:33 +00:00
Christopher Aillon
be713dba96
- Update to 2.0.0.6
...
- Fix dnd support to/from gtk2 apps
- Fix installed permissions of *.png
2007-08-04 19:37:08 +00:00
Martin Stransky
c6d9eb19e1
added nspluginwrapper support
2007-07-31 10:50:12 +00:00
Kai Engert
d81aecc21d
- Update to 2.0.0.5
2007-07-18 15:01:13 +00:00
Martin Stransky
4a48addf3b
backported pango patches from FC6
2007-07-09 10:15:21 +00:00
Christopher Aillon
ac0321ef67
- Properly clean up threads with newer NSPR
2007-06-03 19:35:05 +00:00
Christopher Aillon
cc3a422225
- Final version
2007-05-31 03:22:12 +00:00
Christopher Aillon
b3cc4544dc
- Update to 2.0.0.4 RC3
2007-05-25 17:57:09 +00:00
Christopher Aillon
5266156bb4
- Fix permissions of the man page
2007-04-17 21:47:36 +00:00
Christopher Aillon
84fb86ebb6
properly use sed
2007-04-10 20:56:21 +00:00
Christopher Aillon
41e5480158
- Ensure initial homepage on all locales is our proper default
2007-04-10 20:27:00 +00:00
Christopher Aillon
67dd9627cf
- Fix the symlink to default bookmarks
...
- Use mktemp for temp dirs
2007-03-25 22:40:33 +00:00
Christopher Aillon
7557358b70
update the langpack source as well
2007-03-21 02:40:41 +00:00
Christopher Aillon
05af7bc300
- Update to 2.0.0.3
2007-03-21 02:40:12 +00:00
Christopher Aillon
91b8714c59
bookmarks changes
2007-03-20 20:14:33 +00:00
Christopher Aillon
97f18267b3
- Default bookmarks no longer live here; use system-bookmarks
2007-03-20 18:25:16 +00:00
Christopher Aillon
89a39c8164
- Oops, define the variables I expect to use.
2007-03-12 16:40:52 +00:00
Martin Stransky
f34884b576
Update to 2002
2007-02-23 22:47:49 +00:00
David Woodhouse
fa5aab6353
- Fix PPC64 runtime
...
- Fix firefox script to use 32-bit browser by default on PPC64 hardware
2007-02-21 17:44:08 +00:00
Christopher Aillon
6afc94d1e3
- Start using the specified locale
2007-02-09 19:19:52 +00:00
Christopher Aillon
74ab3a6f29
- Start using the specified locale
2007-02-09 19:17:55 +00:00
Christopher Aillon
b8d1ef131b
- Fix the DND implementation to not grab, so it works with new GTK+.
2007-01-31 04:40:11 +00:00
Christopher Aillon
998aec405f
bump rev
2007-01-18 20:19:46 +00:00
Christopher Aillon
7fd7789ea2
- Remove the XLIB_SKIP_ARGB_VISUALS=1 workaround; the plugin got fixed.
2007-01-18 20:19:14 +00:00
Christopher Aillon
d772671d13
build fixes
2006-12-22 22:18:17 +00:00
Christopher Aillon
bfb255edb4
- Strip out some frequent warnings; they muddy up the build output
2006-12-22 20:17:09 +00:00
Christopher Aillon
28398e5db3
*** empty log message ***
2006-12-22 18:40:03 +00:00
Christopher Aillon
efe542bacb
- Update to 2001
2006-12-21 18:54:59 +00:00
Christopher Aillon
98da390551
- Tweak the .desktop file
2006-10-27 14:58:10 +00:00
Christopher Aillon
b7017525a9
Need cairo-xlib-render.h as well. So rename the patch as
...
firefox-2.0-visibility.patch
2006-10-26 17:43:09 +00:00
Christopher Aillon
ab0f13fc20
- Update to 2.0
...
- Add patch from Behdad to fix pango printing.
2006-10-24 18:57:43 +00:00
Christopher Aillon
777a1c822a
- Add virtual provides for gecko applications.
2006-10-11 20:54:47 +00:00
Christopher Aillon
bef802580e
- Bring the invisible character to parity with GTK+
2006-10-04 18:01:39 +00:00
Christopher Aillon
e27e6fefc5
- Fix crash when changing gtk key theme
...
- Fix gtkmozembed window visibility
- Prevent UI freezes while changing GNOME theme
- Remove verbiage about pango; no longer required by upstream.
2006-09-27 06:35:56 +00:00
Christopher Aillon
565a364cd8
- Arrrr! Add Obsoletes: mozilla to avoid GRE conflicts, me hearties!
2006-09-20 05:22:51 +00:00
Christopher Aillon
2405ef35a1
- Bring back the gre files for embeddors
2006-09-18 21:17:39 +00:00
Christopher Aillon
d5ebe79571
- Update default bookmarks for FC6
2006-09-15 02:35:30 +00:00
Christopher Aillon
ff51533d92
- Update to 1.5.0.7
2006-09-15 01:42:31 +00:00
Christopher Aillon
1fb0c4e32e
- Icon tweaks and minor spec-file variable cleanup: s/ffdir/mozappdir/g
2006-09-07 04:19:44 +00:00
Christopher Aillon
3245da27ee
- Fix for cursor position in editor widgets by tagoh and behdad ( #198759 )
2006-09-06 07:22:56 +00:00
Christopher Aillon
383a808160
- Enable GCC visibility
...
- export XLIB_SKIP_ARGB_VISUALS=1 as a temporary workaround to prevent a
broken Adobe/Macromedia Flash Player plugin taking the X server.
2006-09-03 22:24:52 +00:00
Christopher Aillon
536c4ad01b
- Build with -rpath ( #161958 )
2006-08-30 07:07:54 +00:00
besfahbo
580eb13dad
- Remove "Pango breaks MathML" from firefox.sh.in
2006-08-29 02:38:27 +00:00
Christopher Aillon
fe0b980e0d
- Turn visibility back off again for now, as it still breaks the build.
2006-08-28 12:47:20 +00:00
besfahbo
615bdae504
- Remove "Pango breaks MathML" from firefox-1.5-pango-about.patch
2006-08-26 04:43:26 +00:00
besfahbo
110012771e
- Remove debugging statement from firefox-1.5-pango-mathml.patch
2006-08-25 02:04:52 +00:00
Christopher Aillon
bc714c3094
- Attempt to turn visibility back on since the GCC issues should have been
...
fixed.
2006-08-23 08:08:15 +00:00
Christopher Aillon
d2f8999f8e
- Update NSS requires to workaround a bug introduced by NSS changes.
...
https://bugzilla.mozilla.org/show_bug.cgi?id=294542
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201922
2006-08-23 01:31:29 +00:00
besfahbo
e3df1420c6
- Add a better nopangoxft patch that doesn't depend on pangocairo
...
- Add firefox-1.5-pango-mathml.patch (bug 150393)
2006-08-23 00:31:05 +00:00
Kai Engert
2deee06177
- Rebuild
2006-08-08 17:35:26 +00:00
Kai Engert
2585e96527
- Update to 1.5.0.6
2006-08-08 17:27:39 +00:00
Matthias Clasen
1f9141928e
pass --libdir to configure
2006-07-30 04:08:01 +00:00
Christopher Aillon
460c75605b
- Dereference links in %install so the files get put in the right place.
2006-07-28 19:53:40 +00:00
Christopher Aillon
adb7a470f1
- Actually, those pkgconfig files really shouldn't be here as we use system
...
nss and nspr.
2006-07-28 15:54:50 +00:00
Matthias Clasen
0c4f287443
add more pc files
2006-07-28 13:36:00 +00:00
Christopher Aillon
8aa4150b08
i am dumb
2006-07-28 02:46:16 +00:00
Christopher Aillon
6fe372e329
- Add pkgconfig files
2006-07-28 00:44:21 +00:00
Christopher Aillon
4702699995
oops, reversed logic for stripping provides
2006-07-27 19:46:37 +00:00
Christopher Aillon
f64fde5d60
- Don't strip provides when building the devel package
2006-07-27 18:39:56 +00:00
Christopher Aillon
16c24b854c
- Update to 1.5.0.5
2006-07-27 17:13:32 +00:00
Christopher Aillon
bbf0ccafc5
fix up double listings of files...
2006-07-26 20:06:35 +00:00
Christopher Aillon
4de82e9b88
*** empty log message ***
2006-07-26 18:34:34 +00:00
Christopher Aillon
2525b194b6
*** empty log message ***
2006-07-25 19:15:28 +00:00
Christopher Aillon
995c7788d3
try again...
2006-07-25 17:04:33 +00:00
Christopher Aillon
c9ed5d97c6
grumble, let's try once more to hack this in
2006-07-25 14:56:13 +00:00
Christopher Aillon
0c7f8154a8
evil hack to work around prefix not getting respected
2006-07-25 07:12:48 +00:00
Christopher Aillon
84ea30d82c
- Make sure that the prefix is properly set.
2006-07-25 04:09:33 +00:00
Christopher Aillon
b00f4945e6
disable visibility for i386 too since it appears to go BOOM on linking. =(
2006-07-24 20:15:05 +00:00
Christopher Aillon
017df568a4
- Ugh:
...
- Mozilla the platform is deprecated
- XULrunner has been promised for a while but is still not 1.0
- Ship a firefox-devel for now as we need a devel platform.
- The plan is to kill firefox-devel when xulrunner 1.0 ships.
- Clean up the files list a little bit.
2006-07-24 19:26:36 +00:00
Kai Engert
2b6df96bd8
Force "gmake -j1" on ppc ppc64 s390 s390x
2006-06-15 12:14:34 +00:00
Kai Engert
0ad7f5ce7f
Firefox 1.5.0.4
2006-06-12 22:14:18 +00:00
Christopher Aillon
2a657ced6e
- Firefox 1.5.0.3
2006-05-04 19:11:14 +00:00
Christopher Aillon
f8f1e4aff0
- Really drop the broken langpacks this time.
2006-04-19 15:51:35 +00:00
Christopher Aillon
776e715830
- Drop some broken langpacks
2006-04-18 15:04:17 +00:00
Christopher Aillon
5bf8a13bb5
pango typo patch has been merged
2006-04-14 14:49:16 +00:00
Christopher Aillon
61fa2a94ce
dumpstack.patch merged upstream already
2006-04-14 14:38:32 +00:00
Christopher Aillon
09feed01e9
new langpacks too
2006-04-14 06:46:41 +00:00
Christopher Aillon
39e27b791a
- Add a notice to the about dialog denoting this is a pango enabled build.
...
- Tweak the user agent denoting this is a pango enabled build.
2006-04-14 05:51:43 +00:00
Christopher Aillon
d83e45af53
BR libXrender-devel
2006-03-13 15:08:34 +00:00
Christopher Aillon
da97c6e2f3
- Add a notice to the about dialog denoting this is a pango enabled build.
...
- Tweak the user agent denoting this is a pango enabled build.
2006-03-13 07:47:23 +00:00
Christopher Aillon
f381d84d80
- Disable pango by default in non-indic locales per upstream request. Users
...
can export MOZ_ENABLE_PANGO=1 to force pango support.
2006-03-10 06:57:11 +00:00
Warren Togami
edd3426856
make links point at the correct release
2006-03-06 18:16:55 +00:00
Ray Strode
8a45f75e8e
- Add new bookmarks file from Warren (bug 182386)
2006-03-06 17:27:29 +00:00
Karsten Hopp
22e0f0f115
- add buildrequires libXt-devel for X11/Intrinsic.h, X11/Shell.h:
...
gcc -o gtk2xtbin.o -c .. -DMOZILLA_CLIENT -Wp,-MD,.deps/gtk2xtbin.pp
gtk2xtbin.c In file included from gtk2xtbin.c:46: gtk2xtbin.h:44:27:
error: X11/Intrinsic.h: No such file or directory ...
gtk2xtbin.c:61:23: error: X11/Shell.h: No such file or directory
gtk2xtbin.c:63:28: error: X11/StringDefs.h: No such file or directory
2006-02-28 10:08:15 +00:00
Christopher Aillon
56ab92bf13
- Rebuild
2006-02-23 22:08:19 +00:00
Christopher Aillon
e8c6797612
- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
...
- Fix a pango typo
2006-02-23 20:28:12 +00:00
Christopher Aillon
a903d1df81
- Improve the langpack install stuff
...
- Fix up dumpstack.patch to match the finalized change
2006-02-10 22:45:22 +00:00
Jesse Keating
cfafbbc21b
bump for new gcc/glibc
2006-02-07 11:39:57 +00:00
Christopher Aillon
bd45ead918
patchlevel 1, move the patch around
2006-02-02 05:39:07 +00:00
Christopher Aillon
df9831abf2
- Update language packs to 1.5.0.1
...
- Add dumpstack.patch
2006-02-02 04:54:08 +00:00
Christopher Aillon
1fe2da28cc
- Update language packs to 1.5.0.1
2006-02-02 04:25:46 +00:00
Christopher Aillon
43d8bb99e6
- Update to 1.5.0.1
2006-02-02 03:12:12 +00:00
Christopher Aillon
0e00b2ace9
- Ship langpacks again from upstream
...
- Stop providing MozillaFirebird and mozilla-firebird
2006-01-27 03:35:21 +00:00
Christopher Aillon
e6daebffcf
- Looks like we can build ppc64 again. Happy New Year!
2006-01-03 16:41:28 +00:00
Christopher Aillon
a8389fab10
- Once again, disable ppc64 because of a new issue. See
...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
2005-12-16 16:46:31 +00:00
Christopher Aillon
50552d84f2
- Use the system NSS libraries
...
- Build on ppc64
2005-12-16 07:15:58 +00:00
Jesse Keating
e25cd54674
gcc update bump
2005-12-09 22:40:25 +00:00
Christopher Aillon
dff43b85c6
- Update to Firefox 1.5
2005-11-30 04:16:47 +00:00
Christopher Aillon
d3a5c80fc6
try patchlevel 1
2005-11-29 15:12:29 +00:00
Christopher Aillon
7122826185
- Fix issue with popup dialogs and other actions causing lockups
2005-11-29 03:50:23 +00:00
Christopher Aillon
4653b65d33
- Update to 1.5 rc3
2005-11-18 12:46:30 +00:00
Christopher Aillon
e9219828c9
- Update to 1.5 rc1
...
- Clean up the default bookmarks
2005-11-03 15:03:30 +00:00
Christopher Aillon
a8ec7fcfb9
- Update to 1.5 beta 2
2005-10-08 14:40:18 +00:00
Christopher Aillon
28d677c103
- Update to 1.5 beta 1.
...
- Add patch to svg rendering to adjust for cairo behavior.
- Happy birthday, dad!
2005-09-15 19:54:06 +00:00
Christopher Aillon
b8df83d5dc
- Re-enable SVG, canvas, and system cairo.
...
- Fix issue with typing in proxy preference panel
2005-08-27 07:34:33 +00:00
Jeremy Katz
1f339512d3
- another fix to not use pango_xft
2005-08-19 02:45:32 +00:00
Christopher Aillon
e4266bcee2
- Rebuild
2005-08-15 22:02:09 +00:00
Christopher Aillon
c6dd5cb164
- Disable SVG and canvas again. The in-tree copy does not build against new
...
pango.
2005-07-29 20:41:09 +00:00
Christopher Aillon
17bf1c73f4
bump release
2005-07-29 15:48:01 +00:00
Christopher Aillon
10c5ac1a54
- Re-enable ppc now that its binutils are fixed.
...
- When clicking a link and going back via history, don't keep the link
focused
2005-07-29 15:47:20 +00:00
Christopher Aillon
ce734b7d86
disable system cairo temporarily since it doesnt build with mozilla code
2005-07-23 06:03:00 +00:00
Christopher Aillon
95d476fec3
- Add patch from Christian Persch to make the file chooser modal
...
- Change default behavior of opening links from external apps to: New Tab
- New build options:
--enable-system-cairo
--enable-svg
--enable-canvas
2005-07-23 00:32:23 +00:00
Christopher Aillon
1334bf1d72
- Update firefox-1.1-uriloader.patch to fix crashes when calling into
...
gnome-vfs2
2005-07-21 03:13:36 +00:00
Christopher Aillon
aa60c7b855
- Do away with firefox-rebuild-databases.pl
2005-07-20 04:34:32 +00:00