Hello community,

here is the log from the commit of package protobuf for openSUSE:Factory 
checked in at 2013-06-11 06:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/protobuf (Old)
 and      /work/SRC/openSUSE:Factory/.protobuf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "protobuf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes        2013-06-05 
13:08:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.protobuf.new/protobuf.changes   2013-06-11 
09:36:38.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun  7 15:32:55 UTC 2013 - [email protected]
+
+- package google/protobuf/stubs/atomicops_internals_generic_gcc.h
+  mosh reqires it 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 0001-Add-generic-GCC-support-for-atomic-operations.patch ++++++
--- /var/tmp/diff_new_pack.xtGZM8/_old  2013-06-11 09:36:38.000000000 +0200
+++ /var/tmp/diff_new_pack.xtGZM8/_new  2013-06-11 09:36:38.000000000 +0200
@@ -12,10 +12,10 @@
  3 files changed, 153 insertions(+), 2 deletions(-)
  create mode 100644 src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
 
-diff --git a/src/google/protobuf/stubs/atomicops.h 
b/src/google/protobuf/stubs/atomicops.h
-index b8581fa..883b125 100644
---- a/src/google/protobuf/stubs/atomicops.h
-+++ b/src/google/protobuf/stubs/atomicops.h
+Index: protobuf-2.5.0/src/google/protobuf/stubs/atomicops.h
+===================================================================
+--- protobuf-2.5.0.orig/src/google/protobuf/stubs/atomicops.h
++++ protobuf-2.5.0/src/google/protobuf/stubs/atomicops.h
 @@ -185,7 +185,7 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
  #elif defined(__pnacl__)
  #include <google/protobuf/stubs/atomicops_internals_pnacl.h>
@@ -25,11 +25,10 @@
  #endif
  
  // Unknown.
-diff --git a/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h 
b/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
-new file mode 100644
-index 0000000..3fc2a9b
+Index: 
protobuf-2.5.0/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
+===================================================================
 --- /dev/null
-+++ b/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
++++ protobuf-2.5.0/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
 @@ -0,0 +1,139 @@
 +// Protocol Buffers - Google's data interchange format
 +// Copyright 2013 Red Hat Inc.  All rights reserved.
@@ -170,10 +169,10 @@
 +}  // namespace google
 +
 +#endif  // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_GENERIC_GCC_H_
-diff --git a/src/google/protobuf/stubs/platform_macros.h 
b/src/google/protobuf/stubs/platform_macros.h
-index b1df60e..db691d8 100644
---- a/src/google/protobuf/stubs/platform_macros.h
-+++ b/src/google/protobuf/stubs/platform_macros.h
+Index: protobuf-2.5.0/src/google/protobuf/stubs/platform_macros.h
+===================================================================
+--- protobuf-2.5.0.orig/src/google/protobuf/stubs/platform_macros.h
++++ protobuf-2.5.0/src/google/protobuf/stubs/platform_macros.h
 @@ -43,6 +43,9 @@
  #elif defined(_M_IX86) || defined(__i386__)
  #define GOOGLE_PROTOBUF_ARCH_IA32 1
@@ -204,5 +203,35 @@
  #else
  #error Host architecture was not detected as supported by protobuf
  #endif
--- 
-1.8.1.4
+Index: protobuf-2.5.0/src/Makefile.am
+===================================================================
+--- protobuf-2.5.0.orig/src/Makefile.am
++++ protobuf-2.5.0/src/Makefile.am
+@@ -47,6 +47,7 @@ nobase_include_HEADERS =
+   google/protobuf/stubs/atomicops_internals_pnacl.h             \
+   google/protobuf/stubs/atomicops_internals_x86_gcc.h           \
+   google/protobuf/stubs/atomicops_internals_x86_msvc.h          \
++  google/protobuf/stubs/atomicops_internals_generic_gcc.h       \
+   google/protobuf/stubs/common.h                                \
+   google/protobuf/stubs/platform_macros.h                       \
+   google/protobuf/stubs/once.h                                  \
+Index: protobuf-2.5.0/src/Makefile.in
+===================================================================
+--- protobuf-2.5.0.orig/src/Makefile.in
++++ protobuf-2.5.0/src/Makefile.in
+@@ -314,6 +314,7 @@ am__nobase_include_HEADERS_DIST = google
+       google/protobuf/stubs/atomicops_internals_pnacl.h \
+       google/protobuf/stubs/atomicops_internals_x86_gcc.h \
+       google/protobuf/stubs/atomicops_internals_x86_msvc.h \
++      google/protobuf/stubs/atomicops_internals_generic_gcc.h \
+       google/protobuf/stubs/common.h \
+       google/protobuf/stubs/platform_macros.h \
+       google/protobuf/stubs/once.h \
+@@ -523,6 +524,7 @@ nobase_include_HEADERS = \
+   google/protobuf/stubs/atomicops_internals_pnacl.h             \
+   google/protobuf/stubs/atomicops_internals_x86_gcc.h           \
+   google/protobuf/stubs/atomicops_internals_x86_msvc.h          \
++  google/protobuf/stubs/atomicops_internals_generic_gcc.h       \
+   google/protobuf/stubs/common.h                                \
+   google/protobuf/stubs/platform_macros.h                       \
+   google/protobuf/stubs/once.h                                  \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to