diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2005-03-04 04:13:11 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2005-03-04 04:13:11 +0000 |
commit | 70e560b0e5cb94a671c734020921d7905b78d434 (patch) | |
tree | 9d846cbb0ab0ab2b5045482d76ae0c67fe61c600 /firefox.spec | |
parent | - Add upstream fix to reduce round trips to xserver during remote control (diff) | |
download | librewolf-fedora-ff-70e560b0e5cb94a671c734020921d7905b78d434.tar.gz librewolf-fedora-ff-70e560b0e5cb94a671c734020921d7905b78d434.tar.bz2 librewolf-fedora-ff-70e560b0e5cb94a671c734020921d7905b78d434.zip |
- Remerge firefox-1.0-pango-selection.patch
- Add execshield patches for ia64 and ppc
- BuildRequires libgnome-devel, libgnomeui-devel
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index e4acb40..e9faedc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.0.1 -Release: 2 +Release: 3 Epoch: 0 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL @@ -66,13 +66,18 @@ Patch105: firefox-1.0-useragent.patch Patch106: firefox-1.0-gtk-system-colors.patch Patch107: firefox-1.0-remote-intern-atoms.patch Patch108: firefox-1.0-g-application-name.patch +Patch109: firefox-1.0-execshield-nspr.patch +Patch110: firefox-1.0-execshield-xpcom.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel, libjpeg-devel BuildRequires: zlib-devel, zip BuildRequires: libIDL-devel BuildRequires: desktop-file-utils -BuildRequires: gtk2-devel, gnome-vfs2-devel +BuildRequires: gtk2-devel +BuildRequires: gnome-vfs2-devel +BuildRequires: libgnome-devel +BuildRequires: libgnomeui-devel BuildRequires: krb5-devel BuildRequires: pango-devel BuildRequires: autoconf213 @@ -129,6 +134,8 @@ compliance, performance and portability. %patch106 -p0 %patch107 -p0 %patch108 -p0 +%patch109 -p0 +%patch110 -p0 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -315,6 +322,11 @@ fi #--------------------------------------------------------------------- %changelog +* Thu Mar 3 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-3 +- Remerge firefox-1.0-pango-selection.patch +- Add execshield patches for ia64 and ppc +- BuildRequires libgnome-devel, libgnomeui-devel + * Sun Feb 27 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-2 - Add upstream fix to reduce round trips to xserver during remote control - Add upstream fix to call g_set_application_name |