0.67 bump
This commit is contained in:
parent
7ca25387bd
commit
9dd49aa017
@ -1,6 +1,6 @@
|
|||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.66
|
Version: 0.67
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl YAML Serialization using XS and libyaml
|
Summary: Perl YAML Serialization using XS and libyaml
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -16,7 +16,7 @@ BuildRequires: perl-devel
|
|||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
|
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(B::Deparse)
|
BuildRequires: perl(B::Deparse)
|
||||||
@ -73,12 +73,11 @@ bound to Python and was later bound to Ruby.
|
|||||||
%setup -q -n YAML-LibYAML-%{version}
|
%setup -q -n YAML-LibYAML-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
|
||||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||||
%{_fixperms} -c %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
@ -95,6 +94,9 @@ make test
|
|||||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.67-1
|
||||||
|
- Update to 0.67
|
||||||
|
|
||||||
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 1:0.66-1
|
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 1:0.66-1
|
||||||
- Update to 0.66
|
- Update to 0.66
|
||||||
- Dump() was modifying original data, adding a PV to numbers (GH#32, GH#55)
|
- Dump() was modifying original data, adding a PV to numbers (GH#32, GH#55)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (YAML-LibYAML-0.66.tar.gz) = 327dd49215a6e43f64c2f09a8efd79698f544e9c4ef4a45ae708d5810fbb6019815c27c715cea35158faf32d0c6b55656547ca9a4a232fdb80afb3d2cd9a6967
|
SHA512 (YAML-LibYAML-0.67.tar.gz) = 94b9f40e2c799e8641964c23105e1da0a9b2a963bfea746e5300bb530903c4e262c41a7f56b90092571a8a6cab0eb444c7139bd7b04d638fdc5207862a922bb4
|
||||||
|
Loading…
Reference in New Issue
Block a user