Mailinglist Archive: opensuse-commit (1419 mails)
| < Previous | Next > |
commit mozilla-xulrunner181
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 17 May 2008 01:20:58 +0200
- Message-id: <20080516232058.E4AD16780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mozilla-xulrunner181
checked in at Sat May 17 01:20:58 CEST 2008.
--------
--- mozilla-xulrunner181/mozilla-xulrunner181.changes 2008-04-10
12:45:57.000000000 +0200
+++ mozilla-xulrunner181/mozilla-xulrunner181.changes 2008-05-16
16:59:51.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:
------------------
++++++ mozilla-xulrunner181.spec ++++++
--- /var/tmp/diff_new_pack.J29517/_old 2008-05-17 01:16:23.000000000 +0200
+++ /var/tmp/diff_new_pack.J29517/_new 2008-05-17 01:16:23.000000000 +0200
@@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: mozilla-xulrunner181
@@ -18,7 +17,7 @@
%endif
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE
(MPL/NPL)
Version: 1.8.1.13
-Release: 1
+Release: 16
Summary: Mozilla Runtime Environment 1.8.1.x
Url: http://www.mozilla.org/
Group: Productivity/Other
@@ -47,6 +46,7 @@
Patch8: nsIPermission.patch
Patch9: rpath.patch
Patch10: system-proxies.patch
+Patch11: unused-includes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ expat pango xorg-x11-libs fontconfig freetype2
PreReq: gtk2 atk glib2 update-alternatives
@@ -80,7 +80,7 @@
%define my_requires %{_tmppath}/my-requires
%if %has_system_nspr
BuildRequires: mozilla-nspr-devel
-PreReq: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}'
mozilla-nspr`)
+PreReq: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}'
mozilla-nspr)
%endif
%if %has_system_nss
BuildRequires: mozilla-nss-devel
@@ -110,11 +110,11 @@
Provides: mozilla-xulrunner180-devel
%endif
%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
-Requires: mozilla-nss-devel >= %( echo `rpm -q --queryformat
'%{VERSION}' mozilla-nss-devel`)
+Requires: mozilla-nss-devel >= %(rpm -q --queryformat '%{VERSION}'
mozilla-nss-devel)
%endif
PreReq: %{name} = %{version}
@@ -163,6 +163,7 @@
%patch8
%patch9
%patch10
+%patch11
%build
export MOZ_BUILD_DATE=%{releasedate}
@@ -400,6 +401,8 @@
%defattr(-,root,root)
%changelog
+* Fri May 16 2008 schwab@xxxxxxx
+- Remove unused includes.
* Thu Apr 10 2008 ro@xxxxxxx
- added baselibs.conf file for xxbit packages
* Fri Apr 04 2008 maw@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 > |