Accepting request 870855 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/870855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=85
This commit is contained in:
commit
9aead41717
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb
|
|
||||||
size 3898149
|
|
BIN
telepathy-glib-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
telepathy-glib-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 11:50:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.24.2:
|
||||||
|
+ Enhancements:
|
||||||
|
- Port build tools to Python 3
|
||||||
|
- Update and fix tests for Python 3
|
||||||
|
+ Fixes:
|
||||||
|
- Stop hardcoding python's path in .py scripts
|
||||||
|
- Fixed some code issues discovered by compiling with clang
|
||||||
|
- Replaced tp_verify_* with G_STATIC_ASSERTs, fixing the build
|
||||||
|
with more recent gtk-doc
|
||||||
|
- autogen.sh: run gtkdocize from $srcdir in out-of-source
|
||||||
|
builds
|
||||||
|
- Tests:
|
||||||
|
. Fix build failure with glib >= 2.46 due to duplicate test
|
||||||
|
paths
|
||||||
|
. Fix a service file path to fix the build with installed
|
||||||
|
tests
|
||||||
|
- call-channel: fix a memory leak
|
||||||
|
- debug-sender: fix messages queue locking
|
||||||
|
- TpBasePasswordChannel: fix gtk-doc comment for finished
|
||||||
|
signal
|
||||||
|
- protocol: fix a memory leak
|
||||||
|
- Fix a crash when creating a conference call
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 4 09:29:20 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Dec 4 09:29:20 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package telepathy-glib
|
# spec file for package telepathy-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telepathy-glib
|
Name: telepathy-glib
|
||||||
Version: 0.24.1
|
Version: 0.24.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GObject-based library for the Telepathy D-Bus API
|
Summary: GObject-based library for the Telepathy D-Bus API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -25,6 +25,7 @@ Group: Development/Languages/C and C++
|
|||||||
URL: http://telepathy.freedesktop.org/
|
URL: http://telepathy.freedesktop.org/
|
||||||
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
|
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: gtk-doc >= 1.17
|
BuildRequires: gtk-doc >= 1.17
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -81,12 +82,14 @@ The telepathy-glib library is a GObject-based C binding for the
|
|||||||
Telepathy D-Bus API.
|
Telepathy D-Bus API.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure \
|
||||||
--enable-vala-bindings
|
--disable-static \
|
||||||
make %{?_smp_mflags}
|
--enable-vala-bindings \
|
||||||
|
%{nil}
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user