File sabayon.changes of Package sabayon

-------------------------------------------------------------------
Sun Feb 13 17:04:05 CET 2011 - vuntz@opensuse.org

- Call relevant macros in %post/%postun:
  + %desktop_database_post/postun because the package ships at
    least one desktop file.
  + %icon_theme_cache_post/postun because the package ships themed
    icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
  can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
  english documentation is not there anymore.

-------------------------------------------------------------------
Tue Dec 14 15:02:02 CET 2010 - vuntz@opensuse.org

- Own /usr/share/gnome and /usr/share/gnome/help to fix build.

-------------------------------------------------------------------
Tue Sep 28 13:29:43 CEST 2010 - vuntz@opensuse.org

- Update to version 2.30.1:
  + Updated translations.

-------------------------------------------------------------------
Tue Mar 30 20:57:49 CEST 2010 - vuntz@opensuse.org

- Update to version 2.30.0:
  + Updated translations.

-------------------------------------------------------------------
Fri Feb 26 17:07:56 CET 2010 - dimstar@opensuse.org

- Update to version 2.29.92:
  + Fixes:
    - Couple of crasher bugs that were introduced in working on
      mozilla bookmark handling.
    - bgo#610876: Symlink in /etc/skel causes crash
    - bgo#610877: Directory Permissions in /etc/skel are not
      preserved
    - Removed dependency on Python 2.6
- Changes from version 2.29.91:
  + Fixes:
    - Help file docbook tags patch thanks to Mario Blättermann
    - Manpages patch thanks to Luca Falavigna of the Debian project
    - bgo#321450: allow multiple LDAP uri's to be specified.
    - Changes window now distinguishes between files, dirs, and
      links
    - Documentation fixes.
    - bgo#608697: sabayon-debug-log.conf does not exist, but
      sabayon thinks it does
    - Remove hard-coded gconf source strings, add gconf sources to
      config.py.in for easier customization/patching by distros
    - Always clean up the gconf source trees
    - xinitrc file cleaned up.
    - Added file/directory permission handling.
    - Gracefully handle gconfd shutdowns in sabayon-apply
    - bgo#608720: Make Details pane less confusing with sorting
    - bgo#607030: depend on Python 2.6
    - bgo#610488: Patches to admin tools to properly wait for
      usermod changes to apply.
    - bgo#610736: Create firefox profile during sabayon-apply if it
      doesn't already exist.
  + Updated translations.

-------------------------------------------------------------------
Sat Jan 16 05:22:08 CET 2010 - vuntz@opensuse.org

