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:
parent
4acc180407
commit
bf339c675d
@ -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
3
YAML-Tiny-1.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f54e6e5ae08f0765801e3c3edc44d29a21e54c1789d12b44250cda19aba8d4b
|
||||
size 70902
|
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,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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user