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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5a24bba864708329b5112d538b5f5da10bc140b1642977914da0bb911a658b3
size 237454

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ae4f229728d3a9bb9653767bdbaebba37bc90520b159405877009c2593efefd
size 235734

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> Sat Nov 9 10:53:22 UTC 2019 - <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Convert-UUlib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Convert-UUlib Name: perl-Convert-UUlib
Version: 1.6 Version: 1.62
Release: 0 Release: 0
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later) #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
%define cpan_name Convert-UUlib %define cpan_name Convert-UUlib
@@ -44,7 +44,7 @@ this document and especially the non-trivial decoder program at the end.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"