|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Sereal-Encoder
|
|
|
|
Name: perl-Sereal-Encoder
|
|
|
|
Version: 3.007
|
|
|
|
Version: 3.008
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl serialization into Serial format
|
|
|
|
Summary: Perl serialization into Serial format
|
|
|
|
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
|
|
|
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
|
|
@ -11,8 +11,6 @@ License: (GPL+ or Artistic) and LGPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Sereal-Encoder/
|
|
|
|
URL: http://search.cpan.org/dist/Sereal-Encoder/
|
|
|
|
Source0: http://www.cpan.org/authors/id/Y/YV/YVES/Sereal-Encoder-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/Y/YV/YVES/Sereal-Encoder-%{version}.tar.gz
|
|
|
|
# Fix a semantic bug, <https://github.com/Sereal/Sereal/issues/116>
|
|
|
|
|
|
|
|
Patch0: Sereal-3.007-Add-missing-parentheses-to-SRL_ENC_HAVE_OPTION-argum.patch
|
|
|
|
|
|
|
|
BuildRequires: csnappy-devel
|
|
|
|
BuildRequires: csnappy-devel
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: miniz-devel
|
|
|
|
BuildRequires: miniz-devel
|
|
|
@ -66,7 +64,6 @@ serializer using a binary protocol called Sereal.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Sereal-Encoder-%{version}
|
|
|
|
%setup -q -n Sereal-Encoder-%{version}
|
|
|
|
%patch0 -p3
|
|
|
|
|
|
|
|
# Remove bundled Perl modules
|
|
|
|
# Remove bundled Perl modules
|
|
|
|
rm -r ./inc/Devel
|
|
|
|
rm -r ./inc/Devel
|
|
|
|
sed -i -s '/^inc\/Devel/d' MANIFEST
|
|
|
|
sed -i -s '/^inc\/Devel/d' MANIFEST
|
|
|
@ -97,6 +94,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 30 2015 Petr Pisar <ppisar@redhat.com> - 3.008-1
|
|
|
|
|
|
|
|
- 3.008 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 27 2015 Petr Pisar <ppisar@redhat.com> - 3.007-1
|
|
|
|
* Fri Nov 27 2015 Petr Pisar <ppisar@redhat.com> - 3.007-1
|
|
|
|
- 3.007 bump
|
|
|
|
- 3.007 bump
|
|
|
|
- License changed to ((GPL+ or Artistic) and LGPLv2+)
|
|
|
|
- License changed to ((GPL+ or Artistic) and LGPLv2+)
|
|
|
|