diff --git a/telepathy-glib-0.24.1.tar.gz b/telepathy-glib-0.24.1.tar.gz deleted file mode 100644 index a61c5c4..0000000 --- a/telepathy-glib-0.24.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb -size 3898149 diff --git a/telepathy-glib-0.24.2.tar.gz b/telepathy-glib-0.24.2.tar.gz new file mode 100644 index 0000000..c5305e4 --- /dev/null +++ b/telepathy-glib-0.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a374d771cdd081125f38c3abd079657642301c71a543d555e2bf21919273f0 +size 3855853 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 18fb55b..1a4fc6c 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Feb 9 11:50:27 UTC 2021 - Bjørn Lie + +- 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 diff --git a/telepathy-glib.spec b/telepathy-glib.spec index ebd35f7..6c06c17 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -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