Accepting request 870513 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/870513
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=169
This commit is contained in:
Bjørn Lie 2021-02-10 12:49:00 +00:00 committed by Git OBS Bridge
parent 7673d99b68
commit fff280e58e
4 changed files with 38 additions and 9 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: telepathy-glib
Version: 0.24.1
Version: 0.24.2
Release: 0
Summary: GObject-based library for the Telepathy D-Bus API
License: LGPL-2.1-or-later
@ -25,6 +25,7 @@ Group: Development/Languages/C and C++
URL: http://telepathy.freedesktop.org/
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: gtk-doc >= 1.17
BuildRequires: libxslt-devel
BuildRequires: pkgconfig
@ -81,12 +82,14 @@ The telepathy-glib library is a GObject-based C binding for the
Telepathy D-Bus API.
%prep
%setup -q
%autosetup -p1
%build
%configure --disable-static \
--enable-vala-bindings
make %{?_smp_mflags}
%configure \
--disable-static \
--enable-vala-bindings \
%{nil}
%make_build
%install
%make_install