commit gnome-applets for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-applets for openSUSE:Factory checked in at Thu May 28 04:04:31 CEST 2009. -------- --- GNOME/gnome-applets/gnome-applets.changes 2009-05-05 18:59:44.000000000 +0200 +++ gnome-applets/gnome-applets.changes 2009-05-27 16:54:22.000000000 +0200 @@ -1,0 +2,31 @@ +Wed May 27 15:19:27 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.2: + + Character Picker: + - Add support for South African languages (bgo#407409). + + Mixer Applet: + - Make the up and down keys (and mouse scroll wheel) work + correctly for the dock slider, despite what GTK thinks + (bgo#581448). + - Fix a reference couting bug that would cause crashes at + exit (bgo#564735). + - Make the dock window multihead aware (bgo#583452). + + General: + - Make translations easier by removing unnecessary markup + from GtkBuilder .ui files (bgo#112962). + - Remove .glade files now that glade can edit the .ui files + directly. + + Updated translations. +- Drop the old modemlights applet: we don't want to maintain it + forever... Remove gnome-applets-2.9.3.1-modemlights.tar.bz2, + gnome-applets-modemlights-kernel-includes.patch, + gnome-applets-modemlights-potfiles.patch, + gnome-applets-modemlights-smpppd.patch. +- Drop gnome-applets-in-proc.patch: we don't build the mixer applet + anymore and the multiload applet is not used by default, so + there's no point in making it in-process. +- Remove scrollkeeper BuildRequires. +- Do not call autoreconf. +- Remove gnome-patch-translation support. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-applets-2.27.1.tar.bz2 gnome-applets-2.9.3.1-modemlights.tar.bz2 gnome-applets-in-proc.patch gnome-applets-modemlights-kernel-includes.patch gnome-applets-modemlights-potfiles.patch gnome-applets-modemlights-smpppd.patch New: ---- gnome-applets-2.27.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-applets.spec ++++++ --- /var/tmp/diff_new_pack.El2308/_old 2009-05-28 04:03:47.000000000 +0200 +++ /var/tmp/diff_new_pack.El2308/_new 2009-05-28 04:03:47.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gnome-applets (Version 2.27.1) +# spec file for package gnome-applets (Version 2.27.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,7 +25,6 @@ BuildRequires: gnome-desktop-devel BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-panel-devel -BuildRequires: gnome-patch-translation BuildRequires: gnome-python-desktop BuildRequires: gstreamer010-plugins-base-devel BuildRequires: gucharmap-devel @@ -37,7 +36,6 @@ BuildRequires: libwnck-devel BuildRequires: libxklavier-devel BuildRequires: python-gnome-devel -BuildRequires: scrollkeeper BuildRequires: update-desktop-files License: GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME @@ -48,20 +46,11 @@ %ifnarch s390 s390x Requires: gnome-media %endif -Version: 2.27.1 +Version: 2.27.2 Release: 1 Requires: %{name}-lang = %{version} Summary: A Collection of Useful Programs for the GNOME 2.x Desktop Panel Source: %{name}-%{version}.tar.bz2 -Source1: gnome-applets-2.9.3.1-modemlights.tar.bz2 -# PATCH-FIX-OPENSUSE gnome-applets-in-proc.patch -Patch17: gnome-applets-in-proc.patch -# PATCH-FIX-OPENSUSE gnome-applets-modemlights-potfiles.patch -Patch23: gnome-applets-modemlights-potfiles.patch -# PATCH-FIX-OPENSUSE gnome-applets-modemlights-smpppd.patch -Patch24: gnome-applets-modemlights-smpppd.patch -# PATCH-FIX-OPENSUSE gnome-applets-modemlights-kernel-includes.patch -Patch25: gnome-applets-modemlights-kernel-includes.patch Url: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq @@ -144,20 +133,8 @@ %lang_package %prep %setup -q -gnome-patch-translation-prepare -# Unpack it after gnome-patch-translation-prepare: -tar -jxf %{S:1} -%patch17 -%patch23 -%patch24 -%if %suse_version > 1030 -# Work-around for kernel bug #342036 -%patch25 -%endif -gnome-patch-translation-update %build -autoreconf -f -i %configure\ --libexecdir=%{_prefix}/lib/gnome-panel\ --disable-static\ @@ -168,9 +145,6 @@ %install %makeinstall -# FIXME: cpufreq-selector needs helper: -# https://bugzilla.novell.com/show_bug.cgi?id=233147 -chmod 755 $RPM_BUILD_ROOT/%{_bindir}/cpufreq-selector %find_lang %{name}-2.0 %find_lang accessx-status %{name}-2.0.lang %find_lang battstat %{name}-2.0.lang @@ -185,7 +159,6 @@ %find_lang trashapplet %{name}-2.0.lang %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst -rm $RPM_BUILD_ROOT%{_libdir}/*/*.*a %fdupes $RPM_BUILD_ROOT %clean @@ -215,7 +188,6 @@ %doc %{_datadir}/omf/gswitchit %exclude %{_libdir}/bonobo/servers/Invest_Applet.server %{_libdir}/bonobo/servers/*.server -%{_libdir}/gnome-applets %exclude %{_prefix}/lib/gnome-panel/invest-applet %{_prefix}/lib/gnome-panel/* %{_sysconfdir}/sound/events/*.soundlist @@ -232,6 +204,34 @@ %files lang -f %{name}-2.0.lang %changelog +* Wed May 27 2009 vuntz@novell.com +- Update to version 2.27.2: + + Character Picker: + - Add support for South African languages (bgo#407409). + + Mixer Applet: + - Make the up and down keys (and mouse scroll wheel) work + correctly for the dock slider, despite what GTK thinks + (bgo#581448). + - Fix a reference couting bug that would cause crashes at + exit (bgo#564735). + - Make the dock window multihead aware (bgo#583452). + + General: + - Make translations easier by removing unnecessary markup + from GtkBuilder .ui files (bgo#112962). + - Remove .glade files now that glade can edit the .ui files + directly. + + Updated translations. +- Drop the old modemlights applet: we don't want to maintain it + forever... Remove gnome-applets-2.9.3.1-modemlights.tar.bz2, + gnome-applets-modemlights-kernel-includes.patch, + gnome-applets-modemlights-potfiles.patch, + gnome-applets-modemlights-smpppd.patch. +- Drop gnome-applets-in-proc.patch: we don't build the mixer applet + anymore and the multiload applet is not used by default, so + there's no point in making it in-process. +- Remove scrollkeeper BuildRequires. +- Do not call autoreconf. +- Remove gnome-patch-translation support. * Tue May 05 2009 vuntz@novell.com - Update to version 2.27.1: + Accessibility Applet: ++++++ gnome-applets-2.27.1.tar.bz2 -> gnome-applets-2.27.2.tar.bz2 ++++++ GNOME/gnome-applets/gnome-applets-2.27.1.tar.bz2 gnome-applets/gnome-applets-2.27.2.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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