diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-02-09 18:50:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-02-09 18:50:09 +0100 |
commit | c439f48042fb3f22f78db1737ae9e4707cd0d9d4 (patch) | |
tree | 688106e3d6f9a30315137b0287c32896340b8f4e | |
parent | 8241f26b6e42e9876c74dc7d7e7f5e66e371430a (diff) |
Firefox 10.0.1
-rw-r--r-- | firefox.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 95a0c2e..0ad8f9d 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 +%global gecko_version 10.0.1 %global gecko_release 1 %global alpha_version 0 %global beta_version 0 %global rc_version 0 -%global datelang 20120201 +%global datelang 20120209 %global mozappdir %{_libdir}/%{shortname} %global langpackdir %{mozappdir}/langpacks @@ -48,8 +48,8 @@ Summary: Mozilla Firefox Web browser Name: %{shortname} -Version: 10.0 -Release: 2%{?dist} +Version: 10.0.1 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -401,6 +401,12 @@ fi #--------------------------------------------------------------------- %changelog +* Thu Feb 09 2012 Remi Collet <RPMS@FamilleCollet.com> - 10.0.1-1 +- update to 10.0.1, sync with rawhide + +* Thu Feb 9 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-1 +- Update to 10.0.1 + * Fri Feb 03 2012 Remi Collet <RPMS@FamilleCollet.com> - 10.0-2 - fixes non functional web development tools (from rawhide) |