diff --git a/telepathy-glib-0.11.12.tar.bz2 b/telepathy-glib-0.11.12.tar.bz2 deleted file mode 100644 index c9f2ee4..0000000 --- a/telepathy-glib-0.11.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587262545fab9957a40c2b513f902992ce38228ee8d2e0c6e57df7a8abb6ef9b -size 1685219 diff --git a/telepathy-glib-0.11.13.tar.bz2 b/telepathy-glib-0.11.13.tar.bz2 new file mode 100644 index 0000000..5a39611 --- /dev/null +++ b/telepathy-glib-0.11.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6378b6b4b9abe3035f26cc1f96ff66e49ca2c196cd397f5c521353fd87a6d9 +size 1692635 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 4ec8361..a2efe94 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Aug 18 10:08:58 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.11.13: + + fdo#29070: remove telepathy-vala.pc + + fdo#29358: add TP_ERROR as an alias for TP_ERRORS, for + introspectability + + add TP_USER_ACTION_TIME_NOT_USER_ACTION, + TP_USER_ACTION_TIME_CURRENT_TIME, tp_user_action_time_from_x11, + tp_user_action_time_should_present + + improve various documentation + + convert TpBaseClient virtual methods into normal GObject + virtual methods so they can be introspected + + Fixes: + - Don't rely on vala-1.0.pc to check for vala version and + vapigen + - fdo#25019: let the TpPresenceMixin work on connections that + implement SimplePresence but not complex Presence + - Fix harmless misuse of enums that caused warnings on gcc 4.5 + - Fix out-of-tree builds with Vala enabled +- Replace pkgconfig(vala-1.0) BuildRequires with vala-devel one. + ------------------------------------------------------------------- Wed Aug 11 11:38:56 CEST 2010 - vuntz@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 082cdb7..92f13bd 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -1,5 +1,5 @@ # -# spec file for package telepathy-glib (Version 0.11.12) +# spec file for package telepathy-glib (Version 0.11.13) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: telepathy-glib -Version: 0.11.12 +Version: 0.11.13 Release: 1 License: LGPLv2.1 Summary: Libraries for adding telepathy support to applications that use glib @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(vala-1.0) +BuildRequires: vala-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description