Hello community,

here is the log from the commit of package sblim-cmpi-devel for 
openSUSE:Factory checked in at 2013-04-16 06:56:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-devel (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-cmpi-devel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-cmpi-devel", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-cmpi-devel/sblim-cmpi-devel.changes        
2012-08-04 13:28:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-devel.new/sblim-cmpi-devel.changes   
2013-04-16 06:56:57.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 18:08:21 UTC 2013 - [email protected]
+
+- fix includes to compile with older gcc versions
+
+-------------------------------------------------------------------

New:
----
  old-gcc.patch

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

Other differences:
------------------
++++++ sblim-cmpi-devel.spec ++++++
--- /var/tmp/diff_new_pack.CO2bBL/_old  2013-04-16 06:57:00.000000000 +0200
+++ /var/tmp/diff_new_pack.CO2bBL/_new  2013-04-16 06:57:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-devel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 %else
 Patch:          opensuse-docdir.patch
 %endif
+Patch1:         old-gcc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        SBLIM CMPI Provider Development Support
 License:        EPL-1.0
@@ -84,6 +85,7 @@
 # adapt docdir
 %patch
 %endif
+%patch1 -p1
 
 cp %{_sourcedir}/Doxyfile %{_builddir}/%{name}-%{version}/
 mkdir %{_builddir}/%{name}-%{version}/autodocs

++++++ old-gcc.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile 
../orig-sblim-cmpi-devel-2.0.3/cmpi/cmpidt.h ./cmpi/cmpidt.h
--- ../orig-sblim-cmpi-devel-2.0.3/cmpi/cmpidt.h        2009-03-16 
19:26:17.000000000 +0100
+++ ./cmpi/cmpidt.h     2013-04-01 19:54:35.060907494 +0200
@@ -646,7 +646,7 @@
        /** High severity */
     ErrorSevHigh = 4,
        /** Fatal error */
-    ErrorSevFatal = 5,
+    ErrorSevFatal = 5
 } CMPIErrorSeverity;
 
 /** Possible values an Error object can use to indicate the probable cause */
@@ -912,7 +912,7 @@
        /** Procedural_Error */
        Procedural_Error = 129,
        /** Unexpected_Information */
-       Unexpected_Information = 130,
+       Unexpected_Information = 130
 } CMPIErrorProbableCause;
 
 /** Possible values an Error object can have for the error src format */
@@ -922,13 +922,13 @@
        /** Other source */
     CMPIErrSrcOther = 1,
        /* Object handle */
-    CIMObjectHandle = 2,
+    CIMObjectHandle = 2
 } CMPIErrorSrcFormat;
 
 #endif /* CMPI_VER_200 */
 
 #   ifdef __cplusplus
-};
+}
 #   endif
 
 #endif // _CMPIDT_H_
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile 
../orig-sblim-cmpi-devel-2.0.3/cmpi/cmpift.h ./cmpi/cmpift.h
--- ../orig-sblim-cmpi-devel-2.0.3/cmpi/cmpift.h        2009-02-28 
04:18:20.000000000 +0100
+++ ./cmpi/cmpift.h     2013-04-01 19:54:51.637573708 +0200
@@ -3349,7 +3349,7 @@
 
 
 #   ifdef __cplusplus
-};
+}
 #   endif
 
 #endif // _CMPIFT_H_
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to