Hello community,

here is the log from the commit of package perl-Encode-Locale for 
openSUSE:Factory
checked in at Mon Jul 25 17:22:36 CEST 2011.



--------
--- perl-Encode-Locale/perl-Encode-Locale.changes       2011-03-31 
11:36:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Encode-Locale/perl-Encode-Locale.changes  
2011-07-24 21:01:31.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 19:04:20 UTC 2011 - [email protected]
+
+- Fixed typos in description of perl-encode-locale.spec
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Encode-Locale.spec ++++++
--- /var/tmp/diff_new_pack.afY4K5/_old  2011-07-25 17:22:19.000000000 +0200
+++ /var/tmp/diff_new_pack.afY4K5/_new  2011-07-25 17:22:19.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           perl-Encode-Locale
 Version:        1.02
-Release:        1
+Release:        3
 License:        GPL+ or Artistic
 %define cpan_name Encode-Locale
 Summary:        Determine the locale encoding
@@ -35,30 +35,30 @@
 
 %description
 In many applications it's wise to let Perl use Unicode for the strings it
-processes. Most of the interfaces Perl has to the outside world is still
+processes. Most of the interfaces Perl has to the outside world are still
 byte based. Programs therefore needs to decode byte strings that enter the
 program from the outside and encode them again on the way out.
 
 The POSIX locale system is used to specify both the language conventions
 requested by the user and the preferred character set to consume and
 output. The 'Encode::Locale' module looks up the charset and encoding
-(called a CODESET in the locale jargon) and arrange for the the Encode
-manpage module to know this encoding under the name "locale". It means
+(called a CODESET in the locale jargon) and arrange for the Encode
+module to know this encoding under the name "locale". It means
 bytes obtained from the environment can be converted to Unicode strings by
 calling 'Encode::encode(locale => $bytes)' and converted back again with
 'Encode::decode(locale => $string)'.
 
 Where file systems interfaces pass file names in and out of the program we
 also need care. The trend is for operating systems to use a fixed file
-encoding that don't actually depend on the locale; and this module
-determines the most appropriate encoding for file names. The the Encode
-manpage module will know this encoding under the name "locale_fs". For
+encoding that doesn't actually depend on the locale; and this module
+determines the most appropriate encoding for file names. The Encode
+module will know this encoding under the name "locale_fs". For
 traditional Unix systems this will be an alias to the same encoding as
 "locale".
 
 For programs running in a terminal window (called a "Console" on some
 systems) the "locale" encoding is usually a good choice for what to expect
-as input and output. Some systems allows us to query the encoding set for
+as input and output. Some systems allow us to query the encoding set for
 the terminal and 'Encode::Locale' will do that if available and make these
 encodings known under the 'Encode' aliases "console_in" and "console_out".
 For systems where we can't determine the terminal encoding these will be
@@ -118,13 +118,13 @@
 
 * $ENCODING_LOCALE
 
-  The encoding name determined to be suitable for the current locale. the
-  Encode manpage know this encoding as "locale".
+  The encoding name determined to be suitable for the current locale. The
+  Encode manpage knows this encoding as "locale".
 
 * $ENCODING_LOCALE_FS
 
   The encoding name determined to be suiteable for file system interfaces
-  involving file names. the Encode manpage know this encoding as
+  involving file names. The Encode manpage knows this encoding as
   "locale_fs".
 
 * $ENCODING_CONSOLE_IN
@@ -132,7 +132,7 @@
 * $ENCODING_CONSOLE_OUT
 
   The encodings to be used for reading and writing output to the a console.
-  the Encode manpage know these encodings as "console_in" and
+  The Encode manpage knows these encodings as "console_in" and
   "console_out".
 
 %prep


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to