summaryrefslogtreecommitdiff
path: root/firefox.spec
Commit message (Collapse)AuthorAge
...
* - Attempt to turn visibility back on since the GCC issues should have beenChristopher Aillon2006-08-23
| | | | fixed.
* - Update NSS requires to workaround a bug introduced by NSS changes.Christopher Aillon2006-08-23
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=294542 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201922
* - Add a better nopangoxft patch that doesn't depend on pangocairobesfahbo2006-08-23
| | | | - Add firefox-1.5-pango-mathml.patch (bug 150393)
* - RebuildKai Engert2006-08-08
|
* - Update to 1.5.0.6Kai Engert2006-08-08
|
* pass --libdir to configureMatthias Clasen2006-07-30
|
* - Dereference links in %install so the files get put in the right place.Christopher Aillon2006-07-28
|
* - Actually, those pkgconfig files really shouldn't be here as we use systemChristopher Aillon2006-07-28
| | | | nss and nspr.
* add more pc filesMatthias Clasen2006-07-28
|
* i am dumbChristopher Aillon2006-07-28
|
* - Add pkgconfig filesChristopher Aillon2006-07-28
|
* oops, reversed logic for stripping providesChristopher Aillon2006-07-27
|
* - Don't strip provides when building the devel packageChristopher Aillon2006-07-27
|
* - Update to 1.5.0.5Christopher Aillon2006-07-27
|
* fix up double listings of files...Christopher Aillon2006-07-26
|
* *** empty log message ***Christopher Aillon2006-07-26
|
* *** empty log message ***Christopher Aillon2006-07-25
|
* try again...Christopher Aillon2006-07-25
|
* grumble, let's try once more to hack this inChristopher Aillon2006-07-25
|
* evil hack to work around prefix not getting respectedChristopher Aillon2006-07-25
|
* - Make sure that the prefix is properly set.Christopher Aillon2006-07-25
|
* disable visibility for i386 too since it appears to go BOOM on linking. =(Christopher Aillon2006-07-24
|
* - Ugh:Christopher Aillon2006-07-24
| | | | | | | | - 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.
* Force "gmake -j1" on ppc ppc64 s390 s390xKai Engert2006-06-15
|
* Firefox 1.5.0.4Kai Engert2006-06-12
|
* - Firefox 1.5.0.3Christopher Aillon2006-05-04
|
* - Really drop the broken langpacks this time.Christopher Aillon2006-04-19
|
* - Drop some broken langpacksChristopher Aillon2006-04-18
|
* pango typo patch has been mergedChristopher Aillon2006-04-14
|
* dumpstack.patch merged upstream alreadyChristopher Aillon2006-04-14
|
* new langpacks tooChristopher Aillon2006-04-14
|
* - Add a notice to the about dialog denoting this is a pango enabled build.Christopher Aillon2006-04-14
| | | | - Tweak the user agent denoting this is a pango enabled build.
* BR libXrender-develChristopher Aillon2006-03-13
|
* - Add a notice to the about dialog denoting this is a pango enabled build.Christopher Aillon2006-03-13
| | | | - Tweak the user agent denoting this is a pango enabled build.
* - Disable pango by default in non-indic locales per upstream request. UsersChristopher Aillon2006-03-10
| | | | can export MOZ_ENABLE_PANGO=1 to force pango support.
* make links point at the correct releaseWarren Togami2006-03-06
|
* - Add new bookmarks file from Warren (bug 182386)Ray Strode2006-03-06
|
* - add buildrequires libXt-devel for X11/Intrinsic.h, X11/Shell.h:Karsten Hopp2006-02-28
| | | | | | | | 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
* - RebuildChristopher Aillon2006-02-23
|
* - Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)Christopher Aillon2006-02-23
| | | | - Fix a pango typo
* - Improve the langpack install stuffChristopher Aillon2006-02-10
| | | | - Fix up dumpstack.patch to match the finalized change
* bump for new gcc/glibcJesse Keating2006-02-07
|
* patchlevel 1, move the patch aroundChristopher Aillon2006-02-02
|
* - Update language packs to 1.5.0.1Christopher Aillon2006-02-02
| | | | - Add dumpstack.patch
* - Update language packs to 1.5.0.1Christopher Aillon2006-02-02
|
* - Update to 1.5.0.1Christopher Aillon2006-02-02
|
* - Ship langpacks again from upstreamChristopher Aillon2006-01-27
| | | | - Stop providing MozillaFirebird and mozilla-firebird
* - Looks like we can build ppc64 again. Happy New Year!Christopher Aillon2006-01-03
|
* - Once again, disable ppc64 because of a new issue. SeeChristopher Aillon2005-12-16
| | | | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
* - Use the system NSS librariesChristopher Aillon2005-12-16
| | | | - Build on ppc64
bgstack15