From 686be3083ef6db15604627cac13e038bb63ddd46bc3c3dfc67ddb69118a85823 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 28 Nov 2011 08:20:56 +0000 Subject: [PATCH] Accepting request 93596 from home:dimstar:branches:GNOME:Factory Update to 0.17.2 OBS-URL: https://build.opensuse.org/request/show/93596 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=113 --- telepathy-glib-0.17.1.tar.gz | 3 --- telepathy-glib-0.17.2.tar.gz | 3 +++ telepathy-glib.changes | 12 ++++++++++++ telepathy-glib.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 telepathy-glib-0.17.1.tar.gz create mode 100644 telepathy-glib-0.17.2.tar.gz diff --git a/telepathy-glib-0.17.1.tar.gz b/telepathy-glib-0.17.1.tar.gz deleted file mode 100644 index 08958a1..0000000 --- a/telepathy-glib-0.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:933fd7795a473f590725871ce0565a57962d4e9f7e50c4df3541cbd35ebb7899 -size 3365314 diff --git a/telepathy-glib-0.17.2.tar.gz b/telepathy-glib-0.17.2.tar.gz new file mode 100644 index 0000000..cd9709f --- /dev/null +++ b/telepathy-glib-0.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe019355ea8d89229eaf3e1a2bd61e39be077c70f597c949236de6134f020c1 +size 3303307 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index a5d9b30..fa50b0e 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 25 09:43:18 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.17.2: + + Speculatively replace _free/_destroy with _unref everywhere, + and add a coding style check. + + Ensure GSocketConnection objects are properly closed and freed + for incoming TpFileTransferChannels. + + Many documentation nits have been fixed. + + Building the GObject-Introspection repository now works + reliably when using `make -j` + ------------------------------------------------------------------- Tue Nov 15 22:43:16 UTC 2011 - vuntz@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 3bba6c0..edc57d9 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -18,7 +18,7 @@ Name: telepathy-glib -Version: 0.17.1 +Version: 0.17.2 Release: 1 License: LGPLv2.1 Summary: Libraries for adding telepathy support to applications that use glib @@ -77,7 +77,7 @@ telepathy functionality from applications that use glib. %build %configure --disable-static \ --enable-vala-bindings -%__make %{?jobs:-j%jobs} +%__make %{_smp_mflags} %install %makeinstall