diff --git a/ChangeLog b/ChangeLog index fed54d4..9aac442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,22 @@ CHANGES ------- + 2.100 7 January 2021 + + * Expose liblzma's 'preset_dict' feature + https://github.com/pmqs/Compress-Raw-Lzma/pull/6 + 4d9d4e596c4f567c87626a827e39c4435e62472d fix typo + dc394d53b0575edf8f72e28829a2ff9faea7e729 Add t/10preset_dict.t + c5afb68e2a3a4b2fc4e548ffa61d2a3a383b5c96 Add cast to deRef + 32f9085aba510c4d99d4a374406e734b13b82eef fix minor typos + 55b8d6a6f65a1d6426c55f5b51aefdba6dabfbb3 fix merge issue + 9eb88de7abaaefe736d475260c73de525e7ae39f Merge branch 'master' of https://github.com/pmqs/Compress-Raw-Lzma + 3432a769b283ac5dc9fd757e973cc8aefc1e2345 Merge pull request #6 from anall/wip/preset_dictionary + 68fe695c16b14a983f39c8c8567557148bbc43ca Expose the preset_dict feature from liblzma when creating a Lzma filter + + * trim whitespace + 4ca252f1e1d740489dbd3736ab1f74e1492dff6d + 2.096 31 July 2020 * No changes diff --git a/Makefile b/Makefile index 4c13187..4ae6fa0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := perl-Compress-Raw-Lzma -URL = https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz +URL = https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.100.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index 8351376..b842f83 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,2 +1,2 @@ -2.096 +2.100 xz-dev \ No newline at end of file diff --git a/options.conf b/options.conf index eeec2cd..dae2ceb 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = perl-Compress-Raw-Lzma -url = https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz +url = https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.100.tar.gz archives = giturl = domain = diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index 739061a..c63a4bf 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : perl-Compress-Raw-Lzma -Version : 2.096 -Release : 30 -URL : https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz -Source0 : https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.096.tar.gz +Version : 2.100 +Release : 31 +URL : https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.100.tar.gz +Source0 : https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.100.tar.gz Summary : 'Low-Level Interface to lzma compression library' Group : Development/Tools License : Artistic-1.0-Perl @@ -16,8 +16,8 @@ BuildRequires : xz-dev %description Compress-Raw-Lzma -Version 2.096 -31 July 2020 +Version 2.100 +7 January 2021 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -41,8 +41,8 @@ perl components for the perl-Compress-Raw-Lzma package. %prep -%setup -q -n Compress-Raw-Lzma-2.096 -cd %{_builddir}/Compress-Raw-Lzma-2.096 +%setup -q -n Compress-Raw-Lzma-2.100 +cd %{_builddir}/Compress-Raw-Lzma-2.100 %build export http_proxy=http://127.0.0.1:9/ diff --git a/release b/release index 64bb6b7..e85087a 100644 --- a/release +++ b/release @@ -1 +1 @@ -30 +31 diff --git a/testresults b/testresults index b8d84a3..eff0ff1 100644 --- a/testresults +++ b/testresults @@ -1,5 +1,5 @@ -Total : 4387 -Pass : 4387 +Total : 4402 +Pass : 4402 Fail : 0 Skip : 0 XFail : 0 diff --git a/upstream b/upstream index deb30bc..6f69acb 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -659349efcdda5c4bd2234dcb37c0a6b3f698f7b5/Compress-Raw-Lzma-2.096.tar.gz +c7c633b57130edc1e86c1becfc71f09dcfbd12f5/Compress-Raw-Lzma-2.100.tar.gz diff --git a/versions b/versions index 25ae931..07ca004 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2.096 +2.100