[packages/libsocialweb] - updated to 0.25.21 - added gir patch (annotations fix based on Debian's patch)
qboosh
qboosh at pld-linux.org
Thu Nov 29 16:14:33 CET 2012
commit 07b0741a58c4e0f8b747c168251eda527196e044
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Nov 29 16:14:58 2012 +0100
- updated to 0.25.21
- added gir patch (annotations fix based on Debian's patch)
libsocialweb-gir.patch | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
libsocialweb.spec | 10 ++++----
2 files changed, 69 insertions(+), 4 deletions(-)
---
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 3c19c32..ef7ecea 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -7,12 +7,13 @@
Summary: A social network data aggregator
Summary(pl.UTF-8): Agregator danych z sieci społecznościowych
Name: libsocialweb
-Version: 0.25.20
-Release: 2
+Version: 0.25.21
+Release: 1
License: LGPL v2
Group: Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsocialweb/0.25/%{name}-%{version}.tar.xz
-# Source0-md5: 10332cd8674c39402e0834064e2b5437
+# Source0-md5: 4a31221a7855f40b6e263519ee84c6b3
+Patch0: %{name}-gir.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 2.0
BuildRequires: autoconf >= 2.63
@@ -107,6 +108,7 @@ API libsocialweb dla języka Vala.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -146,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
+%doc AUTHORS README TODO
%attr(755,root,root) %{_libexecdir}/libsocialweb-core
%attr(755,root,root) %{_libdir}/libsocialweb-client.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libsocialweb-client.so.2
diff --git a/libsocialweb-gir.patch b/libsocialweb-gir.patch
new file mode 100644
index 0000000..4a2b75d
--- /dev/null
+++ b/libsocialweb-gir.patch
@@ -0,0 +1,63 @@
+Debian's 00upstream_fix_annotations.patch: Fix wrong type names in 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",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsocialweb.git/commitdiff/07b0741a58c4e0f8b747c168251eda527196e044
More information about the pld-cvs-commit
mailing list