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
This commit is contained in:
parent
d1c1283320
commit
686be3083e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:933fd7795a473f590725871ce0565a57962d4e9f7e50c4df3541cbd35ebb7899
|
|
||||||
size 3365314
|
|
3
telepathy-glib-0.17.2.tar.gz
Normal file
3
telepathy-glib-0.17.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fe019355ea8d89229eaf3e1a2bd61e39be077c70f597c949236de6134f020c1
|
||||||
|
size 3303307
|
@ -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
|
Tue Nov 15 22:43:16 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telepathy-glib
|
Name: telepathy-glib
|
||||||
Version: 0.17.1
|
Version: 0.17.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1
|
License: LGPLv2.1
|
||||||
Summary: Libraries for adding telepathy support to applications that use glib
|
Summary: Libraries for adding telepathy support to applications that use glib
|
||||||
@ -77,7 +77,7 @@ telepathy functionality from applications that use glib.
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--enable-vala-bindings
|
--enable-vala-bindings
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user