Accepting request 46091 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 46091 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/46091
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=60
This commit is contained in:
Vincent Untz 2010-08-24 13:26:05 +00:00 committed by Git OBS Bridge
parent e9f273c48d
commit fc5f0d6906
2 changed files with 15 additions and 11 deletions

View File

@ -2,15 +2,18 @@
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
+ Changes to experimental API:
- fdo#29070: remove telepathy-vala.pc
+ Enhancements:
- 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
@ -18,7 +21,8 @@ Wed Aug 18 10:08:58 CEST 2010 - dimstar@opensuse.org
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.
- Replace pkgconfig(vala-1.0) BuildRequires with vala-devel one
since we want the vala compiler, not libvala.
-------------------------------------------------------------------
Wed Aug 11 11:38:56 CEST 2010 - vuntz@opensuse.org

View File

@ -28,13 +28,13 @@ Source: telepathy-glib-%{version}.tar.bz2
BuildRequires: gtk-doc
BuildRequires: libxslt-devel
BuildRequires: python-xml
BuildRequires: vala-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: vala-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description