rpms/thunderbird/devel .cvsignore, 1.38, 1.39 sources, 1.45, 1.46 thunderbird.spec, 1.179, 1.180

Jan Horak xhorak at fedoraproject.org
Tue Jul 20 16:05:21 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17125

Modified Files:
	.cvsignore sources thunderbird.spec 
Log Message:
Update to 3.1.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- .cvsignore	24 Jun 2010 13:58:46 -0000	1.38
+++ .cvsignore	20 Jul 2010 16:05:20 -0000	1.39
@@ -1,2 +1,2 @@
-thunderbird-langpacks-3.1-20100624.tar.bz2
-thunderbird-3.1.source.tar.bz2
+thunderbird-3.1.1.source.tar.bz2
+thunderbird-langpacks-3.1.1-20100720.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- sources	24 Jun 2010 13:58:46 -0000	1.45
+++ sources	20 Jul 2010 16:05:20 -0000	1.46
@@ -1,2 +1,2 @@
-e4c013f198fc054a87a31ecf85eb17e4  thunderbird-langpacks-3.1-20100624.tar.bz2
-feb4d737d568066076879a09bd0d506e  thunderbird-3.1.source.tar.bz2
+3a8479252bb9a0c534870896fc10e2ff  thunderbird-3.1.1.source.tar.bz2
+57024bdeb2267b787ba72741ceac9591  thunderbird-langpacks-3.1.1-20100720.tar.bz2


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -p -r1.179 -r1.180
--- thunderbird.spec	24 Jun 2010 14:13:26 -0000	1.179
+++ thunderbird.spec	20 Jul 2010 16:05:20 -0000	1.180
@@ -17,14 +17,14 @@
 %define tarballdir comm-1.9.2
 
 %define official_branding 1
-%define include_debuginfo 0
+%define enable_mozilla_crashreporter 0
 
 %define version_internal  3.1
 %define mozappdir         %{_libdir}/%{name}-%{version_internal}
 
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
-Version:        3.1
+Version:        3.1.1
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -37,7 +37,7 @@ Group:          Applications/Internet
 Source0:        %{tarball}
 %if %{build_langpacks}
 # Language package archive is build by RH
-Source1:        thunderbird-langpacks-%{version}-20100624.tar.bz2
+Source1:        thunderbird-langpacks-%{version}-20100720.tar.bz2
 %endif
 # Config file for compilation
 Source10:       thunderbird-mozconfig
@@ -144,7 +144,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ver
 %if %{official_branding}
 %{__cat} %{SOURCE11} >> .mozconfig
 %endif
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 %{__cat} %{SOURCE13} >> .mozconfig
 %endif
 
@@ -176,7 +176,7 @@ export MAKE="gmake %{moz_make_flags}"
 make -f client.mk build
 
 # create debuginfo for crash-stats.mozilla.com
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 cd %{moz_objdir}
 make buildsymbols
 %endif
@@ -302,9 +302,9 @@ touch $RPM_BUILD_ROOT%{mozappdir}/compon
 
 
 # Add debuginfo for crash-stats.mozilla.com 
-%if %{include_debuginfo}
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
-cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
+%if %{enable_mozilla_crashreporter}
+mkdir -p $RPM_BUILD_ROOT%{_exec_prefix}/lib/debug%{mozappdir}
+cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_exec_prefix}/lib/debug%{mozappdir}
 %endif
 
 #===============================================================================
@@ -383,7 +383,7 @@ fi
 %{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
 %{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
 %{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 %{mozappdir}/crashreporter
 %{mozappdir}/crashreporter.ini
 %{mozappdir}/Throbber-small.gif
@@ -393,6 +393,9 @@ fi
 #===============================================================================
 
 %changelog
+* Tue Jul 20 2010 Jan Horak <jhorak at redhat.com> - 3.1.1-1
+- Update to 3.1.1
+
 * Thu Jun 24 2010 Jan Horak <jhorak at redhat.com> - 3.1-1
 - Thunderbird 3.1
 



More information about the scm-commits mailing list