diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-11 15:31:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-11 15:31:23 +0200 |
commit | e0aad815942fd3d2fd601bd35753a85098a010dd (patch) | |
tree | bc6f01bd2c02e89d543790e6ba53c30a51b4a824 | |
parent | 85d9eecbd3cb7021f283634b96e81dce772fa572 (diff) |
Xulrunner / Firefox 16.0.1
-rw-r--r-- | firefox.spec | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 57e0711..6c6bdd4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -29,7 +29,7 @@ #global shortname firefox #global mycomment Beta 4 %global firefox_dir_ver 16 -%global xulrunner_version 16.0 +%global xulrunner_version 16.0.1 %global xulrunner_release 1 %global alpha_version 0 %global beta_version 0 @@ -68,14 +68,14 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 16.0 +Version: 16.0.1 Release: 1%{?dist} 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-%{version}%{?pre_version}-%{datelang}.tar.xz +Source1: firefox-langpacks-16.0%{?pre_version}-%{datelang}.tar.xz %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -463,6 +463,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* 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 + +* Thu Oct 11 2012 Martin Stransky <stransky@redhat.com> - 16.0.1-1 +- Update to 16.0.1 + * Mon Oct 8 2012 Remi Collet <RPMS@FamilleCollet.com> - 16.0-1 - Sync with rawhide, update to 16.0 |