forked from pool/perl-Convert-UUlib
- update to 1.4
- avoid a classical buffer overflow in case a progress message is too long. - this release adds depdencies for snprintf/vsnprintf. - some uuencode encoders do not generate a final "space" line before the "end" marker, so do not rely on the line to be there. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
64aa5c6ae0
commit
fe0f9b425e
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Convert-UUlib (Version 1.33)
|
||||
# spec file for package perl-Convert-UUlib (Version 1.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -19,14 +19,15 @@
|
||||
|
||||
|
||||
Name: perl-Convert-UUlib
|
||||
License: Artistic ; GPLv2+
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Provides: p_conulb
|
||||
Obsoletes: p_conulb
|
||||
AutoReqProv: on
|
||||
Summary: Perl interface to the uulib library
|
||||
Version: 1.34
|
||||
Release: 7
|
||||
Version: 1.4
|
||||
Release: 1
|
||||
Url: http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm
|
||||
Source: Convert-UUlib-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
@@ -34,7 +35,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
||||
%description
|
||||
Perl interface to the uulib library
|
||||
A Perl interface to the uulib library
|
||||
|
||||
%prep
|
||||
%setup -n Convert-UUlib-%{version} -q
|
||||
|
Reference in New Issue
Block a user