Hello community,
here is the log from the commit of package gnome-control-center for
openSUSE:Factory checked in at 2014-02-03 11:12:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
and /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-control-center"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2014-01-27 11:23:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
2014-02-03 11:12:44.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan 30 13:00:38 UTC 2014 - [email protected]
+
+- Move color management parts to gnome-control-center-color
+ subpackage, allowing colord and gnome-color-manager to be
+ uninstalled [bnc#861076].
+- Ensure gnome-control-center-color Supplements
+ gnome-control-center.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.ljokm7/_old 2014-02-03 11:12:45.000000000 +0100
+++ /var/tmp/diff_new_pack.ljokm7/_new 2014-02-03 11:12:45.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-control-center
#
-# 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
@@ -113,12 +113,8 @@
BuildRequires: pkgconfig(xi) >= 1.2
# needed for glxinfo, used by System info panel
Requires: Mesa-demo-x
-# The color panel requires colord to be present for the glib schema
-Requires: colord
# needed for printers panel
Requires: cups-pk-helper
-# The color panel interacts with binaries from gnome-color-manager
-Requires: gnome-color-manager
Requires: gnome-menus
Requires: gnome-settings-daemon
# needed for universal access panel
@@ -167,6 +163,19 @@
The control center is GNOME's main interface for configuration of
various aspects of your desktop.
+%package color
+Summary: Configuration panel for color management
+Group: System/GUI/GNOME
+Requires: %{name} = %{version}
+# The color panel requires colord to be present for the glib schema
+Requires: colord
+# The color panel interacts with binaries from gnome-color-manager
+Requires: gnome-color-manager
+Supplements: %{name}
+
+%description color
+This package provides the color management configuration panel for
+GNOME control center.
%lang_package
%prep
%setup -q
@@ -242,6 +251,7 @@
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
+%exclude %{_datadir}/applications/gnome-color-panel.desktop
%{_datadir}/applications/*.desktop
%{_datadir}/bash-completion/completions/gnome-control-center
%{_datadir}/dbus-1/services/org.gnome.ControlCenter.service
@@ -272,6 +282,10 @@
%defattr (-, root, root)
%{_datadir}/pixmaps/faces/
+%files color
+%defattr(-,root,root)
+%{_datadir}/applications/gnome-color-panel.desktop
+
%files devel
%defattr (-, root, root)
%{_datadir}/pkgconfig/gnome-keybindings.pc
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]