Update to 0.78
- New upstream release 0.78 - Fix double free/core dump when Dump()ing binary data (GH#91) - Update config.h from libyaml - Modernize spec using %{make_build} and %{make_install}
This commit is contained in:
parent
7fa99ee8e6
commit
f1f36f7b33
@ -7,7 +7,7 @@
|
||||
|
||||
Name: perl-YAML-LibYAML
|
||||
Epoch: 1
|
||||
Version: 0.77
|
||||
Version: 0.78
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL+ or Artistic
|
||||
@ -82,11 +82,11 @@ bound to Python and was later bound to Ruby.
|
||||
%setup -q -n YAML-LibYAML-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
@ -103,6 +103,12 @@ make test
|
||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||
|
||||
%changelog
|
||||
* Sun May 19 2019 Paul Howarth <paul@city-fan.org> - 1:0.78-1
|
||||
- Update to 0.78
|
||||
- Fix double free/core dump when Dump()ing binary data (GH#91)
|
||||
- Update config.h from libyaml
|
||||
- Modernize spec using %%{make_build} and %%{make_install}
|
||||
|
||||
* Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.77-1
|
||||
- Update to 0.77
|
||||
- Update libyaml to version 0.2.2 - Most important change for users is that
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-LibYAML-0.77.tar.gz) = 20d35718ebd318c2e7cfd618274dafb9c4489596e6ee77ca957f58d4971b7c712cbbf71517c9b29f316d0059b1b9f375aab57facc895c61c200cc0e40589de33
|
||||
SHA512 (YAML-LibYAML-0.78.tar.gz) = ad4f88070948cb32a942af0d1410bf5c17691dd7b023c8ab05e9140f1a4396ce156ea533b84cfb75b1051fb10a8b7bc2ad7f518700b9f02c2de8cc04d0c20ccd
|
||||
|
Loading…
Reference in New Issue
Block a user