summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-09-30 12:42:19 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-09-30 12:42:19 +0000
commit8e776db29b854c3abc17685e7e7febe2aef5b69a (patch)
tree43114f064e81dbe0cd6ede75f6700964f37dd775 /firefox.spec
parent- Add the xul mime type to the .desktop file (diff)
downloadlibrewolf-fedora-ff-8e776db29b854c3abc17685e7e7febe2aef5b69a.tar.gz
librewolf-fedora-ff-8e776db29b854c3abc17685e7e7febe2aef5b69a.tar.bz2
librewolf-fedora-ff-8e776db29b854c3abc17685e7e7febe2aef5b69a.zip
- Add clipboard access prevention patch.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 3ab7fcd..4c38ff9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.0
-Release: 1.0PR1.4
+Release: 1.0PR1.5
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -31,6 +31,7 @@ Patch90: firefox-PR1-gtk-file-chooser-trunk.patch
Patch91: firefox-PR1-gtk-file-chooser-updates.patch
Patch100: firefox-PR1-js-64bit-math.patch
Patch101: firefox-PR1-pkgconfig.patch
+Patch102: firefox-PR1-clipboard-access.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libpng-devel, libjpeg-devel
BuildRequires: zlib-devel, zip
@@ -62,6 +63,8 @@ compliance, performance and portability.
%patch91 -p1
%patch100 -p0
%patch101 -p0
+%patch102 -p0
+
%{__rm} -f .mozconfig
%{__cp} %{SOURCE2} .mozconfig
@@ -174,7 +177,10 @@ fi
#---------------------------------------------------------------------
%changelog
-* Tue Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
+* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
+- Add clipboard access prevention patch.
+
+* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
- Add the xul mime type to the .desktop file
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
bgstack15