Compare commits

..

No commits in common. 'epel9' and 'i9' have entirely different histories.
epel9 ... i9

23
.gitignore vendored

@ -1,22 +1 @@
/Sereal-Decoder-3.002.tar.gz SOURCES/Sereal-Decoder-5.003.tar.gz
/Sereal-Decoder-3.003.tar.gz
/Sereal-Decoder-3.004.tar.gz
/Sereal-Decoder-3.005.tar.gz
/Sereal-Decoder-3.006.tar.gz
/Sereal-Decoder-3.007.tar.gz
/Sereal-Decoder-3.008.tar.gz
/Sereal-Decoder-3.009.tar.gz
/Sereal-Decoder-3.014.tar.gz
/Sereal-Decoder-3.015.tar.gz
/Sereal-Decoder-4.004.tar.gz
/Sereal-Decoder-4.005.tar.gz
/Sereal-Decoder-4.006.tar.gz
/Sereal-Decoder-4.007.tar.gz
/Sereal-Decoder-4.008.tar.gz
/Sereal-Decoder-4.009.tar.gz
/Sereal-Decoder-4.011.tar.gz
/Sereal-Decoder-4.012.tar.gz
/Sereal-Decoder-4.014.tar.gz
/Sereal-Decoder-4.015.tar.gz
/Sereal-Decoder-4.017.tar.gz
/Sereal-Decoder-4.018.tar.gz

@ -0,0 +1 @@
d5d10a54d1c22a1b2f4570794ecf66f7b513e822 SOURCES/Sereal-Decoder-5.003.tar.gz

