8
0

Accepting request 775107 from devel:languages:perl:autoupdate

- updated to 1.62
   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
  1.62 
  	- 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 
  	- lint uulib: fix some format string type mismatches
            and some other minor issues.

OBS-URL: https://build.opensuse.org/request/show/775107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=32
This commit is contained in:
Lars Vogdt
2020-02-18 10:58:37 +00:00
committed by Git OBS Bridge
parent 564c14f068
commit fe35340541
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 18 03:07:17 UTC 2020 - <timueller+perl@suse.de>
- 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 - <tina.mueller@suse.com>