commit gnome-session for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-session for openSUSE:Factory checked in at Fri May 28 18:22:26 CEST 2010. -------- --- GNOME/gnome-session/gnome-session.changes 2010-03-30 03:47:10.000000000 +0200 +++ gnome-session/gnome-session.changes 2010-05-24 15:05:26.000000000 +0200 @@ -1,0 +2,5 @@ +Sun May 23 09:05:10 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Split off a -core subpackage with a minimal runtime version + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-session.spec ++++++ --- /var/tmp/diff_new_pack.QUw9rV/_old 2010-05-28 18:21:31.000000000 +0200 +++ /var/tmp/diff_new_pack.QUw9rV/_new 2010-05-28 18:21:31.000000000 +0200 @@ -19,7 +19,7 @@ Name: gnome-session Version: 2.30.0 -Release: 1 +Release: 2 License: GPLv2+ Summary: Session Tools for the GNOME 2.x Desktop Url: http://www.gnome.org @@ -51,10 +51,7 @@ BuildRequires: tcpd-devel BuildRequires: update-desktop-files Requires: %{name}-lang = %{version} -Requires: ConsoleKit -Requires: dbus-1-x11 -Requires: gconf-sanity-check -Requires: hicolor-icon-theme +Requires: %{name}-core = %{version} # Programs that are in the default session (we use Requires since Recommends # might make it possible for some people to get an empty gnome-session, and # give the impression that it's broken) @@ -67,12 +64,25 @@ Provides: %{name}-branding = %{version} Obsoletes: %{name}-branding < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%gconf_schemas_prereq %description This package provides the basic session tools, like session management functionality, for the GNOME 2.x Desktop. +%package core +License: GPLv2+ +Summary: Session Manager for GNOME -- Minimal Version +Requires: ConsoleKit +Requires: dbus-1-x11 +Requires: gconf-sanity-check +Requires: hicolor-icon-theme +%gconf_schemas_prereq + +%description core +This packages contain a minimal version of gnome-session, that can be used for +specific cases. The gnome-session package is needed for a fully functional +GNOME desktop. + %package gtk1-support License: GPLv2+ Summary: GTK+ 1.x compatibility layer for gnome-session @@ -140,25 +150,39 @@ %clean rm -rf %{buildroot} -%pre -f %{name}.schemas_pre +%pre core -f %{name}.schemas_pre -%posttrans -f %{name}.schemas_posttrans +%posttrans core -f %{name}.schemas_posttrans -%preun -f %{name}.schemas_preun +%preun core -f %{name}.schemas_preun -%files -f %{name}.schemas_list +%files %defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/* -%{_libexecdir}/gnome-session -%{_datadir}/gnome-session +%{_bindir}/gnome +%{_bindir}/gnome-wm +%{_bindir}/gnome-session-properties %{_datadir}/applications/*.desktop %{_datadir}/xsessions/*.desktop %{_datadir}/icons/hicolor/*/*/*.* -%doc %{_mandir}/man?/*.* +%exclude %{_datadir}/icons/hicolor/scalable/apps/gnome-session-sleep.svg +%{_datadir}/gnome-session/session-properties.ui +%doc %{_mandir}/man1/gnome-session-properties.1* +%doc %{_mandir}/man1/gnome-wm.1* + +%files core -f %{name}.schemas_list +%defattr (-, root, root) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_bindir}/gnome-session +%{_bindir}/gnome-session-save +%{_libexecdir}/gnome-session # Exclude files shipped in other subpackages %exclude %{_libexecdir}/gnome-session/helpers/gnome-settings-daemon-helper %exclude %{_libexecdir}/gnome-session/helpers/gnome-session-splash +%dir %{_datadir}/gnome-session +%{_datadir}/gnome-session/gsm-inhibit-dialog.ui +%{_datadir}/icons/hicolor/scalable/apps/gnome-session-sleep.svg +%doc %{_mandir}/man1/gnome-session.1* +%doc %{_mandir}/man1/gnome-session-save.1* %files gtk1-support %defattr (-, root, root) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de