diff options
| -rw-r--r-- | firefox.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 0ad8f9d..0610890 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,12 +12,12 @@  %global shortname       firefox  #global mycomment       Beta 4  %global firefox_dir_ver 10 -%global gecko_version   10.0.1 +%global gecko_version   10.0.2  %global gecko_release   1  %global alpha_version   0  %global beta_version    0  %global rc_version      0 -%global datelang        20120209 +%global datelang        20120218  %global mozappdir     %{_libdir}/%{shortname}  %global langpackdir   %{mozappdir}/langpacks @@ -48,7 +48,7 @@  Summary:        Mozilla Firefox Web browser  Name:           %{shortname} -Version:        10.0.1 +Version:        10.0.2  Release:        1%{?dist}  URL:            http://www.mozilla.org/projects/firefox/  License:        MPLv1.1 or GPLv2+ or LGPLv2+ @@ -401,6 +401,9 @@ fi  #---------------------------------------------------------------------  %changelog +* Sat Feb 18 2012 Remi Collet <RPMS@FamilleCollet.com> - 10.0.2-1 +- Update to 10.0.2 +  * Thu Feb 09 2012 Remi Collet <RPMS@FamilleCollet.com> - 10.0.1-1  - update to 10.0.1, sync with rawhide  | 
