Hello community, here is the log from the commit of package patterns checked in at Wed Aug 1 12:27:06 CEST 2007. -------- --- patterns/patterns.changes 2007-07-31 15:45:35.000000000 +0200 +++ /mounts/work_src_done/STABLE/patterns/patterns.changes 2007-08-01 10:48:42.000000000 +0200 @@ -1,0 +2,10 @@ +Wed Aug 1 10:48:25 CEST 2007 - coolo@suse.de + +- take comments into account (#296332) + +------------------------------------------------------------------- +Wed Aug 1 07:56:17 CEST 2007 - coolo@suse.de + +- one more opt: gnome_utilities_opt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns.spec ++++++ --- /var/tmp/diff_new_pack.W26021/_old 2007-08-01 12:26:42.000000000 +0200 +++ /var/tmp/diff_new_pack.W26021/_new 2007-08-01 12:26:42.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Summary: Patterns Translation Tool Version: 1.1031 -Release: 66 +Release: 68 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: patterns-1.1031.tar.bz2 Source1: create_pattern.sh @@ -58,6 +58,10 @@ %_sbindir/create_pattern.sh %changelog +* Wed Aug 01 2007 - coolo@suse.de +- take comments into account (#296332) +* Wed Aug 01 2007 - coolo@suse.de +- one more opt: gnome_utilities_opt * Tue Jul 31 2007 - coolo@suse.de - one more opt: gnome_basis_opt * Tue Jul 31 2007 - coolo@suse.de ++++++ create_pattern.sh ++++++ --- patterns/create_pattern.sh 2007-07-24 15:29:36.000000000 +0200 +++ /mounts/work_src_done/STABLE/patterns/create_pattern.sh 2007-08-01 10:31:09.000000000 +0200 @@ -189,7 +189,7 @@ echo -e "+Ext:\n32bit\n-Ext:\n\n" >> tmpfile echo "+Prc:" >> tmpfile DATA=`cat toinstall/$pat/sel` - for i in `grep -v -e Prq\: -e Prc\: -e Psg\: -e '^#' data/$DATA` ; do + for i in `cpp data/$DATA | grep -v -e Prq\: -e Prc\: -e Psg\: -e '^#'` ; do echo $i-$pat_ext >> tmpfile done echo "-Prc:" >> tmpfile ++++++ patterns-1.1031.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/patterns-1.1031/src/patterns_utf8.c new/patterns-1.1031/src/patterns_utf8.c --- old/patterns-1.1031/src/patterns_utf8.c 2007-07-31 15:45:24.000000000 +0200 +++ new/patterns-1.1031/src/patterns_utf8.c 2007-08-01 07:56:11.000000000 +0200 @@ -297,6 +297,10 @@ N_("GNOME Utilities")}, /* internal */ + {"gnome_utilities_opt", N_("GNOME Utilities"), + N_("GNOME Utilities")}, + + /* internal */ {"gnome_xgl", N_("GNOME Desktop Effects"), N_("GNOME Desktop Effects")}, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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