diff options
| -rw-r--r-- | firefox.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 6c6bdd4..46436e6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -34,7 +34,7 @@  %global alpha_version          0  %global beta_version           0  %global rc_version             0 -%global datelang               20121008 +%global datelang               20121011  %global mozappdir     %{_libdir}/firefox  %global langpackdir   %{mozappdir}/langpacks @@ -69,13 +69,13 @@  Summary:        Mozilla Firefox Web browser  Name:           firefox  Version:        16.0.1 -Release:        1%{?dist} +Release:        1%{?dist}.1  URL:            http://www.mozilla.org/projects/firefox/  License:        MPLv1.1 or GPLv2+ or LGPLv2+  Group:          Applications/Internet  Source0:        ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2  %if %{build_langpacks} -Source1:        firefox-langpacks-16.0%{?pre_version}-%{datelang}.tar.xz +Source1:        firefox-langpacks-%{version}%{?pre_version}-%{datelang}.tar.xz  %endif  Source10:       firefox-mozconfig  Source11:       firefox-mozconfig-branded @@ -463,9 +463,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :  #---------------------------------------------------------------------  %changelog +* Thu Oct 11 2012 Remi Collet <RPMS@FamilleCollet.com> - 16.0.1-1.1 +- rebuild with fixed Firefox 16.0.1 langpacks +  * Thu Oct 11 2012 Remi Collet <RPMS@FamilleCollet.com> - 16.0.1-1  - Sync with rawhide, update to 16.0.1 -- use firefox 16.0 langpacks +- use Firefox 16.0 langpacks  * Thu Oct 11 2012 Martin Stransky <stransky@redhat.com> - 16.0.1-1  - Update to 16.0.1  | 
