diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:54:58 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:54:58 +0200 | 
| commit | 5bfa48ef386fac953da9715b13a518b72b2792be (patch) | |
| tree | 8138de06a0e554a6796f7849d9091bb50b3973f5 | |
| parent | ba67382287fb86edc4ba86ffbfcf85aa12aebb4f (diff) | |
Xulrunner / Firefox 20.0.1
| -rw-r--r-- | firefox.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index edf69db..cfb96ba 100644 --- a/firefox.spec +++ b/firefox.spec @@ -33,13 +33,13 @@  %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html  %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} -%global xulrunner_version      20.0 +%global xulrunner_version      20.0.1  %global xulrunner_version_max  20.1  %global xulrunner_release      1  %global alpha_version          0  %global beta_version           0  %global rc_version             0 -%global datelang               20130401 +%global datelang               20130415  %global mozappdir     %{_libdir}/firefox  %global langpackdir   %{mozappdir}/langpacks @@ -74,7 +74,7 @@  Summary:        Mozilla Firefox Web browser  Name:           firefox -Version:        20.0 +Version:        20.0.1  Release:        1%{?pre_tag}%{?dist}  URL:            http://www.mozilla.org/projects/firefox/  License:        MPLv1.1 or GPLv2+ or LGPLv2+ @@ -487,6 +487,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :  #---------------------------------------------------------------------  %changelog +* Mon Apr 15 2013 Remi Collet <RPMS@FamilleCollet.com> - 20.0.1-1 +- Update to 20.0.1 +  * Wed Apr  3 2013 Remi Collet <RPMS@FamilleCollet.com> - 20.0-1  - Update to 20.0, sync with rawhide  | 
