1.20 bump
Could fix test in perl 5.16.0.
This commit is contained in:
parent
803c6e625a
commit
0b76059654
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
YAML-Syck-1.07.tar.gz
|
YAML-Syck-1.07.tar.gz
|
||||||
/YAML-Syck-1.17.tar.gz
|
/YAML-Syck-1.17.tar.gz
|
||||||
|
/YAML-Syck-1.20.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: perl-YAML-Syck
|
Name: perl-YAML-Syck
|
||||||
Version: 1.17
|
Version: 1.20
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast, lightweight YAML loader and dumper
|
Summary: Fast, lightweight YAML loader and dumper
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/YAML-Syck/
|
URL: http://search.cpan.org/dist/YAML-Syck/
|
||||||
Source0: http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
# Keep bundled inc::Module::Install to break cycle perl-Modules-Install
|
# Keep bundled inc::Module::Install to break cycle perl-Modules-Install
|
||||||
# → perl-YAML-Tiny → perl-YAML-Syck.
|
# → perl-YAML-Tiny → perl-YAML-Syck.
|
||||||
@ -17,7 +17,6 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|||||||
# Run-time
|
# Run-time
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
# Tests
|
# Tests
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
@ -71,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.20-1
|
||||||
|
- 1.20 bump
|
||||||
|
|
||||||
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.17-5
|
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.17-5
|
||||||
- Perl 5.16 rebuild
|
- Perl 5.16 rebuild
|
||||||
- Specify all dependencies
|
- Specify all dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user