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

suggested tweak

OBS-URL: https://build.opensuse.org/request/show/133295
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=133
This commit is contained in:
Vincent Untz 2012-09-07 17:35:14 +00:00 committed by Git OBS Bridge
parent 5ee990c80b
commit 97cfa9fe98
2 changed files with 11 additions and 4 deletions

View File

@ -29,6 +29,7 @@ Fri Aug 3 20:20:15 UTC 2012 - dimstar@opensuse.org
- TpAccountRequest: add missing 'service' property getter.
- Changes from version 0.19.3:
+ Fix Crash in TpBaseClient (fdo#51444)
+ Several API deprecations.
- Changes from version 0.19.2:
+ Enhancements:
- TpDynamicHandleRepo can now have an asynchronous ID
@ -50,11 +51,16 @@ Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org
+ Fixes:
- Fixed possible case where TP_CONTACT_FEATURE_AVATAR_DATA does
not get prepared.
- Fix Vala bindings build when srcdir is different from
builddir. (fdo#49802)
+ Several API deprecations.
- Changes from version 0.19.0:
+ Enhancements:
- <telepathy-glib/telepathy-glib.h> now includes all
non-generated code except proxy-subclass.h. Please use it
instead of individual headers
- A new meta-header, <telepathy-glib/telepathy-glib-dbus.h>,
now includes all generated code.
- Replace --disable-coding-style-checks and
--disable-doc-checks with --disable-fatal-warnings.
- Add TpRoomList and TpRoomInfo (fdo#30338)
@ -95,6 +101,7 @@ Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org
- Interpret capabilities more strictly, avoiding falsely saying
we support channel requests with fixed properties we don't
understand.
+ Several API deprecations.
-------------------------------------------------------------------
Wed Aug 1 11:25:17 UTC 2012 - dimstar@opensuse.org

View File

@ -27,13 +27,13 @@ Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}
BuildRequires: gtk-doc >= 1.17
BuildRequires: libxslt-devel
BuildRequires: python-xml
BuildRequires: vala >= 0.14.0
BuildRequires: vala >= 0.16.0
BuildRequires: pkgconfig(dbus-1) >= 0.95
BuildRequires: pkgconfig(dbus-glib-1) >= 0.90
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
BuildRoot: %{_tmppath}/%{name}-%{version}-build