Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit gnome-session for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 03 Sep 2009 16:01:39 +0200
- Message-id: <20090903140140.0428F8ED92@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-session for openSUSE:Factory
checked in at Thu Sep 3 16:01:39 CEST 2009.
--------
--- GNOME/gnome-session/gnome-session.changes 2009-08-06 17:25:59.000000000
+0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes
2009-08-26 10:04:15.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Aug 26 09:45:21 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 2.27.91:
+ + Install splash desktop file in $(sysconfdir)/xdg/autostart
+ + Do not install gnome-splash.png unless --enable-splash is used
+ + Fix idle watch not working
+ + Fix typo in debug message
+ + Use GTK+ accessor functions instead direct access
+ + Remove deprecated Encoding key from desktop file
+ + Port to PolicyKit 1
+ + Remove dependency on PolicyKit libraries
+ + Updated translations.
+- Drop gnome-session-polkit1.patch: fixed upstream.
+- Respin gnome-session-bgo507101-tile-ui.patch.
+- Use spec-cleaner to reorder lines in preamble.
+
+-------------------------------------------------------------------
+Wed Aug 19 23:13:34 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Add Requires on ConsoleKit: it's needed to have gnome-session
+ work properly.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-session-2.27.5.tar.bz2
gnome-session-polkit1.patch
New:
----
gnome-session-2.27.91.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.HSKGYb/_old 2009-09-03 15:50:35.000000000 +0200
+++ /var/tmp/diff_new_pack.HSKGYb/_new 2009-09-03 15:50:35.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-session (Version 2.27.5)
+# spec file for package gnome-session (Version 2.27.91)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,26 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: gnome-session
-BuildRequires: DeviceKit-power-devel
-BuildRequires: gnome-common
-BuildRequires: fdupes
-BuildRequires: gconf2-devel
-BuildRequires: gnome-patch-translation
-BuildRequires: gnome-settings-daemon-devel
-BuildRequires: hicolor-icon-theme
-BuildRequires: intltool
-BuildRequires: tcpd-devel
-BuildRequires: update-desktop-files
+Version: 2.27.91
+Release: 1
License: GPL v2 or later ; LGPL v2.1 or later
-Group: System/GUI/GNOME
-Version: 2.27.5
-Release: 3
Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org
+Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.bz2
Source1: gnome
Source2: gnome.desktop
@@ -50,10 +39,18 @@
Patch3: gnome-session-bgo507101-tile-ui.patch
# PATCH-FEATURE-OPENSUSE gnome-session-enable-disable-compiz.patch
vuntz@xxxxxxxxxx -- Integration with enable-compiz/disable-compiz files
generated by ccsm
Patch4: gnome-session-enable-disable-compiz.patch
-# PATCH-FIX-UPSTREAM gnome-session-polkit1.patch bgo585614 vuntz@xxxxxxxxxx --
Port to polkit1
-Patch5: gnome-session-polkit1.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Obsoletes: gnome-core
+BuildRequires: DeviceKit-power-devel
+BuildRequires: fdupes
+BuildRequires: gconf2-devel
+BuildRequires: gnome-common
+BuildRequires: gnome-patch-translation
+BuildRequires: gnome-settings-daemon-devel
+BuildRequires: hicolor-icon-theme
+BuildRequires: intltool
+BuildRequires: tcpd-devel
+BuildRequires: update-desktop-files
+Requires: %{name}-lang = %{version}
+Requires: ConsoleKit
Requires: dbus-1-x11
Requires: hicolor-icon-theme
# Programs that are in the default session (we use Requires since Recommends
@@ -63,25 +60,17 @@
Requires: gnome-settings-daemon
Requires: metacity
Requires: nautilus
-Requires: %{name}-lang = %{version}
+Obsoletes: gnome-core
# There's no splash anymore, so no branding package.
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.
-
-
-Authors:
---------
- Tom Tromey <tromey@xxxxxxxxxx>
- Felix Bellaby <felix@xxxxxxxxxxxxxx>
- Ralph Mor, X Consortium
-
-
%lang_package
%prep
%setup -q
@@ -92,7 +81,6 @@
#%patch2 -p1
%patch3 -p0
%patch4 -p1
-%patch5 -p1
gnome-patch-translation-update
%build
@@ -106,25 +94,25 @@
%makeinstall
#
# install startup script and xsession file
-install -d -m755 $RPM_BUILD_ROOT%{_bindir}
-install -m755 %SOURCE1 $RPM_BUILD_ROOT%{_bindir}/gnome
-install -d -m755 $RPM_BUILD_ROOT%{_datadir}/xsessions
-install -m644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop
-install -m644 %{S:7} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/
+install -d -m755 %{buildroot}%{_bindir}
+install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
+install -d -m755 %{buildroot}%{_datadir}/xsessions
+install -m644 %SOURCE2 %{buildroot}%{_datadir}/xsessions/gnome.desktop
+install -m644 %{S:7} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
%suse_update_desktop_file at-spi-registryd-wrapper
%suse_update_desktop_file gnome-settings-daemon-helper
%suse_update_desktop_file gnome-wm
%suse_update_desktop_file session-properties X-SuSE-ControlCenter-System
-%suse_update_desktop_file $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop
+%suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
%find_lang %{name}-2.0
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
# Temporary workaround: still installed by the package
rm -f %{buildroot}%{_datadir}/pixmaps/splash/gnome-splash.png
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%pre -f %{name}.schemas_pre
++++++ gnome-session-2.27.5.tar.bz2 -> gnome-session-2.27.91.tar.bz2 ++++++
++++ 8867 lines of diff (skipped)
++++++ gnome-session-bgo507101-tile-ui.patch ++++++
--- /var/tmp/diff_new_pack.HSKGYb/_old 2009-09-03 15:50:36.000000000 +0200
+++ /var/tmp/diff_new_pack.HSKGYb/_new 2009-09-03 15:50:36.000000000 +0200
@@ -421,7 +421,7 @@
if (logout_dialog->priv->timeout_id != 0) {
g_source_remove (logout_dialog->priv->timeout_id);
-@@ -350,13 +341,118 @@ gsm_logout_dialog_set_timeout (GsmLogout
+@@ -350,14 +341,118 @@ gsm_logout_dialog_set_timeout (GsmLogout
}
static GtkWidget *
@@ -533,6 +533,7 @@
guint32 activate_time)
{
GsmLogoutDialog *logout_dialog;
+- GtkWidget *dialog_image;
- const char *primary_text;
+ GtkWidget *vbox;
+ GtkWidget *tile;
@@ -541,7 +542,7 @@
if (current_dialog != NULL) {
gtk_widget_destroy (GTK_WIDGET (current_dialog));
-@@ -366,82 +462,119 @@ gsm_get_dialog (GsmDialogLogoutType type
+@@ -367,84 +462,119 @@ gsm_get_dialog (GsmDialogLogoutType type
current_dialog = logout_dialog;
@@ -676,7 +677,9 @@
g_assert_not_reached ();
}
-- gtk_image_set_from_icon_name (GTK_IMAGE (GTK_MESSAGE_DIALOG
(logout_dialog)->image),
+- dialog_image = gtk_message_dialog_get_image (GTK_MESSAGE_DIALOG
(logout_dialog));
+-
+- gtk_image_set_from_icon_name (GTK_IMAGE (dialog_image),
- icon_name, GTK_ICON_SIZE_DIALOG);
+ logout_dialog->priv->info_label = gtk_label_new ("");
+ gtk_label_set_line_wrap (GTK_LABEL (logout_dialog->priv->info_label),
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |