summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-10-08 14:40:18 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-10-08 14:40:18 +0000
commita8ec7fcfb917f0fafeec515e009a8fee7fe98068 (patch)
treee3fc49fb4ffbe3314f3c72107f37d2bb02ace2ea /firefox.spec
parent- Update to 1.5 beta 1. (diff)
downloadlibrewolf-fedora-ff-a8ec7fcfb917f0fafeec515e009a8fee7fe98068.tar.gz
librewolf-fedora-ff-a8ec7fcfb917f0fafeec515e009a8fee7fe98068.tar.bz2
librewolf-fedora-ff-a8ec7fcfb917f0fafeec515e009a8fee7fe98068.zip
- Update to 1.5 beta 2
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index a6e8589..b616626 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,14 +11,14 @@ ExcludeArch: ppc64
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5
-Release: 0.5.0.beta1
+Release: 0.5.0.beta2
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
%if %{official_branding}
%define tarball firefox-%{version}-source.tar.bz2
%else
-%define tarball firefox-1.5b1-source.tar.bz2
+%define tarball firefox-1.5b2-source.tar.bz2
%endif
Source0: %{tarball}
Source1: firefox-gnomestripe-0.1.tar.gz
@@ -59,7 +59,6 @@ Patch42: firefox-1.1-uriloader.patch
Patch81: firefox-nopangoxft.patch
# patches from upstream (Patch100+)
-Patch100: firefox-1.5-cairo-show-text-behavior-change.patch
# ---------------------------------------------------
@@ -119,8 +118,6 @@ compliance, performance and portability.
%patch42 -p0
%patch81 -p1
-%patch100 -p0
-
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
@@ -254,6 +251,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sat Oct 8 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.beta2
+- Update to 1.5 beta 2
+
* Wed Sep 14 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.beta1
- Update to 1.5 beta 1.
- Add patch to svg rendering to adjust for cairo behavior.
bgstack15