forked from pool/MozillaThunderbird
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=25
This commit is contained in:
parent
3d1766af3f
commit
95de6dbfbb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 23 18:01:05 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Remove unused includes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 24 18:43:51 CEST 2008 - maw@suse.de
|
Tue Jun 24 18:43:51 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Name: MozillaThunderbird
|
|||||||
BuildRequires: fdupes gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
BuildRequires: fdupes gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
||||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Version: 2.0.0.14
|
Version: 2.0.0.14
|
||||||
Release: 1
|
Release: 11
|
||||||
Summary: The Stand-Alone Mozilla Mail Component
|
Summary: The Stand-Alone Mozilla Mail Component
|
||||||
Url: http://www.mozilla.org/products/thunderbird/
|
Url: http://www.mozilla.org/products/thunderbird/
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
@ -50,6 +50,7 @@ Patch26: cups-paper.patch
|
|||||||
Patch27: thunderbird-1.5.0.8-uninitalized-vars-232305.patch
|
Patch27: thunderbird-1.5.0.8-uninitalized-vars-232305.patch
|
||||||
#Patch28: thunderbird-gcc4.3-fixes.patch
|
#Patch28: thunderbird-gcc4.3-fixes.patch
|
||||||
Patch29: visibility.patch
|
Patch29: visibility.patch
|
||||||
|
Patch30: unused-includes.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: libstdc++ fileutils textutils /bin/sh
|
PreReq: libstdc++ fileutils textutils /bin/sh
|
||||||
%if %suse_version > 1000
|
%if %suse_version > 1000
|
||||||
@ -182,6 +183,7 @@ cd $RPM_BUILD_DIR/mozilla
|
|||||||
%patch26
|
%patch26
|
||||||
%patch27 -p0
|
%patch27 -p0
|
||||||
# %patch28 -p1
|
# %patch28 -p1
|
||||||
|
%patch30
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export MOZ_BUILD_DATE=%{releasedate}
|
export MOZ_BUILD_DATE=%{releasedate}
|
||||||
@ -670,6 +672,8 @@ exit 0
|
|||||||
%{_bindir}/thunderbird-config
|
%{_bindir}/thunderbird-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 23 2008 schwab@suse.de
|
||||||
|
- Remove unused includes.
|
||||||
* Tue Jun 24 2008 maw@suse.de
|
* Tue Jun 24 2008 maw@suse.de
|
||||||
- Security update to version 2.0.0.14 (bnc#390992):
|
- Security update to version 2.0.0.14 (bnc#390992):
|
||||||
+ MFSA 2008-15 / CVE-2008-1236 and CVE-2008-1237: Crashes with
|
+ MFSA 2008-15 / CVE-2008-1236 and CVE-2008-1237: Crashes with
|
||||||
|
21
unused-includes.patch
Normal file
21
unused-includes.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf32.cpp
|
||||||
|
+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf32.cpp
|
||||||
|
@@ -39,8 +39,6 @@
|
||||||
|
|
||||||
|
#include "xptcprivate.h"
|
||||||
|
|
||||||
|
-#include <iostream.h>
|
||||||
|
-
|
||||||
|
// "This code is for IA64 only"
|
||||||
|
|
||||||
|
|
||||||
|
--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf64.cpp
|
||||||
|
+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf64.cpp
|
||||||
|
@@ -40,7 +40,6 @@
|
||||||
|
#include "xptcprivate.h"
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
-#include <iostream.h>
|
||||||
|
|
||||||
|
// "This code is for IA64 only"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user