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,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}"