Accepting request 45754 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/telepathy-glib via accept of submit request 45754 revision 4. Request was accepted with message: thanks, will tweak it OBS-URL: https://build.opensuse.org/request/show/45754 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=59
This commit is contained in:
parent
91f8a7c617
commit
e9f273c48d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587262545fab9957a40c2b513f902992ce38228ee8d2e0c6e57df7a8abb6ef9b
|
||||
size 1685219
|
3
telepathy-glib-0.11.13.tar.bz2
Normal file
3
telepathy-glib-0.11.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e6378b6b4b9abe3035f26cc1f96ff66e49ca2c196cd397f5c521353fd87a6d9
|
||||
size 1692635
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user