@ -2,7 +2,7 @@
%bcond_without perl_Sereal_Decoder_enables_optional_test %bcond_without perl_Sereal_Decoder_enables_optional_test
Name: perl-Sereal-Decoder Name: perl-Sereal-Decoder
Version: 4.018 Version: 5.003
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl deserialization for Sereal format Summary: Perl deserialization for Sereal format
# lib/Sereal/Decoder.pm: GPL+ or Artistic # lib/Sereal/Decoder.pm: GPL+ or Artistic
@ -10,9 +10,10 @@ Summary: Perl deserialization for Sereal format
# miniz.c: MIT and Unlicense # miniz.c: MIT and Unlicense
# snappy: BSD # snappy: BSD
# zstd/decompress/zstd_decompress.c: GPLv2 or BSD # zstd/decompress/zstd_decompress.c: GPLv2 or BSD
License: GPL+ or Artistic License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Sereal-Decoder URL: https://metacpan.org/release/Sereal-Decoder
Source0: https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-%{version}.tar.gz
# Build
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: csnappy-devel BuildRequires: csnappy-devel
BuildRequires: findutils BuildRequires: findutils
@ -25,7 +26,7 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(Devel::CheckLib) BuildRequires: perl(Devel::CheckLib) >= 1.16
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.0 BuildRequires: perl(ExtUtils::MakeMaker) >= 7.0
# File::Find not used # File::Find not used
# File::Path not used in inc/Sereal/BuildTools.pm # File::Path not used in inc/Sereal/BuildTools.pm
@ -58,6 +59,7 @@ BuildRequires: perl(threads)
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
%if %{with perl_Sereal_Decoder_enables_optional_test} %if %{with perl_Sereal_Decoder_enables_optional_test}
# Optional tests: # Optional tests:
BuildRequires: perl(Hash::Util)
BuildRequires: perl(Test::MemoryGrowth) BuildRequires: perl(Test::MemoryGrowth)
%if !%{defined perl_bootstrap} %if !%{defined perl_bootstrap}
# Some tests require Sereal::Encoder 3.005003, but most of them do not require # Some tests require Sereal::Encoder 3.005003, but most of them do not require
@ -68,7 +70,6 @@ BuildRequires: perl(Tie::Hash)
BuildRequires: perl(Tie::Scalar) BuildRequires: perl(Tie::Scalar)
%endif %endif
%endif %endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description %description
This library implements a deserializer for an efficient, compact-output, This library implements a deserializer for an efficient, compact-output,
@ -92,24 +93,120 @@ perl -i -ne 'print $_ unless m{^zstd/}' MANIFEST
%build %build
unset DEBUG SEREAL_USE_BUNDLED_LIBS SEREAL_USE_BUNDLED_CSNAPPY \ unset DEBUG SEREAL_USE_BUNDLED_LIBS SEREAL_USE_BUNDLED_CSNAPPY \
SEREAL_USE_BUNDLED_MINIZ SEREAL_USE_BUNDLED_ZSTD SEREAL_USE_BUNDLED_MINIZ SEREAL_USE_BUNDLED_ZSTD
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="%{optflags}"
%{make_build} %{make_build}
%install %install
%{make_install} %{make_install}
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} -c %{buildroot}
%check %check
make test make test
%files %files
%doc Changes %doc Changes
%{perl_vendorarch}/auto/* %{perl_vendorarch}/auto/Sereal/
%{perl_vendorarch}/Sereal* %{perl_vendorarch}/Sereal/
%{_mandir}/man3/* %{_mandir}/man3/Sereal::Decoder.3*
%{_mandir}/man3/Sereal::Performance.3*
%changelog %changelog
* Tue Sep 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.003-1
- Rebuilt for MSVSphere 9.2
* Wed Feb 8 2023 Paul Howarth <paul@city-fan.org> - 5.003-1
- Update to 5.003 (rhbz#2168015)
- Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
(note: in this package we use the system versions of these)
- Assorted build fixes related to these updates
- OpenBSD build fixes
* Wed Feb 1 2023 Paul Howarth <paul@city-fan.org> - 5.002-1
- Update to 5.002 (rhbz#2166280)
- Test compatibility fixes with version 3 and earlier
- Test compatibility fixes when no perl is already installed
- Add t/195_backcompat.t to check if the latest decoder will seamlessly
handle reading output from older versions
- Ensure that Encoder depends on the correct version of the Decoder
- Fix up Decoder tests to run on perl 5.8, which has no defined-or
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.001-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 5.001-3
- Finish bootstrapping against miniz-3.0.0 (bug #2137798)
* Tue Nov 01 2022 Petr Pisar <ppisar@redhat.com> - 5.001-2
- Rebuild against miniz-3.0.0 (bug #2137798)
* Sun Sep 4 2022 Paul Howarth <paul@city-fan.org> - 5.001-1
- Update to 5.001
- First official release of protocol 5
- Better support for non-standard NV types
- Support for the new Perl 5.36 bools
- Use SPDX-format license tag
* Thu Jul 28 2022 Paul Howarth <paul@city-fan.org> - 4.025-1
- Update to 4.025
- Changes to the FREEZE/THAW mechanism
- Remove the part that says that FREEZE cannot return a list; it can, and
we have supported it for a very long time, although I have not checked
how far back this support goes
- If you use the FREEZE/THAW API's you should upgrade to this version
- Test fixes for t/020_sort_keys.t hanging on some perls that do not come
bundled with Hash::Util
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.023-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.023-3
- Perl 5.36 re-rebuild of bootstrapped packages
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.023-2
- Perl 5.36 rebuild
* Sun Feb 20 2022 Paul Howarth <paul@city-fan.org> - 4.023-1
- Update to 4.023
- Make it possible to upgrade with passing tests when using
Sereal::Decoder 4.015-4.019 on threaded debugging perls
* Sat Feb 19 2022 Paul Howarth <paul@city-fan.org> - 4.022-1
- Update to 4.022
- Better logic to make it possible to upgrade with passing tests when using
Sereal::Decoder 4.019 on threaded debugging perls
* Fri Feb 18 2022 Paul Howarth <paul@city-fan.org> - 4.021-1
- Update to 4.021
- Make it possible to upgrade with passing tests when using
Sereal::Decoder 4.019 on threaded debugging perls
* Thu Feb 17 2022 Paul Howarth <paul@city-fan.org> - 4.020-1
- Update to 4.020
- Fix "panic: free from wrong pool" errors on threaded builds
* Mon Feb 7 2022 Paul Howarth <paul@city-fan.org> - 4.019-1
- Update to 4.019
- Fix build issue with latest perl
- Update bundled zstd to 1.5.1 (note: this package uses system zstd)
- Fix permissions verbosely
- Make %%files list more explicit
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.018-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.018-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.018-4
- Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.018-3
- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.018-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Aug 04 2020 Petr Pisar <ppisar@redhat.com> - 4.018-1 * Tue Aug 04 2020 Petr Pisar <ppisar@redhat.com> - 4.018-1
- 4.018 bump - 4.018 bump

@ -1,2 +0,0 @@
from Config import *
addFilter("spelling-error .* (deserialization|deserializer)");

@ -1 +0,0 @@
SHA512 (Sereal-Decoder-4.018.tar.gz) = 18e4d54c1930187fbcfc39a39ef8512c1450ac3e5d22bee419e8333cbda1e08bcb1355bc2abfc388f9d45dfae3b8bcc101a19646b7caa670359bae98fccf87a3
Loading…
Cancel
Save