- Update to version 2.29.5:
  + Fixes:
    - Removed gtk.glade dependencies
    - Added help menu
    - bgo#596106: crash when clicking on an empty directory
    - bgo#528562: replace preferences.menu with settings.menu
    - Turned ldap into a soft dependency, issue a message in
      configure
    - Removed complicated, and hard-to-translate time based save
      confirm messages with a single nice easy to translate string.
    - Fixed some unclear strings for the translators. bgo#527722
    - Fixed translation problems with groupsdialog.py.
    - Moved sabayon's conf dir to /etc/sabayon
    - Removed local copy of Pessulus, we now import it.
    - Sabayon now supports symlinks. bgo#374861
    - Created upstream man pages.
    - Added selinux support (if available) bgo#486218
  + Migration Notes:
    - Sabayon now stores it's config files in /etc/sabayon, and
      it's profiles in /etc/sabayon/profiles.
    - To migrate existing profiles, perform the following steps:
        cp /etc/desktop-profiles/*.xml /etc/sabayon
        cp /etc/desktop-profiles/*.zip /etc/sabayon/profiles
  + Updated translations.
- Add a %post scriptlet to migrate the configuration files to
  /etc/sabayon. The files will be copied (if they weren't already
  migrated), not moved.
- Add pessulus BuildRequires and Requires.
- Add python-gtk-devel BuildRequires.
- Add py_requires for sabayon-admin subpackage (even though it's
  not needed, since it depends on sabayon which also has
  py_requires), to fix a rpmlint warning.
- Remove added GenericName from .desktop file, that just says the
  same thing as the Name.

-------------------------------------------------------------------
Thu Dec 17 13:24:54 CET 2009 - vuntz@opensuse.org

- Fix build on openSUSE <= 11.2.

-------------------------------------------------------------------
Tue Dec  8 21:03:06 CET 2009 - dimstar@opensuse.org

- Update to version 2.29.2:
  + New features:
    - Added a manual
  + Fixes:
    - Fixed some race conditions in paneldelegate.py.
- Add gnome-doc-utils-devel BuildRequires.
- Pass --disable-scrollkeeper to configure.
- Clean spec file using spec-cleaner.

-------------------------------------------------------------------
Sat Nov 14 21:52:47 CET 2009 - vuntz@opensuse.org

- Update to version 2.29.0:
  + New features:
    - Sabayon now lets you apply profiles to groups of users,
      instead of just individual users. This is still in
      development, but for now you can use any Unix group whose gid
      >= 500.
- Changes from version 2.28.1:
  + Fixes:
    - Remove obsolete calls to os.spawn*() and replace them with
      subprocess.call()
    - Fix potential exception when extracting profiles
    - Move the "-name" argument for Xephyr where XEPHYR_ARGV is
      defined, so that it is easier to find for distros that need
      to patch it out
  + Updated translations.

-------------------------------------------------------------------
Tue Sep 22 12:14:58 CEST 2009 - dimstar@opensuse.org

- Update to version 2.28.0:
  + Find a free X display without using TCP sockets
  + Fix incorrect format strings; make others consistent
  + Updated translations.

-------------------------------------------------------------------
Thu Aug 20 14:33:33 CEST 2009 - dimstar@opensuse.org

- Update to version 2.27.91:
  + bgo#551535 - Don't ignore the GConf settings when saving the
                 user profile.
  + Disable gvfs's usage of FUSE in the child session, so crashed
    daemons will not keep Sabayon from working
  + Work even with invalid locales
  + Be more lenient when removing directories
  + Don't block sabayon-session on sabayon-apply's stderr output
  + Updated translations.

-------------------------------------------------------------------
Tue Aug 11 20:43:21 CEST 2009 - dominique-obs@leuenberger.net

- Update to version 2.27.0:
  + Sabayon now uses Xephyr instead of Xnest for its child session.
  + Pass DEBUG_WHILE_IN_SABAYON untouched to child processes.
  + Do not eat stderr output from child processes.
  + bgo#542604 - Fix file monitoring
  + bgo#576440 - Don't crash if XAUTHLOCALHOSTNAME is not set
  + bgo#564405 - use gobject.timout_add_seconds() where possible
  + Fix monitoring and saving of panel applets.
  + Ignore .gvfs in user profiles
  + Updated translations.
- No longer require xorg-x11-Xnest, new xorg-x11-server-extra.

-------------------------------------------------------------------
Sun Apr 26 15:42:40 CEST 2009 - vuntz@novell.com

- Change shadow-utils PreReq to pwdutils since nothing provides
  shadow-utils anymore.

-------------------------------------------------------------------
Sun Mar 15 12:33:33 CET 2009 - vuntz@novell.com

- Update to version 2.25.0:
  + Port to GIO.
  + Put XAUTHLOCALHOSTNAME in the child session's environment so it
    will run.
  + Ignore .pulse to avoid replicating PulseAudio data.
  + String fixes.
  + Updated translations.
- Drop sabayon-updates-from-trunk.diff: fixed upstream.
- Remove unneeded BuildRequires: desktop-file-utils, gettext,
  gnome-common, python-cairo, python-gnome, python-ldap,
  shadow-utils
- Change BuildRequires: python-gtk-devel to python-gobject2-devel
- Add python-xdg BuildRequires to make configure happy.
- Remove unneeded Requires: python-cairo
- Remove unneeded PreReq: gtk2, shadow-utils
- Change Requires of shadow-utils in admin package to PreReq
- Remove custom CFLAGS.
- Remove autoreconf and intltoolize calls.
- Stop creating /etc/gconf/2 without any reason.
- Stop putting DocPath in desktop file: yelp does not need this.
- Remove hacks in post/postun that were needed for old versions of
  openSUSE (<= 10.1)
- Remove edition of /etc/gconf/2/path to add sabayon support: our
  gconf2 package is correctly configured, and so we shouldn't try
  to play with this here.
- Remove gconf2 and grep PreReq because of the above change.

-------------------------------------------------------------------
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz

- Added support for translation-update-upstream (FATE#301344).

-------------------------------------------------------------------
Wed Feb 11 22:54:05 CET 2009 - vuntz@novell.com

- Remove non-upstream translations: they'll get out-of-date.

-------------------------------------------------------------------
Wed Jan 21 10:52:32 CET 2009 - coolo@suse.de

- fix build in buildrequring Xnest 

-------------------------------------------------------------------
Mon Jan 12 20:38:08 CST 2009 - federico@novell.com

- Added sabayon-updates-from-trunk.diff to ensure Sabayon doesn't fail
  with PulseAudio.
- Require xorg-x11-Xnest and python-xdg; Sabayon won't work otherwise.
- These fix bnc#438999 - Sabayon crashes when editing a user profile.

-------------------------------------------------------------------
Sat Dec  6 10:21:55 CET 2008 - mauro@suse.de

- Translation update.

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