Mailinglist Archive: opensuse-commit (1423 mails)
| < Previous | Next > |
commit xulrunner for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 25 May 2012 16:20:36 +0200
- Message-id: <20120525142036.8BD3E202E2@hilbert.suse.de>
Hello community,
here is the log from the commit of package xulrunner for openSUSE:Factory
checked in at 2012-05-25 16:19:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xulrunner (Old)
and /work/SRC/openSUSE:Factory/.xulrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xulrunner", Maintainer is "gnome-maintainers@xxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes 2012-05-08
06:53:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2012-05-25
16:20:29.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 16 05:41:15 UTC 2012 - wr@xxxxxxxxxxxxx
+
+- reenabled crashreporter for Factory/12.2
+ (fix in mozilla-gcc47.patch)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xulrunner.spec ++++++
--- /var/tmp/diff_new_pack.t1YGiy/_old 2012-05-25 16:20:36.000000000 +0200
+++ /var/tmp/diff_new_pack.t1YGiy/_new 2012-05-25 16:20:36.000000000 +0200
@@ -99,10 +99,6 @@
%define crashreporter 1
%define plugincontainer 1
%endif
-# temporary (gcc 4.7)
-%if %suse_version > 1210
-%define crashreporter 0
-%endif
### configuration end ###
%define _use_internal_dependency_generator 0
%define __find_requires sh %{SOURCE2}
++++++ mozilla-gcc47.patch ++++++
--- /var/tmp/diff_new_pack.t1YGiy/_old 2012-05-25 16:20:36.000000000 +0200
+++ /var/tmp/diff_new_pack.t1YGiy/_new 2012-05-25 16:20:36.000000000 +0200
@@ -1,8 +1,9 @@
# HG changeset patch
-# Parent debab900e37fdd4f8981c06beef6f193a04bd2b7
+# Parent 93e5d3b8061741abc83dcd4ed0fe93f1636583ef
Patch to make Mozilla build with gcc 4.7, including
- Bug 725655 - gcc 4.7 build failures (missing headers) (TM: Mozilla13)
- Bug 734490 - "no viable overloaded 'PRIxPTR'" when building with Clang or
GCC 4.7 (TM: Mozilla14)
+- Bug 741348 - Work around crashreporter client build failure with gcc 4.7
(TM: Mozilla15)
diff --git a/ipc/chromium/src/base/file_util_linux.cc
b/ipc/chromium/src/base/file_util_linux.cc
--- a/ipc/chromium/src/base/file_util_linux.cc
@@ -172,3 +173,18 @@
JumpTo(uintptr_t opaddr)
{
#ifdef __ia64
+diff --git
a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
+--- a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
++++ b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
+@@ -61,8 +61,11 @@ HOST_CPPSRCS = \
+ file_id.cc \
+ guid_creator.cc \
+ $(NULL)
+
+ # need static lib
+ FORCE_STATIC_LIB = 1
+
+ include $(topsrcdir)/config/rules.mk
++
++# See https://bugzilla.mozilla.org/show_bug.cgi?id=741348#c11
++file_id.$(OBJ_SUFFIX): STL_FLAGS=
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package xulrunner for openSUSE:Factory
checked in at 2012-05-25 16:19:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xulrunner (Old)
and /work/SRC/openSUSE:Factory/.xulrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xulrunner", Maintainer is "gnome-maintainers@xxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes 2012-05-08
06:53:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2012-05-25
16:20:29.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 16 05:41:15 UTC 2012 - wr@xxxxxxxxxxxxx
+
+- reenabled crashreporter for Factory/12.2
+ (fix in mozilla-gcc47.patch)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xulrunner.spec ++++++
--- /var/tmp/diff_new_pack.t1YGiy/_old 2012-05-25 16:20:36.000000000 +0200
+++ /var/tmp/diff_new_pack.t1YGiy/_new 2012-05-25 16:20:36.000000000 +0200
@@ -99,10 +99,6 @@
%define crashreporter 1
%define plugincontainer 1
%endif
-# temporary (gcc 4.7)
-%if %suse_version > 1210
-%define crashreporter 0
-%endif
### configuration end ###
%define _use_internal_dependency_generator 0
%define __find_requires sh %{SOURCE2}
++++++ mozilla-gcc47.patch ++++++
--- /var/tmp/diff_new_pack.t1YGiy/_old 2012-05-25 16:20:36.000000000 +0200
+++ /var/tmp/diff_new_pack.t1YGiy/_new 2012-05-25 16:20:36.000000000 +0200
@@ -1,8 +1,9 @@
# HG changeset patch
-# Parent debab900e37fdd4f8981c06beef6f193a04bd2b7
+# Parent 93e5d3b8061741abc83dcd4ed0fe93f1636583ef
Patch to make Mozilla build with gcc 4.7, including
- Bug 725655 - gcc 4.7 build failures (missing headers) (TM: Mozilla13)
- Bug 734490 - "no viable overloaded 'PRIxPTR'" when building with Clang or
GCC 4.7 (TM: Mozilla14)
+- Bug 741348 - Work around crashreporter client build failure with gcc 4.7
(TM: Mozilla15)
diff --git a/ipc/chromium/src/base/file_util_linux.cc
b/ipc/chromium/src/base/file_util_linux.cc
--- a/ipc/chromium/src/base/file_util_linux.cc
@@ -172,3 +173,18 @@
JumpTo(uintptr_t opaddr)
{
#ifdef __ia64
+diff --git
a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
+--- a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
++++ b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
+@@ -61,8 +61,11 @@ HOST_CPPSRCS = \
+ file_id.cc \
+ guid_creator.cc \
+ $(NULL)
+
+ # need static lib
+ FORCE_STATIC_LIB = 1
+
+ include $(topsrcdir)/config/rules.mk
++
++# See https://bugzilla.mozilla.org/show_bug.cgi?id=741348#c11
++file_id.$(OBJ_SUFFIX): STL_FLAGS=
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |