commit gnome-panel for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-panel for openSUSE:Factory checked in at Wed May 6 18:39:03 CEST 2009. -------- --- GNOME/gnome-panel/gnome-panel.changes 2009-04-15 11:37:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-panel/gnome-panel.changes 2009-04-30 00:40:28.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Apr 30 00:38:46 CEST 2009 - vuntz@novell.com + +- Move gconf entries file from /etc/gconf/macros to + /usr/share/gconf/macros. This is part of fate#305318. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-panel.spec ++++++ --- /var/tmp/diff_new_pack.l20612/_old 2009-05-06 18:38:51.000000000 +0200 +++ /var/tmp/diff_new_pack.l20612/_new 2009-05-06 18:38:51.000000000 +0200 @@ -42,9 +42,9 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files License: LGPL v2.1 or later -Group: System/GUI/GNOME +Group: Development/Libraries/GNOME Version: 2.26.1 -Release: 1 +Release: 2 Summary: The GNOME 2.x Desktop Panel Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-panel/2.24/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -301,6 +301,8 @@ sed -i /GCONF_CONFIG_SOURCE/d %{name}.schemas_posttrans cat %{name}.schemas_list >%{name}.lst cat fish.lang %{name}-extras.schemas_list >%{name}-extras.lst +# Move .entries file to /usr/share/gconf/schemas, see fate#305318 +mv $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/panel-default-setup.entries $RPM_BUILD_ROOT%{_datadir}/gconf/schemas/panel-default-setup.entries for FILE in COPYING ; do MD5SUM=$(md5sum $FILE | sed 's/ .*//g') if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then @@ -319,7 +321,7 @@ /sbin/ldconfig %posttrans -f %{name}.schemas_posttrans export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` -usr/bin/gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load etc/gconf/schemas/panel-default-setup.entries >/dev/null +usr/bin/gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load usr/share/gconf/schemas/panel-default-setup.entries >/dev/null %preun -f %{name}.schemas_preun # Remove extra keys from panel-default-setup.entries. @@ -344,6 +346,7 @@ %dir %{_datadir}/gnome-panel/pixmaps %{_datadir}/applications/gnome-panel.desktop %{_datadir}/dbus-1/system-services/*.service +%{_datadir}/gconf/schemas/panel-default-setup.entries %{_datadir}/gnome-panel/pixmaps/[a-eg-z]*.png %{_datadir}/gnome-panel/pixmaps/fo*.png %{_datadir}/gnome-panel/pixmaps/clock-*.svg @@ -368,7 +371,6 @@ %{_libdir}/gnome-panel/lib[a-eg-z]*.so %{_prefix}/lib/gnome-panel/gnome-clock-applet-mechanism %doc %{_mandir}/man?/*.* -%config %{_sysconfdir}/gconf/schemas/panel-default-setup.entries %config %{_sysconfdir}/dbus-1/system.d/*.conf %files lang -f %{name}-2.0.lang @@ -402,6 +404,9 @@ %{_datadir}/gtk-doc/html/* %changelog +* Thu Apr 30 2009 vuntz@novell.com +- Move gconf entries file from /etc/gconf/macros to + /usr/share/gconf/macros. This is part of fate#305318. * Wed Apr 15 2009 vuntz@novell.com - Update to version 2.26.1: + Panel ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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