Hello community,

here is the log from the commit of package mozc for openSUSE:Factory checked in 
at 2013-06-25 17:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozc (Old)
 and      /work/SRC/openSUSE:Factory/.mozc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozc/mozc.changes        2013-04-22 
14:12:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mozc.new/mozc.changes   2013-06-25 
17:15:43.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 12:37:57 UTC 2013 - [email protected]
+
+- fixed build with gcc 4.8
+  * mozc-gcc48.patch
+
+-------------------------------------------------------------------

New:
----
  mozc-gcc48.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozc.spec ++++++
--- /var/tmp/diff_new_pack.RohZme/_old  2013-06-25 17:15:44.000000000 +0200
+++ /var/tmp/diff_new_pack.RohZme/_new  2013-06-25 17:15:44.000000000 +0200
@@ -41,6 +41,9 @@
 %endif
 # PATCH-FIX-UPSTREAM [email protected] - absolute path of protobuf, or mozc can't 
recognize.
 Patch1:         fix-use_libprotobuf.patch
+# PATCH-FIX-UPSTREAM nevertheless they want to turn off -Werror, sent mail 
with this patch
+# on to [email protected], [email protected], [email protected], 
[email protected]; [email protected]
+Patch2:         mozc-gcc48.patch
 
 BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
@@ -113,6 +116,7 @@
 %endif
 
 %patch1 -p1
+%patch2 -p1
 
 # thease modification should be done by patches?
 sed -i.back -e 
's|/usr/share/tegaki/models/zinnia/handwriting-ja.model|%{_datadir}/zinnia/model/tomoe/handwriting-ja.model|'
 handwriting/zinnia_handwriting.cc

++++++ mozc-gcc48.patch ++++++
Index: mozc-1.10.1390.102/base/port.h
===================================================================
--- mozc-1.10.1390.102.orig/base/port.h
+++ mozc-1.10.1390.102/base/port.h
@@ -174,7 +174,7 @@ template <bool>
 struct CompileAssert {
 };
 #define COMPILE_ASSERT(expr, msg) \
-  typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
+  typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] 
__attribute__((unused))
 #endif
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to