diff --git a/Convert-UUlib-1.6.tar.gz b/Convert-UUlib-1.6.tar.gz deleted file mode 100644 index 35dfc90..0000000 --- a/Convert-UUlib-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a24bba864708329b5112d538b5f5da10bc140b1642977914da0bb911a658b3 -size 237454 diff --git a/Convert-UUlib-1.62.tar.gz b/Convert-UUlib-1.62.tar.gz new file mode 100644 index 0000000..81ab216 --- /dev/null +++ b/Convert-UUlib-1.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae4f229728d3a9bb9653767bdbaebba37bc90520b159405877009c2593efefd +size 235734 diff --git a/perl-Convert-UUlib.changes b/perl-Convert-UUlib.changes index ef41c96..aef3de2 100644 --- a/perl-Convert-UUlib.changes +++ b/perl-Convert-UUlib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 18 03:07:17 UTC 2020 - + +- updated to 1.62 + see /usr/share/doc/packages/perl-Convert-UUlib/Changes + + 1.62 Mon Feb 17 23:19:42 CET 2020 + - major performance improvement by simplifying code in _FP_gets + to not use fscanf. This might slow things down on platforms + with very slow fgetc. + + 1.61 Sun Feb 9 18:38:29 CET 2020 + - lint uulib: fix some format string type mismatches + and some other minor issues. + ------------------------------------------------------------------- Sat Nov 9 10:53:22 UTC 2019 - diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec index 2286d94..e606f03 100644 --- a/perl-Convert-UUlib.spec +++ b/perl-Convert-UUlib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Convert-UUlib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Convert-UUlib -Version: 1.6 +Version: 1.62 Release: 0 #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later) %define cpan_name Convert-UUlib @@ -44,7 +44,7 @@ this document and especially the non-trivial decoder program at the end. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"