From 329a767af209d13a620bfed6d96022946131993b35b4d00bb2a9fe0813539448 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 04:31:42 +0000 Subject: [PATCH] Accepting request 296390 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296390 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode-Locale?expand=0&rev=9 --- Encode-Locale-1.03.tar.gz | 3 --- Encode-Locale-1.04.tar.gz | 3 +++ perl-Encode-Locale.changes | 25 +++++++++++++++++++++++++ perl-Encode-Locale.spec | 14 +++++--------- 4 files changed, 33 insertions(+), 12 deletions(-) delete mode 100644 Encode-Locale-1.03.tar.gz create mode 100644 Encode-Locale-1.04.tar.gz diff --git a/Encode-Locale-1.03.tar.gz b/Encode-Locale-1.03.tar.gz deleted file mode 100644 index e42a7d0..0000000 --- a/Encode-Locale-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55 -size 6846 diff --git a/Encode-Locale-1.04.tar.gz b/Encode-Locale-1.04.tar.gz new file mode 100644 index 0000000..448055d --- /dev/null +++ b/Encode-Locale-1.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4 +size 8298 diff --git a/perl-Encode-Locale.changes b/perl-Encode-Locale.changes index 6f80a25..8a51751 100644 --- a/perl-Encode-Locale.changes +++ b/perl-Encode-Locale.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Apr 14 19:49:35 UTC 2015 - coolo@suse.com + +- updated to 1.04 + see /usr/share/doc/packages/perl-Encode-Locale/Changes + + ## 2015-01-12 Release 1.04 + + Ed J (5): + + * Actually include all the tests in the MANIFEST + * use Test::More and warnings + * Tidy t/alias.t + * t/arg.t TODO some actual ARGV testing + * Use Win32::GetConsoleCP/GetConsoleOutputCP if available + + Gisle Aas (3): + + * Documentation spell fix + * SEE ALSO Term::Encoding [RT#98138] + + David Steinbrunner (1): + + * typo fix + ------------------------------------------------------------------- Wed Feb 15 12:02:38 UTC 2012 - coolo@suse.com diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec index 7ab6e8d..17dd2bc 100644 --- a/perl-Encode-Locale.spec +++ b/perl-Encode-Locale.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Encode-Locale # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Encode-Locale -Version: 1.03 +Version: 1.04 Release: 0 %define cpan_name Encode-Locale Summary: Determine the locale encoding @@ -29,10 +29,6 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Encode::HanExtra) -#BuildRequires: perl(Encode::Locale) -#BuildRequires: perl(Win32::API) -#BuildRequires: perl(Win32::Console) Recommends: perl(Win32::Console) %{perl_requires} @@ -66,8 +62,8 @@ 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 aliased as the same encoding as "locale". The advice is to use "console_in" -for input known to come from the terminal and "console_out" for output -known to go from the terminal. +for input known to come from the terminal and "console_out" for output to +the terminal. In addition to arranging for various Encode aliases the following functions and variables are provided: @@ -126,7 +122,7 @@ and variables are provided: * $ENCODING_LOCALE_FS - The encoding name determined to be suiteable for file system interfaces + The encoding name determined to be suitable for file system interfaces involving file names. the Encode manpage know this encoding as "locale_fs".