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:
committed by
Git OBS Bridge
parent
fd70fdea48
commit
329a767af2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55
|
|
||||||
size 6846
|
|
3
Encode-Locale-1.04.tar.gz
Normal file
3
Encode-Locale-1.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4
|
||||||
|
size 8298
|
@@ -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
|
Wed Feb 15 12:02:38 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Encode-Locale
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Encode-Locale
|
Name: perl-Encode-Locale
|
||||||
Version: 1.03
|
Version: 1.04
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Encode-Locale
|
%define cpan_name Encode-Locale
|
||||||
Summary: Determine the locale encoding
|
Summary: Determine the locale encoding
|
||||||
@@ -29,10 +29,6 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Encode::HanExtra)
|
|
||||||
#BuildRequires: perl(Encode::Locale)
|
|
||||||
#BuildRequires: perl(Win32::API)
|
|
||||||
#BuildRequires: perl(Win32::Console)
|
|
||||||
Recommends: perl(Win32::Console)
|
Recommends: perl(Win32::Console)
|
||||||
%{perl_requires}
|
%{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".
|
encodings known under the 'Encode' aliases "console_in" and "console_out".
|
||||||
For systems where we can't determine the terminal encoding these will be
|
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"
|
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
|
for input known to come from the terminal and "console_out" for output to
|
||||||
known to go from the terminal.
|
the terminal.
|
||||||
|
|
||||||
In addition to arranging for various Encode aliases the following functions
|
In addition to arranging for various Encode aliases the following functions
|
||||||
and variables are provided:
|
and variables are provided:
|
||||||
@@ -126,7 +122,7 @@ and variables are provided:
|
|||||||
|
|
||||||
* $ENCODING_LOCALE_FS
|
* $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
|
involving file names. the Encode manpage know this encoding as
|
||||||
"locale_fs".
|
"locale_fs".
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user