Hello community,
here is the log from the commit of package gnome-phone-manager for
openSUSE:Factory checked in at 2014-07-15 08:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-phone-manager (Old)
and /work/SRC/openSUSE:Factory/.gnome-phone-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-phone-manager"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-phone-manager/gnome-phone-manager.changes
2013-04-10 20:22:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-phone-manager.new/gnome-phone-manager.changes
2014-07-15 08:01:29.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 14 20:31:26 UTC 2014 - [email protected]
+
+- Add gnome-phone-manager-drop-plugin.patch: Patch out plugin
+ support, no longer in gnome-bluetooth.
+
+-------------------------------------------------------------------
New:
----
gnome-phone-manager-drop-plugin.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-phone-manager.spec ++++++
--- /var/tmp/diff_new_pack.2wjJto/_old 2014-07-15 08:01:30.000000000 +0200
+++ /var/tmp/diff_new_pack.2wjJto/_new 2014-07-15 08:01:30.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-phone-manager
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
Patch1: gnome-phone-manager-eds36.patch
# PATCH-FIX-UPSTREAM gnome-phone-manager-telepathy.patch bgo#697420
[email protected] -- Define prototypes in headers
Patch2: gnome-phone-manager-telepathy.patch
+# PATCH-FIX-UPSTREAM gnome-phone-manager-drop-plugin.patch [email protected]
-- Patch out plugin support, no longer in gnome-bluetooth.
+Patch3: gnome-phone-manager-drop-plugin.patch
BuildRequires: fdupes
# Needed by patch1
BuildRequires: gnome-common
@@ -86,6 +88,9 @@
%patch1 -p1
%endif
%patch2 -p1
+%if 0%{?suse_version} > 1310
+%patch3 -p0
+%endif
%build
# Needed by patch1
@@ -142,6 +147,8 @@
%files -n gnome-bluetooth-plugin-phone-manager
%defattr (-, root, root)
+%dir %{_libdir}/gnome-bluetooth/
+%dir %{_libdir}/gnome-bluetooth/plugins/
%{_libdir}/gnome-bluetooth/plugins/libphonemgr.so
%files -n telepathy-phoney
++++++ gnome-phone-manager-drop-plugin.patch ++++++
--- gnome-bluetooth/phonemgr.c~ 2012-04-19 11:54:42.000000000 -0500
+++ gnome-bluetooth/phonemgr.c 2013-12-19 08:06:22.583149277 -0600
@@ -29,7 +29,7 @@
#include <glib/gi18n-lib.h>
#include <gconf/gconf-client.h>
-#include <bluetooth-plugin.h>
+//#include <bluetooth-plugin.h>
#include <bluetooth-client.h>
#include "phonemgr-conf.h"
@@ -173,7 +173,7 @@
g_free (str);
g_object_unref (client);
}
-
+/*
static GbtPluginInfo plugin_info = {
"phonemgr",
has_config_widget,
@@ -182,4 +182,4 @@
};
GBT_INIT_PLUGIN(plugin_info)
-
+*/
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]