4.006 bump
This commit is contained in:
parent
eb8c2a312e
commit
6870ee4786
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/Sereal-Encoder-3.015.tar.gz
|
||||
/Sereal-Encoder-4.004.tar.gz
|
||||
/Sereal-Encoder-4.005.tar.gz
|
||||
/Sereal-Encoder-4.006.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Sereal-Encoder
|
||||
Version: 4.005
|
||||
Release: 5%{?dist}
|
||||
Version: 4.006
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl serialization into Serial format
|
||||
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
||||
# qsort.h: LGPLv2+ (borrowed from glibc)
|
||||
@ -98,11 +98,11 @@ sed -i -e '/^zstd\//d' MANIFEST
|
||||
%build
|
||||
unset DEBUG SEREAL_USE_BUNDLED_LIBS SEREAL_USE_BUNDLED_CSNAPPY \
|
||||
SEREAL_USE_BUNDLED_MINIZ SEREAL_USE_BUNDLED_ZSTD
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -116,6 +116,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2019 Petr Pisar <ppisar@redhat.com> - 4.006-1
|
||||
- 4.006 bump
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.005-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Sereal-Encoder-4.005.tar.gz) = fa4b3b449ab745bebeee45b3c74fcb68fd18b1b195eba557540ee13dfc5c645b14b57677afa0fa139b4a0918a9bcb46d03e688ef0e3b052881a256e37c7b1f4c
|
||||
SHA512 (Sereal-Encoder-4.006.tar.gz) = b7f0098ec1099670cac1b439797b67ec3ef7c0ddcc2f8fd0a349be5722442417de4879fdbe5d0abc3f7c7df4cd11c0d641da79e7afb56c86667292b95934fa89
|
||||
|
Loading…
Reference in New Issue
Block a user