diff options
| -rw-r--r-- | xulrunner.spec | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/xulrunner.spec b/xulrunner.spec index 52c26b9..9a0d072 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -91,7 +91,7 @@  Summary:        XUL Runtime for Gecko Applications  Name:           %{shortname}-last -Version:        18.0.1 +Version:        18.0.2  Release:        1%{?pre_tag}%{?dist}  URL:            http://developer.mozilla.org/En/XULRunner  License:        MPLv1.1 or GPLv2+ or LGPLv2+ @@ -117,7 +117,6 @@ Patch19:        rhbz-304121.patch  Patch20:        mozilla-193-pkgconfig.patch  # Upstream patches -#Patch100:       mozilla-677092-restartless-lang.patch  Patch101:       mozilla-791626.patch  # --------------------------------------------------- @@ -268,7 +267,6 @@ cd %{tarballdir}  %patch19 -p2 -b .rhbz-304121  %patch20  -p2 -b .pk -#patch100 -p1 -R -b .restartless-lang  %patch101 -p1 -b .791626  %{__rm} -f .mozconfig @@ -570,6 +568,9 @@ fi  #---------------------------------------------------------------------  %changelog +* Wed Feb  6 2013 Remi Collet <RPMS@FamilleCollet.com> - 18.0.2-1 +- Update to 18.0.2 +  * Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> - 18.0.1-1  - Update to 18.0.1  | 
