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
This commit is contained in:
Stephan Kulow
2015-04-15 04:31:42 +00:00
committed by Git OBS Bridge
parent fd70fdea48
commit 329a767af2
4 changed files with 33 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55
size 6846

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4
size 8298

View File

@@ -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

View File

@@ -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".