Hello community, here is the log from the commit of package glib2 checked in at Fri Mar 31 15:32:14 CEST 2006. -------- --- GNOME/glib2/glib2.changes 2006-01-27 03:04:47.000000000 +0100 +++ glib2/glib2.changes 2006-03-30 11:17:09.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 30 11:16:15 CEST 2006 - sbrabec@suse.cz + +- Renamed profile to be executed after lang.*, otherwise + G_FILENAME_ENCODING cannot be set. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glib2.spec ++++++ --- /var/tmp/diff_new_pack.fjUx7R/_old 2006-03-31 15:31:43.000000000 +0200 +++ /var/tmp/diff_new_pack.fjUx7R/_new 2006-03-31 15:31:43.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -19,7 +19,7 @@ Autoreqprov: on Requires: gnome-filesystem Version: 2.8.5 -Release: 5 +Release: 14 Summary: A Library with Convenient Functions Written in C URL: http://www.gtk.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.8/glib-%{version}.tar.bz2 @@ -147,8 +147,8 @@ export LIBRARY_PATH=$RPM_BUILD_ROOT/opt/gnome/lib make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/profile.d -cp -a %{S:1} $RPM_BUILD_ROOT/etc/profile.d -cp -a %{S:2} $RPM_BUILD_ROOT/etc/profile.d +cp -a %{S:1} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.sh +cp -a %{S:2} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.csh gzip -9nf $RPM_BUILD_ROOT%{prefix}/share/man/man?/*.? rm -rfv $RPM_BUILD_ROOT%{prefix}/share/locale/no %find_lang glib20 @@ -164,7 +164,7 @@ %defattr(-,root,root) %doc AUTHORS COPYING README NEWS ChangeLog %{prefix}/%_lib/lib*.so.* -/etc/profile.d/glib2.* +/etc/profile.d/zzz-glib2.* %files devel %defattr(-,root,root) @@ -184,6 +184,9 @@ %{prefix}/share/gtk-doc/html/gobject %changelog -n glib2 +* Thu Mar 30 2006 - sbrabec@suse.cz +- Renamed profile to be executed after lang.*, otherwise + G_FILENAME_ENCODING cannot be set. * Fri Jan 27 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 18 2006 - gekker@suse.de ++++++ glib2.csh ++++++ --- GNOME/glib2/glib2.csh 2006-01-25 10:16:45.000000000 +0100 +++ glib2/glib2.csh 2006-03-30 11:30:41.000000000 +0200 @@ -1,6 +1,7 @@ # GLib filename encoding guesser. # Author: Stanislav Brabec <sbrabec@suse.cz> # Additions are welcome. +# This script must be executed after setting LANG variable. # Try filenames which are invalid in UTF-8 as locale specific. # For selected locales, G_FILENAME_ENCODING takes precedence. ++++++ glib2.sh ++++++ --- GNOME/glib2/glib2.sh 2006-01-25 10:16:44.000000000 +0100 +++ glib2/glib2.sh 2006-03-30 11:30:35.000000000 +0200 @@ -1,6 +1,7 @@ # GLib filename encoding guesser. # Author: Stanislav Brabec <sbrabec@suse.cz> # Additions are welcome. +# This script must be executed after setting LANG variable. # Try filenames which are invalid in UTF-8 as locale specific. # For selected locales, G_FILENAME_ENCODING takes precedence. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de