Accepting request 97285 from home:vuntz:branches:GNOME:Factory
Update to 0.17.4 OBS-URL: https://build.opensuse.org/request/show/97285 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=116
This commit is contained in:
parent
85256e54f6
commit
dc1ec6068a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4dfdc12f0a74f196b0d6a2039b6d09617e495071532243b9ad84042efc5ec03
|
||||
size 3327276
|
3
telepathy-glib-0.17.4.tar.gz
Normal file
3
telepathy-glib-0.17.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd9395178d2e11e6caaf14100bbfcb8bf3ceeb574538c670dbef68750dd24b3c
|
||||
size 3329245
|
@ -1,7 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 08:52:17 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.17.4:
|
||||
+ Fixes:
|
||||
- Set the right source on
|
||||
tp_account_set_uri_scheme_association_async's GAsyncResult.
|
||||
- fdo#43755: Fix a crash when participating in a XMPP MUC
|
||||
containing members with an unknown real JID.
|
||||
- Rewrite summaries and descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:22:33 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib files into typelib-1_0-TelepathyGlib-0_12.
|
||||
- Split typelib file into typelib-1_0-TelepathyGlib-0_12
|
||||
subpackage.
|
||||
- Add typelib-1_0-TelepathyGlib-0_12 Requires to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 21:24:26 UTC 2011 - dimstar@opensuse.org
|
||||
|
@ -16,14 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.17.3
|
||||
Release: 1
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Url: http://telepathy.freedesktop.org/
|
||||
Version: 0.17.4
|
||||
Release: 0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://telepathy.freedesktop.org/
|
||||
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gtk-doc >= 1.17
|
||||
BuildRequires: libxslt-devel
|
||||
@ -38,47 +37,51 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
The telepathy-glib library is a GObject-based C binding for the
|
||||
Telepathy D-Bus API.
|
||||
|
||||
%package -n libtelepathy-glib0
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description -n libtelepathy-glib0
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
The telepathy-glib library is a GObject-based C binding for the
|
||||
Telepathy D-Bus API.
|
||||
|
||||
%package -n typelib-1_0-TelepathyGlib-0_12
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Introspection bindings
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-TelepathyGlib-0_12
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
The telepathy-glib library is a GObject-based C binding for the
|
||||
Telepathy D-Bus API.
|
||||
|
||||
This package provides the GObject Introspection bindings for the
|
||||
telepathy-glib library.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Development Files
|
||||
License: LGPL-2.1
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
Requires: typelib-1_0-TelepathyGlib-0_12 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
The telepathy-glib library is a GObject-based C binding for the
|
||||
Telepathy D-Bus API.
|
||||
|
||||
%package doc
|
||||
License: LGPLv2.1+
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Developer documentation
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
|
||||
%description doc
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
The telepathy-glib library is a GObject-based C binding for the
|
||||
Telepathy D-Bus API.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user