Mailinglist Archive: opensuse-commit (1419 mails)
| < Previous | Next > |
commit MozillaThunderbird
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 17 May 2008 01:24:19 +0200
- Message-id: <20080516232419.CD100678180@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package MozillaThunderbird
checked in at Sat May 17 01:24:19 CEST 2008.
--------
--- MozillaThunderbird/MozillaThunderbird.changes 2008-03-24
21:57:37.000000000 +0100
+++ MozillaThunderbird/MozillaThunderbird.changes 2008-05-16
17:08:29.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 16 16:59:40 CEST 2008 - schwab@xxxxxxx
+
+- Remove unused includes.
+
+-------------------------------------------------------------------
New:
----
unused-includes.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.T12044/_old 2008-05-17 01:23:30.000000000 +0200
+++ /var/tmp/diff_new_pack.T12044/_new 2008-05-17 01:23:30.000000000 +0200
@@ -8,14 +8,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: MozillaThunderbird
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)
Version: 2.0.0.12
-Release: 7
+Release: 28
Summary: The Stand-Alone Mozilla Mail Component
Url: http://www.mozilla.org/products/thunderbird/
Group: Productivity/Networking/Email/Clients
@@ -52,6 +51,7 @@
#Patch28: thunderbird-gcc4.3-fixes.patch
Patch29: visibility.patch
Patch30: mozilla-missing-decl.patch
+Patch31: unused-includes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ fileutils textutils /bin/sh
%if %suse_version > 1000
@@ -73,7 +73,7 @@
%endif
%if %has_system_nspr
BuildRequires: mozilla-nspr-devel
-Requires: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}'
mozilla-nspr`)
+Requires: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}'
mozilla-nspr)
%endif
%if %has_system_nss
BuildRequires: mozilla-nss-devel
@@ -114,6 +114,7 @@
Mozilla Foundation <drivers@xxxxxxxxxxx>
%package translations
+License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE
(MPL/NPL)
Summary: Translations of MozillaThunderbird
Provides:
locale(MozillaThunderbird:be;bg;ca;cs;da;de;el;en_GB;es_AR;es_ES;eu;fi;fr;ga_IE;hu;it;ja;ko;lt;mk;nb_NO;nl;nn_NO;pa_IN;pl;pt_BR;pt_PT;ru;sk;sl;sv_SE;tr;zh_CN;zh_TW)
Group: Productivity/Networking/Email/Clients
@@ -130,10 +131,11 @@
Mozilla Foundation <drivers@xxxxxxxxxxx>
%package devel
+License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE
(MPL/NPL)
Summary: The Stand-Alone Mozilla Mail Component
Group: Productivity/Networking/Email/Clients
%if %has_system_nspr
-Requires: mozilla-nspr-devel >= %( echo `rpm -q --queryformat
'%{VERSION}' mozilla-nspr-devel`)
+Requires: mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}'
mozilla-nspr-devel)
%endif
%if %has_system_nss
PreReq: mozilla-nss-devel
@@ -183,6 +185,7 @@
%patch27 -p0
# %patch28 -p1
%patch30 -p1
+%patch31
%build
export MOZ_BUILD_DATE=%{releasedate}
@@ -671,6 +674,8 @@
%{_bindir}/thunderbird-config
%changelog
+* Fri May 16 2008 schwab@xxxxxxx
+- Remove unused includes.
* Mon Mar 24 2008 maw@xxxxxxx
- Add mozilla-missing-decl.patch, which is necessary when building
against new versions of mozilla-nss (bmo#399589).
@@ -815,7 +820,7 @@
- improved postscript output (bmo #334485)
- changed defaults for printer properties (#6534)
- get available paper sizes from CUPS (#65482)
-* Sat Mar 18 2006 stark@xxxxxxx
+* Sun Mar 19 2006 stark@xxxxxxx
- translations package is suggested now by main package
- yet another set of upstream fixes (#148876)
* Sun Mar 12 2006 stark@xxxxxxx
++++++ unused-includes.patch ++++++
--- 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"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |