Hello community, here is the log from the commit of package dconf for openSUSE:12.2 checked in at 2012-08-09 17:55:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/dconf (Old) and /work/SRC/openSUSE:12.2/.dconf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dconf", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.2/dconf/dconf.changes 2012-06-25 15:17:30.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.dconf.new/dconf.changes 2012-08-09 17:55:53.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Aug 3 06:37:48 UTC 2012 - [email protected] + +- Change the Requires dconf = %{version} to dconf >= %{version}. + Whereas '=' might be correct, it will cause issues on later + updates, when libdconf1 is coming to the distribution. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dconf.spec ++++++ --- /var/tmp/diff_new_pack.vr5DPF/_old 2012-08-09 17:55:54.000000000 +0200 +++ /var/tmp/diff_new_pack.vr5DPF/_new 2012-08-09 17:55:54.000000000 +0200 @@ -51,7 +51,7 @@ Group: System/Libraries # The library doesn't really work if the dconf service is not reachable, so we # need a Requires -Requires: %{name} = %{version} +Requires: %{name} >= %{version} %description -n libdconf0 dconf is a low-level configuration system. Its main purpose is to @@ -63,7 +63,7 @@ Group: System/Libraries # The library doesn't really work if the dconf service is not reachable, so we # need a Requires -Requires: %{name} = %{version} +Requires: %{name} >= %{version} %description -n libdconf-dbus-1-0 dconf is a low-level configuration system. Its main purpose is to @@ -73,7 +73,7 @@ %package -n gsettings-backend-dconf Summary: Simple key-based configuration system -- GSettings Backend Group: System/Libraries -Requires: %{name} = %{version} +Requires: %{name} >= %{version} # We really want this to be used as the default GSettings backend Supplements: libgio-2_0-0 %glib2_gio_module_requires @@ -89,7 +89,7 @@ %package editor Summary: Simple key-based configuration system -- Graphical Editor Group: System/GUI/GNOME -Requires: %{name} = %{version} +Requires: %{name} >= %{version} %glib2_gsettings_schema_requires %description editor -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
