summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-04-16 05:43:06 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-04-16 05:43:06 +0000
commit8cea7922e00f93ded0b2ec54d14eb31a6700ab68 (patch)
tree411ad38bff1499613606cee72de61efd3b985bbb
parent- Update useragent patch to match upstream. (diff)
downloadlibrewolf-fedora-ff-8cea7922e00f93ded0b2ec54d14eb31a6700ab68.tar.gz
librewolf-fedora-ff-8cea7922e00f93ded0b2ec54d14eb31a6700ab68.tar.bz2
librewolf-fedora-ff-8cea7922e00f93ded0b2ec54d14eb31a6700ab68.zip
- Add patch to properly link against libgfxshared_s.a
1.0.3-1 - Update to security release 1.0.3
-rw-r--r--.cvsignore1
-rw-r--r--firefox.spec12
-rw-r--r--sources2
3 files changed, 12 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore
index e556691..4413c8a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -7,3 +7,4 @@ firefox-1.0-source.tar.bz2
firefox-1.0-langpacks-3.tar.bz2
firefox-1.0.1-source.tar.bz2
firefox-1.0.2-source.tar.bz2
+firefox-1.0.3-source.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index 2525994..fcf8f1c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,8 +9,8 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 1.0.2
-Release: 4
+Version: 1.0.3
+Release: 2
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -37,6 +37,7 @@ Patch2: firefox-1.0-prdtoa.patch
Patch3: firefox-1.0-gcc4-compile.patch
Patch4: firefox-1.0-recv-fortify.patch
Patch5: firefox-1.0-nspr-config.patch
+Patch6: firefox-1.0-gfxshared_s.patch
# customization patches
Patch20: firefox-redhat-homepage.patch
@@ -118,6 +119,7 @@ compliance, performance and portability.
%patch3 -p0
%patch4 -p0
%patch5 -p0
+%patch6 -p0
%patch20 -p0
%patch21 -p1
%patch22 -p1
@@ -332,6 +334,12 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Apr 15 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-2
+- Add patch to properly link against libgfxshared_s.a
+
+* Fri Apr 15 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-1
+- Update to security release 1.0.3
+
* Tue Apr 12 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-4
- Update useragent patch to match upstream.
- Add nspr-config 64 bit patch from rstrode@redhat.com
diff --git a/sources b/sources
index 4d0f0ee..20f6337 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
b628d5f24a49ab15d1943b7d694edd90 firefox-gnomestripe-0.1.tar.gz
b742f86f641fd59d52acbb30e206195a firefox-1.0-langpacks-3.tar.bz2
-fd1a0dec3e763e93eb45c0c34b399712 firefox-1.0.2-source.tar.bz2
+f1a9a8da0547564a0f8a249f9d56bdf4 firefox-1.0.3-source.tar.bz2
bgstack15