Hello community, here is the log from the commit of package sabayon checked in at Wed Aug 30 00:06:23 CEST 2006. -------- --- GNOME/sabayon/sabayon.changes 2006-08-16 16:03:00.000000000 +0200 +++ sabayon/sabayon.changes 2006-08-29 21:54:40.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Aug 29 21:53:19 CEST 2006 - jhargadon@suse.de + +- update to version 2.12.4 +- Add support for Frugalware Linux +- Remove unneeded #! in python files +- distribute schema +- handle new Xsession path in Fedora Core 5 + +------------------------------------------------------------------- Old: ---- sabayon-2.12.3.tar.bz2 New: ---- sabayon-2.12.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sabayon.spec ++++++ --- /var/tmp/diff_new_pack.Jdcsuc/_old 2006-08-30 00:06:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Jdcsuc/_new 2006-08-30 00:06:04.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package sabayon (Version 2.12.3) +# spec file for package sabayon (Version 2.12.4) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,8 +11,8 @@ # norootforbuild Name: sabayon -Version: 2.12.3 -Release: 34 +Version: 2.12.4 +Release: 1 Summary: Tool to maintain user profiles in a GNOME desktop Group: System/GUI/GNOME License: GPL @@ -100,11 +100,9 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 -%patch14 +#%patch14 %build -rename no nb po/no.* -sed -i "/ALL_LINGUAS=/s/ no / nb /" configure.ac intltoolize --force autoreconf ./configure \ @@ -238,6 +236,12 @@ %{python_sitelib}/%{name}/lockdown %changelog -n sabayon +* Tue Aug 29 2006 - jhargadon@suse.de +- update to version 2.12.4 +- Add support for Frugalware Linux +- Remove unneeded #! in python files +- distribute schema +- handle new Xsession path in Fedora Core 5 * Wed Aug 16 2006 - cthiel@suse.de - buildrequire python-gtk-devel instead of python-gtk * Wed Aug 16 2006 - ro@suse.de ++++++ sabayon-2.12.3-ooo-support.patch ++++++ --- /var/tmp/diff_new_pack.Jdcsuc/_old 2006-08-30 00:06:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Jdcsuc/_new 2006-08-30 00:06:04.000000000 +0200 @@ -1,31 +1,34 @@ Only in sabayon-2.12.3-post/admin-tool/lockdown: lockdowncombo.py ================================================================================ ---- sabayon-2.12.3/ChangeLog -+++ sabayon-2.12.3/ChangeLog -@@ -1,3 +1,21 @@ +--- sabayon-2.12.4/ChangeLog ++++ sabayon-2.12.4/ChangeLog +@@ -63,6 +63,24 @@ + + * configure.ac: Added Welsh (cy) to ALL_LINGUAS. + +2006-03-24 Michael Meeks <michael.meeks@novell.com> + -+ * lib/sources/gconfsource.py: add int/string bits. -+ -+ * admin-tool/lockdownappliersabayon.py: add support -+ for string & int types & re-factor a little. -+ -+ pessulus: yes I know I shouldn't commit here, but it's -+ a branch & I want a simple diff. -+ -+ * admin-tool/lockdown/maindialog.py: add combo -+ settings, and OO.o key path / name / vbox tuples -+ -+ * admin-tool/lockdown/lockdowncombo.py: impl. new -+ combo lock-down setup. -+ -+ * admin-tool/lockdown/pessulus.glade: add OO.o widgets -+ - 2006-01-31 Elijah Newren <newren gmail com> - - * NEWS: 2.12.3 release ---- sabayon-2.12.3/admin-tool/lockdown/Makefile.am -+++ sabayon-2.12.3/admin-tool/lockdown/Makefile.am ++ * lib/sources/gconfsource.py: add int/string bits. ++ ++ * admin-tool/lockdownappliersabayon.py: add support ++ for string & int types & re-factor a little. ++ ++ pessulus: yes I know I shouldn't commit here, but it's ++ a branch & I want a simple diff. ++ ++ * admin-tool/lockdown/maindialog.py: add combo ++ settings, and OO.o key path / name / vbox tuples ++ ++ * admin-tool/lockdown/lockdowncombo.py: impl. new ++ combo lock-down setup. ++ ++ * admin-tool/lockdown/pessulus.glade: add OO.o widgets ++ + 2006-03-22 Alexander Larsson <alexl@redhat.com> + + * configure.ac: +--- sabayon-2.12.4/admin-tool/lockdown/Makefile.am ++++ sabayon-2.12.4/admin-tool/lockdown/Makefile.am @@ -7,6 +7,7 @@ lockdownapplier.py \ lockdownbutton.py \ @@ -34,8 +37,8 @@ maindialog.py \ safeprotocols.py \ simpleeditabletreeview.py ---- sabayon-2.12.3/admin-tool/lockdown/lockdowncombo.py -+++ sabayon-2.12.3/admin-tool/lockdown/lockdowncombo.py +--- sabayon-2.12.4/admin-tool/lockdown/lockdowncombo.py ++++ sabayon-2.12.4/admin-tool/lockdown/lockdowncombo.py @@ -0,0 +1,122 @@ +#!/usr/bin/env python + @@ -159,8 +162,8 @@ + if globalvar.applier: + globalvar.applier.notify_remove (self.notify_id) + self.notify_id = None ---- sabayon-2.12.3/admin-tool/lockdown/maindialog.py -+++ sabayon-2.12.3/admin-tool/lockdown/maindialog.py +--- sabayon-2.12.4/admin-tool/lockdown/maindialog.py ++++ sabayon-2.12.4/admin-tool/lockdown/maindialog.py @@ -30,6 +30,7 @@ from config import * @@ -248,8 +251,8 @@ def __init_disabledapplets (self): treeview = self.xml.get_widget ("treeviewDisabledApplets") button = self.xml.get_widget ("buttonDisabledApplets") ---- sabayon-2.12.3/admin-tool/lockdown/pessulus.glade -+++ sabayon-2.12.3/admin-tool/lockdown/pessulus.glade +--- sabayon-2.12.4/admin-tool/lockdown/pessulus.glade ++++ sabayon-2.12.4/admin-tool/lockdown/pessulus.glade @@ -281,6 +281,590 @@ </child> @@ -841,9 +844,9 @@ <widget class="GtkVBox" id="vbox14"> <property name="border_width">12</property> <property name="visible">True</property> ---- sabayon-2.12.3/admin-tool/lockdownappliersabayon.py -+++ sabayon-2.12.3/admin-tool/lockdownappliersabayon.py -@@ -63,20 +63,45 @@ +--- sabayon-2.12.4/admin-tool/lockdownappliersabayon.py ++++ sabayon-2.12.4/admin-tool/lockdownappliersabayon.py +@@ -61,20 +61,45 @@ return self.changes_model[iter][sessionwindow.ProfileChangesModel.COLUMN_MANDATORY] return self.source.get_gconf_key_is_mandatory (key) @@ -894,9 +897,9 @@ def get_list (self, key, list_type): value = self.client.get_list (key, list_type) return (value, self.__is_mandatory (key)) ---- sabayon-2.12.3/lib/sources/gconfsource.py -+++ sabayon-2.12.3/lib/sources/gconfsource.py -@@ -336,14 +336,27 @@ +--- sabayon-2.12.4/lib/sources/gconfsource.py ++++ sabayon-2.12.4/lib/sources/gconfsource.py +@@ -334,14 +334,27 @@ return True return False @@ -928,7 +931,7 @@ def set_gconf_list (self, key, list_type, value, mandatory): gconf_value = gconf.Value (gconf.VALUE_LIST) list = [] -@@ -356,10 +369,7 @@ +@@ -354,10 +367,7 @@ list.append (item_value) gconf_value.set_list_type (list_type) gconf_value.set_list (list) ++++++ sabayon-2.12.3.tar.bz2 -> sabayon-2.12.4.tar.bz2 ++++++ ++++ 49765 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de