diff options
| -rw-r--r-- | thunderbird.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/thunderbird.spec b/thunderbird.spec index 1bb6c04..ecf9b65 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -7,7 +7,7 @@  %else  %define system_sqlite 1  %endif -%if 0%{?fedora} < 17 +%if 0%{?fedora} < 15  %define system_nspr       0  %define system_nss        0  %else @@ -51,14 +51,14 @@  Summary:        Mozilla Thunderbird mail/newsgroup client  Name:           thunderbird -Version:        12.0 +Version:        12.0.1  Release:        1%{?dist}  URL:            http://www.mozilla.org/projects/thunderbird/  License:        MPLv1.1 or GPLv2+ or LGPLv2+  Group:          Applications/Internet  Source0:        ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.bz2  %if %{build_langpacks} -Source1:        thunderbird-langpacks-%{version}-20120428.tar.bz2 +Source1:        thunderbird-langpacks-%{version}-20120430.tar.bz2  %endif  Source10:       thunderbird-mozconfig  Source11:       thunderbird-mozconfig-branded @@ -488,6 +488,12 @@ fi  #===============================================================================  %changelog +* Mon Apr 30 2012 Remi Collet <RPMS@FamilleCollet.com> - 12.0.1-1 +- Sync with rawhide, update to 12.0.1 + +* Mon Apr 30 2012 Jan Horak <jhorak@redhat.com> - 12.0.1-1 +- Update to 12.0.1 +  * Sat Apr 28 2012 Remi Collet <RPMS@FamilleCollet.com> - 12.0-1  - Sync with rawhide, update to 12.0  | 
