From 13014802121ead8dd21530585f1f733d2bad25e4 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sun, 10 Feb 2008 02:15:53 +0000 Subject: - Update to latest trunk (2008-02-09) --- .cvsignore | 1 + firefox.spec | 14 +++++++++++--- sources | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 73edb7c..5e89a4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ firefox-20080113.tar.bz2 mozilla-20080121.tar.bz2 mozilla-20080130.tar.bz2 mozilla-20080206.tar.bz2 +mozilla-20080209.tar.bz2 diff --git a/firefox.spec b/firefox.spec index 7c2d0c3..ba9b4a7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -7,22 +7,27 @@ %define mozappdir %{_libdir}/%{name}-%{version_internal} %define gecko_version 1.9 -%define xulrunner_version 1.9-0.beta2.15 +%define xulrunner_version 1.9-0.beta2.17 %define official_branding 0 %define build_langpacks 0 +%if ! %{official_branding} +%define cvsdate 20080209 +%define nightly .nightly%{cvsdate} +%endif + Summary: Mozilla Firefox Web browser Name: firefox Version: 3.0 -Release: 0.beta2.16.nightly20080206%{?dist} +Release: 0.beta2.17%{?nightly}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet %if %{official_branding} %define tarball firefox-%{version}-source.tar.bz2 %else -%define tarball mozilla-20080206.tar.bz2 +%define tarball mozilla-%{cvsdate}.tar.bz2 %endif Source0: %{tarball} Source2: firefox-langpacks-20080104.tar.bz2 @@ -306,6 +311,9 @@ fi #--------------------------------------------------------------------- %changelog +* Sat Feb 9 2008 Christopher Aillon 3.0-0.beta2.17 +- Update to latest trunk (2008-02-09) + * Wed Feb 6 2008 Christopher Aillon 3.0-0.beta2.16 - Update to latest trunk (2008-02-06) diff --git a/sources b/sources index 2841247..b536167 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ d04a2981b603b9abbc8a5e0525759c4b firefox-langpacks-20080104.tar.bz2 51f3855944f281a4910243fea3f526be mozilla-20080206.tar.bz2 +eaa1acc0f2a50efd1ac590ca99dbf336 mozilla-20080209.tar.bz2 -- cgit