Hello community,
here is the log from the commit of package telepathy-mission-control for
openSUSE:Factory checked in at 2020-03-16 10:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
and /work/SRC/openSUSE:Factory/.telepathy-mission-control.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-mission-control"
Mon Mar 16 10:15:48 2020 rev:53 rq:784409 version:5.16.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
2018-04-30 22:49:39.828766118 +0200
+++
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new.3160/telepathy-mission-control.changes
2020-03-16 10:16:08.927533726 +0100
@@ -1,0 +2,37 @@
+Thu Feb 20 20:37:47 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 5.16.5:
+ + Fix memory leak in get_parameter_of_known_type().
+ + Fix autoconnection of accounts with always_dispatch=true.
+ + Fix crash on any of the active connection managers disappears
+ from dbus.
+- Changes from version 5.16.4:
+ + Exit gracefully at startup if the D-Bus connection fails.
+ + Fix some warnings when building with clang.
+ + Fix unit tests to work with GLib >= 2.46.
+ + mc-wait-for-name now shows readable output on the command line
+ on exotic locales.
+ + UPower support is now disabled by default if UPower is >= 0.99.
+ The features needed have now moved to logind, which is
+ supported in MC since 5.15.1.
+ + Fix some memory leaks and a potential crash.
+ + Dependencies:
+ - GLib 2.46 is now required.
+ - NetworkManager support was ported to use libnm instead of the
+ deprecated libnm-glib.
+- Add pkgconfig(libnm) BuildRequires, build NetworkManager support
+ again.
+- Drop lockdown-protocols.patch: Disabled for a long time, and no
+ hope in sight for it to be applied.
+- Add tp-mc-fix-prop-name.patch: account: Fix property name.
+- Modernize spec slightly, drop old and obsolete macros.
+- Switch to pkgconfig BuildRequires where possible:
+ + Replace dbus-1-glib-devel and telepathy-glib-devel with their
+ pkgconfig equivalents.
+ + Drop python-xml BuildRequires and dbus-1-glib Requires: No
+ longer needed.
+ + Add pkgconfig(gio-2.0), pkgconfig(gio-unix-2.0),
+ pkgconfig(glib-2.0), pkgconfig(gmodule-no-export-2.0),
+ and pkgconfig(gobject-2.0), configure checks for them.
+
+-------------------------------------------------------------------
Old:
----
lockdown-protocols.patch
telepathy-mission-control-5.16.3.tar.gz
New:
----
telepathy-mission-control-5.16.5.tar.gz
tp-mc-fix-prop-name.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.x5d4D7/_old 2020-03-16 10:16:10.699534448 +0100
+++ /var/tmp/diff_new_pack.x5d4D7/_new 2020-03-16 10:16:10.731534460 +0100
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-mission-control
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: telepathy-mission-control
-Version: 5.16.3
+Version: 5.16.5
Release: 0
Summary: Telepathy Mission Control instant messaging connection manager
License: LGPL-2.1-only
Group: System/Libraries
URL: http://mission-control.sourceforge.net/
Source:
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
-# PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 [email protected] --
Sent upstream for discussion, it will need a rewrite for MC5 WAS:
PATCH-FEATURE-UPSTREAM
-Patch1: lockdown-protocols.patch
-BuildRequires: dbus-1-glib-devel >= 0.73
+# PATCH-FIX-UPSTREAM tp-mc-fix-prop-name.patch -- account: Fix property name
+Patch: tp-mc-fix-prop-name.patch
+
BuildRequires: fdupes
BuildRequires: libxslt-devel
BuildRequires: pkgconfig
-BuildRequires: python-xml
-BuildRequires: telepathy-glib-devel >= 0.19.0
-Requires: dbus-1-glib >= 0.73
-%glib2_gsettings_schema_requires
+BuildRequires: pkgconfig(dbus-1) >= 0.95
+BuildRequires: pkgconfig(dbus-glib-1) >= 0.82
+BuildRequires: pkgconfig(gio-2.0)
+BuildRequires: pkgconfig(gio-unix-2.0)
+BuildRequires: pkgconfig(glib-2.0) >= 2.46
+BuildRequires: pkgconfig(gmodule-no-export-2.0)
+BuildRequires: pkgconfig(gobject-2.0)
+BuildRequires: pkgconfig(libnm)
+BuildRequires: pkgconfig(telepathy-glib) >= 0.23.1
%description
Mission Control, or MC, is a Telepathy component providing a way for
@@ -71,13 +76,14 @@
and to manage presence statuses.
%prep
-%setup -q
-# NEEDS REBASE
-# %patch1
+%autosetup -p1
%build
-%configure --disable-static --with-pic
-make %{?_smp_mflags}
+%configure \
+ --disable-static \
+ --with-pic \
+ %{nil}
+%make_build
%install
%make_install
@@ -91,12 +97,6 @@
# create hardlinks for the rest
%fdupes %{buildroot}
-%post
-%glib2_gsettings_schema_post
-
-%postun
-%glib2_gsettings_schema_postun
-
%post -n libmission-control-plugins0 -p /sbin/ldconfig
%postun -n libmission-control-plugins0 -p /sbin/ldconfig
++++++ telepathy-mission-control-5.16.3.tar.gz ->
telepathy-mission-control-5.16.5.tar.gz ++++++
++++ 42447 lines of diff (skipped)
++++++ tp-mc-fix-prop-name.patch ++++++
>From d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <[email protected]>
Date: Thu, 19 Dec 2019 13:37:49 +0100
Subject: [PATCH] account: Fix property name
Spaces are not valid characters in property names, and never were.
Until recently GLib silently fixed up the name by replacing the
space with '-', but now tightened up the validation.
---
src/mcd-account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mcd-account.c b/src/mcd-account.c
index 8009110e..de5c61cf 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -3442,7 +3442,7 @@ mcd_account_class_init (McdAccountClass * klass)
g_object_class_install_property
(object_class, PROP_CONNECTIVITY_MONITOR,
- g_param_spec_object ("connectivity monitor",
+ g_param_spec_object ("connectivity-monitor",
"Connectivity monitor",
"Connectivity monitor",
MCD_TYPE_CONNECTIVITY_MONITOR,
--
2.24.1