From 4bac489eec552279b0bcf449948ddba6445c77936a165f0258b9b64c8e0698ee Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 3 Mar 2020 09:25:13 +0000 Subject: [PATCH] Accepting request 780957 from devel:languages:perl:autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated to 1.7 see /usr/share/doc/packages/perl-Convert-UUlib/Changes 1.7 - new function: GetFileList. - experimental perlmulticore support (see manpage). - Initialize is now a NOP and CleanUp automatically initializes again. - updated example decoder and documentation a bit. - include ecb.h to deal with compiler builtins and endianness. - some further µ-optimisations in hot code, especially for yEnc. - replace crc32 function by slice-by-16 version by Stephan Brumme, which should speed up yEnc en-/decoding. - yEnc: do not calculate two crcs per part, instead, combine the part crcs together to form the file crc. - yEnc: allow pcrc= in addition to pcrc32= for yenc trailers, as some draft mentions both and it is actually in active use. - yEnc: ignore crc32= on multiparts, except on the last part, which avoids spurious corruption warnings. - be more precise in documenting code licenses in COPYING. - convert constant creation to the method I normally use. - use common::sense. OBS-URL: https://build.opensuse.org/request/show/780957 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=34 --- Convert-UUlib-1.62.tar.gz | 3 --- Convert-UUlib-1.7.tar.gz | 3 +++ perl-Convert-UUlib.changes | 25 +++++++++++++++++++++++++ perl-Convert-UUlib.spec | 4 +++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Convert-UUlib-1.62.tar.gz create mode 100644 Convert-UUlib-1.7.tar.gz diff --git a/Convert-UUlib-1.62.tar.gz b/Convert-UUlib-1.62.tar.gz deleted file mode 100644 index 81ab216..0000000 --- a/Convert-UUlib-1.62.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ae4f229728d3a9bb9653767bdbaebba37bc90520b159405877009c2593efefd -size 235734 diff --git a/Convert-UUlib-1.7.tar.gz b/Convert-UUlib-1.7.tar.gz new file mode 100644 index 0000000..fc6bd26 --- /dev/null +++ b/Convert-UUlib-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cb2d120257d9a3bb8275ef12b5a3ddeb9dee10580dd2fb0b6486bb5e5fc97f +size 279670 diff --git a/perl-Convert-UUlib.changes b/perl-Convert-UUlib.changes index aef3de2..2c5e730 100644 --- a/perl-Convert-UUlib.changes +++ b/perl-Convert-UUlib.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Mar 1 03:09:16 UTC 2020 - + +- updated to 1.7 + see /usr/share/doc/packages/perl-Convert-UUlib/Changes + + 1.7 Sat Feb 29 22:07:54 CET 2020 + - new function: GetFileList. + - experimental perlmulticore support (see manpage). + - Initialize is now a NOP and CleanUp automatically initializes again. + - updated example decoder and documentation a bit. + - include ecb.h to deal with compiler builtins and endianness. + - some further µ-optimisations in hot code, especially for yEnc. + - replace crc32 function by slice-by-16 version by Stephan Brumme, + which should speed up yEnc en-/decoding. + - yEnc: do not calculate two crcs per part, instead, combine + the part crcs together to form the file crc. + - yEnc: allow pcrc= in addition to pcrc32= for yenc trailers, as + some draft mentions both and it is actually in active use. + - yEnc: ignore crc32= on multiparts, except on the last part, + which avoids spurious corruption warnings. + - be more precise in documenting code licenses in COPYING. + - convert constant creation to the method I normally use. + - use common::sense. + ------------------------------------------------------------------- Tue Feb 18 03:07:17 UTC 2020 - diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec index e606f03..8365a41 100644 --- a/perl-Convert-UUlib.spec +++ b/perl-Convert-UUlib.spec @@ -17,7 +17,7 @@ Name: perl-Convert-UUlib -Version: 1.62 +Version: 1.7 Release: 0 #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later) %define cpan_name Convert-UUlib @@ -31,6 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Canary::Stability) +BuildRequires: perl(common::sense) >= 3.74 +Requires: perl(common::sense) >= 3.74 %{perl_requires} # MANUAL BEGIN Provides: p_conulb