[meego-commits] 7732: Changes to Trunk:Handset/libseaside

Connie Berardi no_reply at build.meego.com
Thu Sep 23 22:34:16 UTC 2010


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

Thank You,
Connie Berardi

[This message was auto-generated]

---

Request #7732:

  submit:   devel:ux:handset/libseaside(r40) -> Trunk:Handset/libseaside


Message:
    Adding patch to CommType bitmask provided by Shane to enable FEA#4143

State:   new          2010-09-23T15:34:16 mcberadi
Comment: None



changes files:
--------------
--- libseaside.changes
+++ libseaside.changes
@@ -0,0 +1,2 @@
+* Thu Sept 23 2010  Connie Berardi <connie.berardi at intel.com> - 0.0.35
+- Merging patch for proper bitmask in CommsFlag to enable #FEA 4143  

old:
----
  libseaside-0.0.34.tar.bz2

new:
----
  libseaside-0.0.35.tar.bz2

spec files:
-----------
--- libseaside.spec
+++ libseaside.spec
@@ -7,7 +7,7 @@
 
 Name:       libseaside
 Summary:    MeeGo common contacts library
-Version:    0.0.34
+Version:    0.0.35
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0

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

++++++ libseaside-0.0.34.tar.bz2 -> libseaside-0.0.35.tar.bz2
--- .gitignore
+++ .gitignore
-*~
-*.o
-*.la
-*.so*
-*.pc
-.*.swp
-Makefile*
-*.pro.user
-moc_*
-gen_*
-*_adaptor.*
-*_interface.*
-.gen
-.moc
-.obj
-*.tar.bz2
-.qm
-.ts
-*.qm
-*.ts
-chooser
-datagen
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,6 @@
+Changes in 0.0.35
+
+
 Changes in 0.0.34
 
 2c11... Checking in patch from Shane Bryan for .gitignore Signed-off-by: Connie Berardi <connie.berardi at intel.com>
--- libseaside.pro
+++ libseaside.pro
@@ -1,4 +1,4 @@
-VERSION = 0.0.34
+VERSION = 0.0.35
 
 unix{
     PREFIX=/usr
--- src/seaside.h
+++ src/seaside.h
@@ -62,16 +62,16 @@
     };
 
     enum CommType {
-        CommCallDialed,
-        CommCallReceived,
-        CommCallMissed,
-        CommSmsSent,
-        CommSmsReceived,
-        CommEmailSent,
-        CommEmailReceived,
-	CommIMSent, //REVISIT
-        CommIMReceived, //REVISIT
-        CommNone
+        CommCallDialed    = 0x0001,
+        CommCallReceived  = 0x0002,
+        CommCallMissed    = 0x0004,
+        CommSmsSent       = 0x0010,
+        CommSmsReceived   = 0x0020,
+        CommEmailSent     = 0x0100,
+        CommEmailReceived = 0x0200,
+        CommIMSent        = 0x1000, //REVISIT
+        CommIMReceived    = 0x2000, //REVISIT
+        CommNone          = 0x0000
     };
 
     enum Location {

++++++ libseaside.yaml
--- libseaside.yaml
+++ libseaside.yaml
@@ -1,6 +1,6 @@
 Name: libseaside
 Summary: MeeGo common contacts library
-Version: 0.0.34
+Version: 0.0.35
 Release: 1
 Group: System/Libraries
 License: Apache License, Version 2.0




More information about the MeeGo-commits mailing list