diff options
| -rw-r--r-- | firefox.spec | 14 | 
1 files changed, 10 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 46436e6..0100b33 100644 --- a/firefox.spec +++ b/firefox.spec @@ -29,12 +29,12 @@  #global shortname              firefox  #global mycomment              Beta 4  %global firefox_dir_ver        16 -%global xulrunner_version      16.0.1 +%global xulrunner_version      16.0.2  %global xulrunner_release      1  %global alpha_version          0  %global beta_version           0  %global rc_version             0 -%global datelang               20121011 +%global datelang               20121026  %global mozappdir     %{_libdir}/firefox  %global langpackdir   %{mozappdir}/langpacks @@ -68,8 +68,8 @@  Summary:        Mozilla Firefox Web browser  Name:           firefox -Version:        16.0.1 -Release:        1%{?dist}.1 +Version:        16.0.2 +Release:        1%{?dist}  URL:            http://www.mozilla.org/projects/firefox/  License:        MPLv1.1 or GPLv2+ or LGPLv2+  Group:          Applications/Internet @@ -463,6 +463,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :  #---------------------------------------------------------------------  %changelog +* Fri Oct 26 2012 Remi Collet <RPMS@FamilleCollet.com> - 16.0.2-1 +- Sync with rawhide, update to 16.0.2 + +* Fri Oct 26 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-1 +- Update to 16.0.2 +  * Thu Oct 11 2012 Remi Collet <RPMS@FamilleCollet.com> - 16.0.1-1.1  - rebuild with fixed Firefox 16.0.1 langpacks  | 
