Hello community,

here is the log from the commit of package libsocialweb for openSUSE:Factory 
checked in at 2012-10-03 18:12:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsocialweb (Old)
 and      /work/SRC/openSUSE:Factory/.libsocialweb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsocialweb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsocialweb/libsocialweb.changes        
2012-01-09 15:18:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libsocialweb.new/libsocialweb.changes   
2012-10-03 18:12:27.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 13:08:15 UTC 2012 - [email protected]
+
+- Add libsocialweb-annotations.patch: Fix gobject-introspection
+  annotations.
+
+-------------------------------------------------------------------

New:
----
  libsocialweb-annotations.patch

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

Other differences:
------------------
++++++ libsocialweb.spec ++++++
--- /var/tmp/diff_new_pack.rTInXI/_old  2012-10-03 18:12:28.000000000 +0200
+++ /var/tmp/diff_new_pack.rTInXI/_new  2012-10-03 18:12:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsocialweb
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libsocialweb
 Version:        0.25.20
 Release:        0
@@ -24,6 +25,8 @@
 Url:            http://git.gnome.org/browse/libsocialweb/
 Source0:        
http://download.gnome.org/sources/libsocialweb/0.25/%{name}-%{version}.tar.bz2
 Source1:        README.branding
+# PATCH-FIX-UPSTREAM libsocialweb-annotations.patch [email protected] -- 
Fix namespacing of introspection annotations, taken from upstream git.
+Patch0:         libsocialweb-annotations.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -100,8 +103,8 @@
 %package devel
 Summary:        A personal social data server -- Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libsocialweb0 = %{version}
 Requires:       libsocialweb-client2 = %{version}
+Requires:       libsocialweb0 = %{version}
 Requires:       typelib-1_0-SocialWebClient-0_25 = %{version}
 
 %description devel
@@ -111,6 +114,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 
 %build

++++++ libsocialweb-annotations.patch ++++++
>From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
From: Colin Walters <[email protected]>
Date: Mon, 04 Jun 2012 17:54:12 +0000
Subject: client: Fix namespacing of introspection annotations

---
diff --git a/libsocialweb-client/sw-client-contact-view.c 
b/libsocialweb-client/sw-client-contact-view.c
index bb2679f..6eaee0e 100644
--- a/libsocialweb-client/sw-client-contact-view.c
+++ b/libsocialweb-client/sw-client-contact-view.c
@@ -384,7 +384,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass 
*klass)
   /**
    * SwClientContactView::contacts-added:
    * @self:
-   * @contacts: (type GLib.List) (element-type Sw.Contact):
+   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
    */
   signals[CONTACTS_ADDED_SIGNAL] =
     g_signal_new ("contacts-added",
@@ -401,7 +401,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass 
*klass)
   /**
    * SwClientContactView::contacts-removed:
    * @self:
-   * @contacts: (type GLib.List) (element-type Sw.Contact):
+   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
    */
   signals[CONTACTS_REMOVED_SIGNAL] =
     g_signal_new ("contacts-removed",
@@ -418,7 +418,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass 
*klass)
   /**
    * SwClientContactView::contacts-changed:
    * @self:
-   * @contacts: (type GLib.List) (element-type Sw.Contact):
+   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
    */
   signals[CONTACTS_CHANGED_SIGNAL] =
     g_signal_new ("contacts-changed",
diff --git a/libsocialweb-client/sw-client-item-view.c 
b/libsocialweb-client/sw-client-item-view.c
index 6bfdb76..ab98fdd 100644
--- a/libsocialweb-client/sw-client-item-view.c
+++ b/libsocialweb-client/sw-client-item-view.c
@@ -389,7 +389,7 @@ sw_client_item_view_class_init (SwClientItemViewClass 
*klass)
   /**
    * SwClientItemView::items-added:
    * @self:
-   * @items: (type GLib.List) (element-type Sw.Item):
+   * @items: (type GLib.List) (element-type SocialWebClient.Item):
    */
   signals[ITEMS_ADDED_SIGNAL] =
     g_signal_new ("items-added",
@@ -406,7 +406,7 @@ sw_client_item_view_class_init (SwClientItemViewClass 
*klass)
   /**
    * SwClientItemView::items-removed:
    * @self:
-   * @items: (type GLib.List) (element-type Sw.Item):
+   * @items: (type GLib.List) (element-type SocialWebClient.Item):
    */
   signals[ITEMS_REMOVED_SIGNAL] =
     g_signal_new ("items-removed",
@@ -423,7 +423,7 @@ sw_client_item_view_class_init (SwClientItemViewClass 
*klass)
   /**
    * SwClientItemView::items-changed:
    * @self:
-   * @items: (type GLib.List) (element-type Sw.Item):
+   * @items: (type GLib.List) (element-type SocialWebClient.Item):
    */
   signals[ITEMS_CHANGED_SIGNAL] =
     g_signal_new ("items-changed",
diff --git a/libsocialweb-client/sw-contact.c b/libsocialweb-client/sw-contact.c
index efefb37..b56ab39 100644
--- a/libsocialweb-client/sw-contact.c
+++ b/libsocialweb-client/sw-contact.c
@@ -104,7 +104,6 @@ sw_contact_get_value (SwContact  *contact,
 
 /**
  * sw_contact_get_value_all: 
- *
  * @contact: :
  * @key: :
  *
--
cgit v0.9.0.2

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

Reply via email to