Author: remi
Update of /cvs/free/rpms/thunderbird-enigmail/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1752
Modified Files:
sources thunderbird-enigmail.spec thunderbird-mozconfig
Log Message:
update to 1.0.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 30 Nov 2009 17:40:35 -0000 1.5
+++ sources 4 Feb 2010 17:06:52 -0000 1.6
@@ -1,2 +1,2 @@
-f9da82698c8171a4cf68bdd234065844 thunderbird-3.0rc1.source.tar.bz2
-e3a6d379f1a72ac023751bdde2de750a enigmail-1.0.0.tar.gz
+f004aa5ddf2a30b5df96e06df416b0c9 thunderbird-3.0.1.source.tar.bz2
+508ca9ab0396afb49e82eda88014924b enigmail-1.0.1.tar.gz
Index: thunderbird-enigmail.spec
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-11/thunderbird-enigmail.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunderbird-enigmail.spec 30 Nov 2009 17:40:08 -0000 1.5
+++ thunderbird-enigmail.spec 4 Feb 2010 17:06:52 -0000 1.6
@@ -1,12 +1,12 @@
-%define nspr_version 4.6
-%define nss_version 3.12.3
-%define cairo_version 1.0
-%define freetype_version 2.1.9
-%define version_internal 3.0rc1
-%define build_langpacks 1
-%define moz_objdir objdir-tb
+%global nspr_version 4.8
+%global nss_version 3.12.3.99
+%global cairo_version 1.8.8
+%global freetype_version 2.1.9
+%global sqlite_version 3.6.14
+%global build_langpacks 1
+%global moz_objdir objdir-tb
-%global thunver 3.0
+%global thunver 3.0.1
#global CVS 20091121
# The tarball is pretty inconsistent with directory structure.
@@ -15,23 +15,25 @@
# IMPORTANT: If there is no top level directory, this should be
# set to the cwd, ie: '.'
#%define tarballdir .
-%define tarballdir comm-1.9.1
+%global tarballdir comm-1.9.1
-%define mozappdir %{_libdir}/thunderbird-%{thunver}
-%define official_branding 1
+%global official_branding 1
+
+%global version_internal 3.0
+%global mozappdir %{_libdir}/%{name}-%{version_internal}
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.0.0
+Version: 1.0.1
%if 0%{?CVS}
-Release: 0.1.cvs%{CVS}%{?dist}.1
+Release: 0.1.cvs%{CVS}%{?dist}
%else
Release: 1%{?dist}
%endif
URL:
http://enigmail.mozdev.org/
License: MPLv1.1 or GPLv2+
Group: Applications/Internet
-Source0:
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{versio...
+Source0:
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{thunve...
Source10: thunderbird-mozconfig
Source11: thunderbird-mozconfig-branded
@@ -56,7 +58,9 @@
# Build patches
Patch1: mozilla-jemalloc.patch
Patch2: thunderbird-shared-error.patch
-Patch3: thunderbird-3.0-ppc64.patch
+Patch4: thunderbird-clipboard-crash.patch
+
+Patch9: thunderbird-3.0-ppc64.patch
%if %{official_branding}
@@ -89,6 +93,7 @@
BuildRequires: libXt-devel
BuildRequires: libXrender-devel
BuildRequires: hunspell-devel
+BuildRequires: sqlite-devel >= %{sqlite_version}
BuildRequires: startup-notification-devel
BuildRequires: alsa-lib-devel
BuildRequires: autoconf213
@@ -134,7 +139,9 @@
%patch1 -p0 -b .jemalloc
%patch2 -p1 -b .shared-error
-%patch3 -p0 -b .ppc64
+%patch4 -p1 -b .clipboard-crash
+
+%patch9 -p0 -b .ppc64
%if %{official_branding}
# Required by Mozilla Corporation
@@ -273,12 +280,12 @@
#===============================================================================
%changelog
+* Mon Feb 01 2010 Remi Collet <rpms(a)famillecollet.com> 1.0.1-1
+- Enigmail 1.0.1 (against thunderbird 3.0.1)
+
* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
- Enigmail 1.0 (against thunderbird 3.0rc1)
-* Sat Nov 21 2009 Remi Collet <rpms(a)famillecollet.com> 1.0-0.1.cvs20091121.1
-- fix F11 dependencies (no need of sqlite)
-
* Sat Nov 21 2009 Remi Collet <rpms(a)famillecollet.com> 1.0-0.1.cvs20091121
- new CVS snapshot (against thunderbird 3.0rc1)
Index: thunderbird-mozconfig
===================================================================
RCS file: /cvs/free/rpms/thunderbird-enigmail/F-11/thunderbird-mozconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunderbird-mozconfig 25 Nov 2009 19:36:57 -0000 1.3
+++ thunderbird-mozconfig 4 Feb 2010 17:06:52 -0000 1.4
@@ -25,6 +25,7 @@
ac_add_options --enable-system-cairo
ac_add_options --enable-svg
ac_add_options --enable-canvas
+ac_add_options --enable-system-hunspell
ac_add_options --disable-crashreporter
export BUILD_OFFICIAL=1