Skip to content

Commit

Permalink
perl-Compress-Raw-Lzma: Autospec creation for update from version 2.0…
Browse files Browse the repository at this point in the history
…96 to version 2.100

  2.100 7 January 2021

      * Expose liblzma's 'preset_dict' feature
        pmqs/Compress-Raw-Lzma#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:/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
  • Loading branch information
bwarden committed Jan 7, 2021
1 parent 1794e2d commit f81bdc3
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 16 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGES
-------

2.100 7 January 2021

* Expose liblzma's 'preset_dict' feature
https:/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:/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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.096
2.100
xz-dev
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
16 changes: 8 additions & 8 deletions perl-Compress-Raw-Lzma.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30
31
4 changes: 2 additions & 2 deletions testresults
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Total : 4387
Pass : 4387
Total : 4402
Pass : 4402
Fail : 0
Skip : 0
XFail : 0
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
659349efcdda5c4bd2234dcb37c0a6b3f698f7b5/Compress-Raw-Lzma-2.096.tar.gz
c7c633b57130edc1e86c1becfc71f09dcfbd12f5/Compress-Raw-Lzma-2.100.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.096
2.100

0 comments on commit f81bdc3

Please sign in to comment.