Accepting request 311946 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/311946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode-Locale?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-06-15 05:38:35 +00:00
committed by Git OBS Bridge
parent 329a767af2
commit 9b204f1346
5 changed files with 43 additions and 6 deletions

View File

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

Binary file not shown.

23
cpanspec.yml Normal file
View 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

View File

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

View File

@@ -17,19 +17,19 @@
Name: perl-Encode-Locale
Version: 1.04
Version: 1.05
Release: 0
%define cpan_name Encode-Locale
Summary: Determine the locale encoding
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Win32::Console)
%{perl_requires}
%description