File sabayon.changes of Package sabayon

-------------------------------------------------------------------
Tue Sep 23 13:19:59 CDT 2008 - maw@suse.de

- Update to version 2.22.1:
  + Improve login performance when sabayon is running
  + Updated translations.

-------------------------------------------------------------------
Mon May 19 19:16:05 CEST 2008 - federico@novell.com

- Added sabayon-bnc384840-speedup-sabayon-apply.diff to fix
  https://bugzilla.novell.com/show_bug.cgi?id=384840 - Avoid running
  sabayon-apply during login if /etc/desktop-profiles/users.xml is not
  present.  This way we avoid launching the entire Python stack for
  faster login on machines that don't use Sabayon profiles.
  Patch by Michael Meeks <michael.meeks@novell.com> (bnc#384840)

-------------------------------------------------------------------
Fri Mar 14 14:36:18 CET 2008 - maw@suse.de

- Update to version 2.22.0:
  + Bugs fixed: bgo#476761 and bgo#479771
  + Updated translations.

-------------------------------------------------------------------
Thu Mar  6 19:35:33 CET 2008 - maw@suse.de

- Don't call autoreconf.

-------------------------------------------------------------------
Tue Feb 19 20:16:49 CET 2008 - maw@suse.de

- Update to version 2.21.0:
  + sabayon-apply now returns exit code 3 when a user profile
    cannot be found for the user (bgo#474666)
  + Fix syntax errors that were only caught at runtime :(
  + Fix the mandatory attribute in the metadata file; it wasn't
    case-insensitive as it should be (brc#253996)
  + Create directories recursively in the storage module (bgo#486216)
  + Remove shebang python lines from files that are not meant to
    be executable (bgo#424328)
  + Fix gettext/ngettext for Python 2.4 (bgo#480508)
  + Make Sabayon work on Slackware (bgo#497471)
  + Fix the lists of files/directories to ignore
  + Updated translations
- Remove some spurious executable permissions.

-------------------------------------------------------------------
Thu Sep 20 03:04:52 CEST 2007 - federico@novell.com

- Updated to sabayon-2.20.1.
- Removed sabayon-301941-ignore-directories.diff, which is already in
  the base tarball.

-------------------------------------------------------------------
Fri Sep 14 03:23:40 CEST 2007 - federico@novell.com

- Added sabayon-301941-ignore-directories.diff to fix 
  https://bugzilla.novell.com/show_bug.cgi?id=301941 - Sabayon was not
  ignoring .fontconfig and .beagle, leading to huge and incorrect user
  profiles.

-------------------------------------------------------------------
Tue Aug 14 21:03:25 CEST 2007 - federico@novell.com

- Updated to sabayon-2.19.2; this is simply 2.18.x plus all of the
  Novell patches sent upstream.
- Remade sabayon-desktop-file-name.diff and
  sabayon-desktop-file-categories.diff.
- Removed obsolete patches.

-------------------------------------------------------------------
Tue Aug  7 23:24:43 CEST 2007 - maw@suse.de

- Use %fdupes
- Split off a -lang subpackage.

-------------------------------------------------------------------
Thu Jun  7 16:04:48 CEST 2007 - sbrabec@suse.cz

- Removed invalid desktop Category "Application" (#254654).

-------------------------------------------------------------------
Wed May  9 14:24:10 CEST 2007 - pgajdos@suse.cz

- removed gnome-icon-theme from BuildRequieres [#247450] 

-------------------------------------------------------------------
Thu Apr 12 11:16:09 CDT 2007 - maw@suse.de

- Update to version 2.18.1 which fixes a broken Arabic translation.

-------------------------------------------------------------------
Tue Mar 27 19:27:20 CST 2007 - maw@suse.de

- Add sabayon-2.18.0-desktop.patch.

-------------------------------------------------------------------
Fri Mar 16 19:12:28 CET 2007 - federico@suse.de

- Updated to sabayon-2.18.0.
- Removed sabayon-2.12.3-use-subprocess.patch and
  sabayon-2.12.3-notice-dir-creation.patch, as they are already in the
  base tarball.
- Removed sabayon-2.12.3-python-site-modules-path.patch, since it was
  useful only when installing outside of /usr.
- Updated sabayon-2.12.3-ooo-support.patch to apply to the new sources.

-------------------------------------------------------------------
Fri Mar  9 11:10:39 CET 2007 - sbrabec@suse.cz

- Removed obsolete hicolor icon symlink (#248676).

-------------------------------------------------------------------
Tue Jan 23 18:38:21 CET 2007 - sbrabec@suse.cz

- Spec file cleanup.

-------------------------------------------------------------------
Tue Jan 23 14:44:24 CET 2007 - aj@suse.de

- Move to /usr.
- Cleanup BuildRequires.

-------------------------------------------------------------------
Sat Oct 14 18:45:59 CEST 2006 - danw@suse.de

- Remove dead patch

-------------------------------------------------------------------
Tue Sep 26 17:44:42 CEST 2006 - cthiel@suse.de

- fix build with python 2.5

-------------------------------------------------------------------
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 

-------------------------------------------------------------------
Wed Aug 16 16:02:52 CEST 2006 - cthiel@suse.de

- buildrequire python-gtk-devel instead of python-gtk

-------------------------------------------------------------------
Wed Aug 16 02:28:37 CEST 2006 - ro@suse.de

- added python-gobject2-devel to BuildRequires 

-------------------------------------------------------------------
Tue Aug  1 14:14:25 CEST 2006 - schwab@suse.de

- Remove newline from substituted variable.

-------------------------------------------------------------------
Thu Jun 22 06:11:43 CEST 2006 - hpj@suse.de

- Fixed use-subprocess patch again. gconftool should really be
  invoked correctly now. Fixes Novell bug #184919 again.

-------------------------------------------------------------------
Sat Jun 17 07:15:53 CEST 2006 - hpj@suse.de

- Fixed gnome-vfs patch to unescape URI special characters. Fixes
  remainder of Novell bug #177464.
- Added patch to prevent race with gconf on exit. Fixes Novell bug
  #186008.
- Added patch to ensure that $HOME/.local exists for the temp
  user. Fixes Novell bug #183353.
- Fixed use-subprocess patch so gconftool is invoked correctly.
  Fixes Novell bug #184919.

-------------------------------------------------------------------
Thu May 25 21:06:58 CEST 2006 - hpj@suse.de

- Added patch to make it pick up directory creation. Fixes Novell
  bug #177464.

-------------------------------------------------------------------
Tue May 23 04:06:22 CEST 2006 - hpj@suse.de

- Added patch to make it ignore usernames ending in $. Prevents us
  from showing hosts as if they were users on ADS setups. Fixes
  Novell bug #176830.

-------------------------------------------------------------------
Wed May 17 08:30:32 CEST 2006 - hpj@suse.de

- Added patch to reset Sabayon's GConf key overrides before
  (optinally) applying a profile and logging the user in. Fixes
  Novell bug #173929.

-------------------------------------------------------------------
Mon May 15 19:58:19 CEST 2006 - sbrabec@suse.cz

- Do not own gconf files reserved for sysadmin (#167282).

-------------------------------------------------------------------
Wed May  3 06:53:43 CEST 2006 - hpj@suse.de

- Added patch to use gnome-vfs instead of gamin for file change
  monitoring (Novell bug #167621).

-------------------------------------------------------------------
Thu Apr 13 15:26:53 CEST 2006 - jpr@suse.de

- Regenerate patch with new file (#163735)

-------------------------------------------------------------------
Fri Mar 24 21:05:31 CET 2006 - hpj@suse.de

- Add support for OO.o lockdown, patch from mmeeks.

-------------------------------------------------------------------
Tue Mar 21 01:24:47 CET 2006 - ro@suse.de

- lib64 buildfix 

-------------------------------------------------------------------
Mon Mar 20 11:27:43 CET 2006 - ro@suse.de

- removed gamin from BuildReq and Requires (dropped package) 

-------------------------------------------------------------------
Fri Mar 17 15:35:20 CET 2006 - ro@suse.de

- revert PreReqs back to old syntax (no Requires(post):)
- do _not_ remove user in postun
- use /var/lib/$USERNAME as homedir like for all other system users

-------------------------------------------------------------------
Mon Mar 13 12:59:40 CET 2006 - hpj@suse.de

- Initial revision: 2.12.3.

openSUSE Build Service is sponsored by