[meego-commits] 5644: Changes to Trunk/contextkit

Anas Nashif nashif at linux.intel.com
Tue Jul 13 22:58:19 UTC 2010


Hi,
I have made the following changes to contextkit in project Trunk. Please review and accept ASAP.

Thank You,
Anas Nashif

[This message was auto-generated]

---

Request #5644:

  submit:   Trunk:Testing/contextkit(r3) -> Trunk/contextkit


Message:
    Move to Trunk

State:   new          2010-07-13T10:53:08 nashif
Comment: None



changes files:
--------------
--- contextkit.changes
+++ contextkit.changes
@@ -0,0 +1,3 @@
+* Sun Jul 11 2010 Anas Nashif <anas.nashif at intel.com> - 0.5.8
+- Fixed build with new compiler/glibc
+

new:
----
  contextkit-gcc45.patch

spec files:
-----------
--- contextkit.spec
+++ contextkit.spec
@@ -1,6 +1,6 @@
 # 
 # Do not Edit! Generated by:
-# spectacle version 0.13
+# spectacle version 0.19~pre
 # 
 # >> macros
 # << macros
@@ -15,6 +15,7 @@
 Source0:    %{name}-%{version}.tar.bz2
 Source100:  contextkit.yaml
 Patch0:     remove-docs-build.patch
+Patch1:     contextkit-gcc45.patch
 Requires(post):  /sbin/ldconfig
 Requires(postun):  /sbin/ldconfig
 BuildRequires:  pkgconfig(dbus-1)
@@ -29,6 +30,7 @@
 BuildRequires:  libxslt
 BuildRequires:  asciidoc
 
+
 %description
 This is ContextKit, a framework for collecting contextual
 information from the bowels of the system, cleaning them up
@@ -62,6 +64,8 @@
 
 # remove-docs-build.patch
 %patch0 -p1
+# contextkit-gcc45.patch
+%patch1 -p1
 # >> setup
 # << setup
 
@@ -91,6 +95,8 @@
 
 
 
+
+
 %files
 %defattr(-,root,root,-)
 # >> files

other changes:
--------------

++++++ contextkit-gcc45.patch (new)
--- contextkit-gcc45.patch
+++ contextkit-gcc45.patch
+--- a/libcontextsubscriber/update-contextkit-providers/update-contextkit-providers.cpp
++++ b/libcontextsubscriber/update-contextkit-providers/update-contextkit-providers.cpp
+@@ -28,6 +28,7 @@
+ #include "cdbwriter.h"
+ #include "fcntl.h"
+ #include "infobackend.h"
++#include <sys/stat.h>
+ 
+ /*!
+    \page UpdatingContextProviders

++++++ contextkit.yaml
--- contextkit.yaml
+++ contextkit.yaml
@@ -9,6 +9,7 @@
     - "%{name}-%{version}.tar.bz2"
 Patches:
     - remove-docs-build.patch
+    - contextkit-gcc45.patch
 Description: |
     This is ContextKit, a framework for collecting contextual
     information from the bowels of the system, cleaning them up



More information about the MeeGo-commits mailing list