Accepting request 312026 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/312026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Encode-Locale?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4
|
|
||||||
size 8298
|
|
BIN
Encode-Locale-1.05.tar.gz
(Stored with Git LFS)
Normal file
BIN
Encode-Locale-1.05.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 14 08:07:47 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.05
|
||||||
|
see /usr/share/doc/packages/perl-Encode-Locale/Changes
|
||||||
|
|
||||||
|
## 2015-06-09 Release 1.05
|
||||||
|
|
||||||
|
Mats Peterson (1):
|
||||||
|
Use GetACP() to get the ANSI code page like before
|
||||||
|
|
||||||
|
Thomas Sibley (1):
|
||||||
|
Conditionalize the Win32::Console recommendation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 19:49:35 UTC 2015 - coolo@suse.com
|
Tue Apr 14 19:49:35 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Encode-Locale
|
Name: perl-Encode-Locale
|
||||||
Version: 1.04
|
Version: 1.05
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Encode-Locale
|
%define cpan_name Encode-Locale
|
||||||
Summary: Determine the locale encoding
|
Summary: Determine the locale encoding
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Encode-Locale/
|
Url: http://search.cpan.org/dist/Encode-Locale/
|
||||||
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Recommends: perl(Win32::Console)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user