1
0

Accepting request 306818 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/306818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2015-05-13 14:56:37 +00:00 committed by Git OBS Bridge
parent 4acc180407
commit bf339c675d
5 changed files with 51 additions and 6 deletions

View File

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

3
YAML-Tiny-1.67.tar.gz Normal file
View File

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

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,21 @@
-------------------------------------------------------------------
Wed May 13 13:07:52 UTC 2015 - coolo@suse.com
- updated to 1.67
see /usr/share/doc/packages/perl-YAML-Tiny/Changes
1.67 2015-05-12 00:10:24Z
[FIXED]
- instead of erroring on duplicate keys found in a hash (introduced in
version 1.63), now we only warn. This fixes an issue in Strawberry Perl
(via CPAN::Meta::YAML) when parsing a configuration file.
[CHANGED]
- Updated File::Temp test prereq to 0.19 for 'newdir'
-------------------------------------------------------------------
Tue Apr 14 17:39:05 UTC 2015 - coolo@suse.com

View File

@ -17,18 +17,22 @@
Name: perl-YAML-Tiny
Version: 1.66
Version: 1.67
Release: 0
%define cpan_name YAML-Tiny
Summary: Read/Write YAML files with as little code as possible
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/YAML-Tiny/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Test::More) >= 0.99
%{perl_requires}
%description