Accepting request 43654 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 43654 revision 2. Request was accepted with message: auto-approving myself, to make it easier for the next batch of reviews OBS-URL: https://build.opensuse.org/request/show/43654 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=51
This commit is contained in:
parent
02d6d0b3a1
commit
4b8e9bcaf4
@ -1,21 +1,104 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 17:50:22 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Clean up update to 0.11.8.
|
||||
- Drop work_around_pkg_config.patch: not needed anymore.
|
||||
- Change dbus-1-glib-devel BuildRequires to pkgconfig()
|
||||
BuildRequires: dbus-1, dbus-glib-1, gobject-2.0, gio-2.0,
|
||||
gio-unix-2.0.
|
||||
- Add pkgconfig(gobject-introspection-1.0) to enable introspection
|
||||
support.
|
||||
- Remove explicit dbus-1-glib-devel and glib2-devel Requires in
|
||||
devel package, since pkgconfig() Requires are now automatically
|
||||
added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 22 21:38:56 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.8:
|
||||
+ GObject-Introspection is enabled, it must be version 0.6.14 or
|
||||
later.
|
||||
+ Improve GObject-Introspection annotations, and optionally build
|
||||
Vala bindings, which are currently considered highly
|
||||
experimental
|
||||
+ Make tp_base_client_set_handler_bypass_approval able to set the
|
||||
value to FALSE, and hence make it possible for a
|
||||
TpSimpleHandler to not bypass approval
|
||||
+ If the weak object for contact info retrieval disappears, stop,
|
||||
and don't call the callback
|
||||
+ Fix a va_list leak in tp_value_array_build
|
||||
+ Fix a memory leak for unlikely errors in
|
||||
tp_base_connection_register
|
||||
+ For more chances, please see NEWS in the package.
|
||||
+ Enhancements:
|
||||
- Improve GObject-Introspection annotations, and optionally
|
||||
build Vala bindings, which are currently considered highly
|
||||
experimental
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.7:
|
||||
+ Deprecations:
|
||||
- TpChannelFactoryIface is officially deprecated (it shouldn't
|
||||
have been used since 0.8).
|
||||
- tp_verify() should not be used in new code: use GLib 2.20's
|
||||
G_STATIC_ASSERT.
|
||||
+ Enhancements:
|
||||
- Update to telepathy-spec 0.19.7
|
||||
. generate code for the Anonymity and ServicePoint interfaces
|
||||
. add ChatStates property and Chat_State_Map type
|
||||
. add Account.ConnectionError and ConnectionErrorDetails
|
||||
properties
|
||||
- API additions
|
||||
- speed up and cleanup regression tests
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.6:
|
||||
+ Enhancements:
|
||||
- Updated to telepathy-spec 0.19.6:
|
||||
. ChangingPresence property on the Account interface
|
||||
. SupportedLocationFeatures property on the Location
|
||||
interface
|
||||
. HandleWithTime method on ChannelDispatchOperation
|
||||
. MultipleTones method, SendingTones and StoppedTones
|
||||
signals, and CurrentlySendingTones and InitialTones
|
||||
properties on the DTMF interface
|
||||
- API additions
|
||||
- Make the ContactList example connection manager more
|
||||
realistic, and add a regression test for it
|
||||
+ Fixes:
|
||||
- fdo#28203: TpGroupMixin: allow "adding" contacts who are
|
||||
already members, even if the Can_Add flag isn't set (e.g.
|
||||
accepting a subscription request twice), and allow "removing"
|
||||
contacts who are not in the channel (e.g. rejecting a
|
||||
subscription request twice)
|
||||
- minor fixes
|
||||
- Changes from version 0.11.5:
|
||||
+ API changes:
|
||||
- fdo#23369: when the local user is removed from a Group
|
||||
Channel, the GError with which the TpChannel is invalidated
|
||||
has changed.
|
||||
+ Enhancements:
|
||||
- API additions
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.4:
|
||||
+ Enhancements:
|
||||
- Add experimental GObject-Introspection bindings
|
||||
- API additions
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.3:
|
||||
+ Enhancements:
|
||||
- Upgrade to telepathy-spec 0.19.5
|
||||
. Connection.Status, Connection.Interfaces properties (all
|
||||
telepathy-glib CMs that use TpBaseConnection should gain
|
||||
support for these automatically)
|
||||
. Observer.Recover property
|
||||
. ContactInfo interface
|
||||
- API additions
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.2:
|
||||
+ Undeprecate tp_get_bus()
|
||||
- Changes from version 0.11.1:
|
||||
+ Enhancements:
|
||||
- API additions
|
||||
+ Various fixes
|
||||
- Changes from version 0.11.0:
|
||||
+ Deprecations:
|
||||
- all re-entrant functions
|
||||
- tp_get_bus()
|
||||
+ Enhancements:
|
||||
- Update to telepathy-spec 0.19.3
|
||||
. generate code for new Connection.Interfaces,
|
||||
Connection.Status properties, and implement them in
|
||||
TpBaseConnection
|
||||
. generate code for Connection.Interface.Balance
|
||||
- API additions
|
||||
- Add an example connection manager for the experimental Call
|
||||
API that will eventually replace StreamedMedia
|
||||
+ Various fixes
|
||||
- Rebase work_around_pkg_config.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -21,17 +21,19 @@ Name: telepathy-glib
|
||||
Version: 0.11.8
|
||||
Release: 1
|
||||
License: LGPLv2.1
|
||||
%define debug_package_requires libtelepathy-glib0 = %{version}-%{release}
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Url: http://telepathy.freedesktop.org/
|
||||
Group: Development/Languages/C and C++
|
||||
Source: telepathy-glib-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE work_around_pkg_config.patch - pkgconfig(pkg-config) is not provided
|
||||
Patch0: work_around_pkg_config.patch
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: python-xml
|
||||
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)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -40,7 +42,6 @@ telepathy functionality from applications that use glib.
|
||||
|
||||
%package -n libtelepathy-glib0
|
||||
License: LGPLv2.1
|
||||
#Requires: %{name} = %{version}
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
@ -52,8 +53,6 @@ telepathy functionality from applications that use glib.
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: dbus-1-glib-devel
|
||||
Requires: glib2-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
|
||||
@ -73,7 +72,6 @@ telepathy functionality from applications that use glib.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -93,6 +91,7 @@ rm -rf %{buildroot}
|
||||
%files -n libtelepathy-glib0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-glib*.so.0*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -100,6 +99,7 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/telepathy-1.0/telepathy-glib/
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,24 +0,0 @@
|
||||
Index: telepathy-glib-0.11.8/telepathy-glib/telepathy-glib.pc.in
|
||||
===================================================================
|
||||
--- telepathy-glib-0.11.8.orig/telepathy-glib/telepathy-glib.pc.in
|
||||
+++ telepathy-glib-0.11.8/telepathy-glib/telepathy-glib.pc.in
|
||||
@@ -6,7 +6,6 @@ includedir=@includedir@
|
||||
Name: Telepathy-GLib
|
||||
Description: GLib utility library for the Telepathy framework
|
||||
Version: @VERSION@
|
||||
-Requires: pkg-config >= 0.21
|
||||
Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gio-2.0 >= 2.24
|
||||
Libs: -L${libdir} -ltelepathy-glib
|
||||
Cflags: -I${includedir}/telepathy-1.0
|
||||
Index: telepathy-glib-0.11.8/telepathy-glib/telepathy-glib-uninstalled.pc.in
|
||||
===================================================================
|
||||
--- telepathy-glib-0.11.8.orig/telepathy-glib/telepathy-glib-uninstalled.pc.in
|
||||
+++ telepathy-glib-0.11.8/telepathy-glib/telepathy-glib-uninstalled.pc.in
|
||||
@@ -6,7 +6,6 @@ abs_top_builddir=@abs_top_builddir@
|
||||
Name: Telepathy-GLib (uninstalled copy)
|
||||
Description: GLib utility library for the Telepathy framework
|
||||
Version: @VERSION@
|
||||
-Requires: pkg-config >= 0.21
|
||||
Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gio-2.0 >= 2.24
|
||||
Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib.la
|
||||
Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
|
Loading…
Reference in New Issue
Block a user