commit sabayon for openSUSE:Factory
Hello community, here is the log from the commit of package sabayon for openSUSE:Factory checked in at Thu Mar 26 00:42:13 CET 2009. -------- --- GNOME/sabayon/sabayon.changes 2009-02-16 18:04:36.000000000 +0100 +++ sabayon/sabayon.changes 2009-03-15 17:06:35.000000000 +0100 @@ -1,0 +2,30 @@ +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. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sabayon-2.22.1.tar.bz2 sabayon-updates-from-trunk.diff New: ---- sabayon-2.25.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sabayon.spec ++++++ --- /var/tmp/diff_new_pack.I27441/_old 2009-03-26 00:40:08.000000000 +0100 +++ /var/tmp/diff_new_pack.I27441/_new 2009-03-26 00:40:08.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package sabayon (Version 2.22.1) +# spec file for package sabayon (Version 2.25.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,48 +19,34 @@ Name: sabayon -Version: 2.22.1 -Release: 11 +Version: 2.25.0 +Release: 1 Summary: Tool to maintain user profiles in a GNOME desktop Group: System/GUI/GNOME License: GPL v2 or later Url: http://www.gnome.org/projects/sabayon/ Source: http://ftp.gnome.org/pub/GNOME/sources/sabayon/2.19/sabayon-%{version}.tar.bz2 -BuildRequires: desktop-file-utils BuildRequires: fdupes -BuildRequires: gettext -BuildRequires: gnome-common BuildRequires: gtk2-devel BuildRequires: intltool -BuildRequires: python-cairo BuildRequires: python-devel -BuildRequires: python-gnome -BuildRequires: python-gtk-devel -BuildRequires: python-ldap -BuildRequires: shadow-utils +BuildRequires: python-gobject2-devel +BuildRequires: python-xdg BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-server-extra -%define gtk2_version 2.10.0 -%define pygtk2_version 2.10.0 -%define gnome_python2_version 2.18.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libxml2-python -Requires: python-gtk >= %{pygtk2_version} +Requires: python-gtk Requires: python-ldap -Requires: python-gnome >= %{gnome_python2_version} -Requires: python-cairo +Requires: python-gnome Requires: python-xdg Requires: xorg-x11-Xnest Requires: %{name}-lang = %{version} -PreReq: shadow-utils gconf2 grep -PreReq: gtk2 >= %{gtk2_version} Patch1: sabayon-desktop-file-name.diff Patch2: sabayon-desktop-file-categories.diff -# PATCH-FIX-UPSTREAM sabayon-updates-from-trunk.diff bnc438999 federico@novell.com - PulseAudio fixes from upstream -Patch3: sabayon-updates-from-trunk.diff %py_requires %description @@ -81,7 +67,7 @@ Group: System/GUI/GNOME Requires: %{name} = %{version}-%{release} Requires: xorg-x11-Xnest -Requires: shadow-utils +PreReq: shadow-utils %description admin The sabayon-admin package contains the graphical tools which a sysadmin @@ -101,13 +87,9 @@ translation-update-upstream %patch1 -p1 %patch2 -p1 -%patch3 -p1 chmod -x doc/* %build -autoreconf -f -i -intltoolize --force -export CFLAGS='-Wall -g -O0' %configure\ --libexecdir=%{_prefix}/lib/%{name}\ --enable-consolehelper=yes\ @@ -117,9 +99,7 @@ %install %makeinstall PAM_PREFIX=$RPM_BUILD_ROOT%{_sysconfdir} -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/2 rm $RPM_BUILD_ROOT%{py_sitedir}/%{name}/xlib.*a -echo DocPath=sabayon >> $RPM_BUILD_ROOT/usr/share/applications/sabayon.desktop %suse_update_desktop_file -G "Desktop Profile Administration" %{name} SystemSetup %find_lang %{name} %fdupes $RPM_BUILD_ROOT @@ -131,55 +111,6 @@ /usr/sbin/groupadd -r %{name}-admin &>/dev/null || : /usr/sbin/useradd -r -s /sbin/nologin -c "Sabayon user" -g %{name}-admin -d /var/lib/%{name}-admin %{name}-admin &>/dev/null || : -%post -# Support for not customized gconf2 package (i. e. unpatched upstream): -# Remove old sabayon local settings, if it has structured comments. -if test -f %{_sysconfdir}/gconf/2/local-defaults.path ; then - if grep -q '^# BEGIN sabayon$' %{_sysconfdir}/gconf/2/local-defaults.path ; then - sed -i '/^# BEGIN sabayon$/,/# END sabayon/d' %{_sysconfdir}/gconf/2/local-defaults.path - if ! test -s %{_sysconfdir}/gconf/2/local-defaults.path ; then - rm %{_sysconfdir}/gconf/2/local-defaults.path - fi - fi -fi -if test -f %{_sysconfdir}/gconf/2/local-mandatory.path ; then - if grep -q '^# BEGIN sabayon$' %{_sysconfdir}/gconf/2/local-mandatory.path ; then - sed -i '/^# BEGIN sabayon$/,/# END sabayon/d' %{_sysconfdir}/gconf/2/local-mandatory.path - if ! test -s %{_sysconfdir}/gconf/2/local-mandatory.path ; then - rm %{_sysconfdir}/gconf/2/local-mandatory.path - fi - fi -fi -# Include new sabayon local settings, only if gconf2 does not support it. -if ! fgrep -q 'include "$(HOME)/.gconf.path.defaults"' %{_sysconfdir}/gconf/2/path ; then - echo -e '# BEGIN sabayon\ninclude "$(HOME)/.gconf.path.defaults"\n# END sabayon' >>%{_sysconfdir}/gconf/2/local-defaults.path -fi -if ! fgrep -q 'include "$(HOME)/.gconf.path.mandatory"' %{_sysconfdir}/gconf/2/path ; then - echo -e '# BEGIN sabayon\ninclude "$(HOME)/.gconf.path.mandatory"\n# END sabayon' >>%{_sysconfdir}/gconf/2/local-mandatory.path -fi - -%postun -# Support for not customized gconf2 package (<= SuSE Linux 10.1, <= SLED10): -# Remove old sabayon local settings on remove. -if test $1 = 0 ; then - if test -f %{_sysconfdir}/gconf/2/local-defaults.path ; then - if grep -q '^# BEGIN sabayon$' %{_sysconfdir}/gconf/2/local-defaults.path ; then - sed -i '/^# BEGIN sabayon$/,/# END sabayon/d' %{_sysconfdir}/gconf/2/local-defaults.path - if ! test -s %{_sysconfdir}/gconf/2/local-defaults.path ; then - rm %{_sysconfdir}/gconf/2/local-defaults.path - fi - fi - fi - if test -f %{_sysconfdir}/gconf/2/local-mandatory.path ; then - if grep -q '^# BEGIN sabayon$' %{_sysconfdir}/gconf/2/local-mandatory.path ; then - sed -i '/^# BEGIN sabayon$/,/# END sabayon/d' %{_sysconfdir}/gconf/2/local-mandatory.path - if ! test -s %{_sysconfdir}/gconf/2/local-mandatory.path ; then - rm %{_sysconfdir}/gconf/2/local-mandatory.path - fi - fi - fi -fi - %files %defattr(-, root, root, 755) %doc AUTHORS ChangeLog NEWS README TODO ISSUES @@ -233,6 +164,33 @@ %{py_sitedir}/%{name}/lockdown %changelog +* Sun Mar 15 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 2009 sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). * Wed Feb 11 2009 vuntz@novell.com ++++++ sabayon-2.22.1.tar.bz2 -> sabayon-2.25.0.tar.bz2 ++++++ ++++ 77344 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@Hilbert.suse.de