8
0

- 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:
Vítězslav Čížek
2011-05-30 08:04:45 +00:00
committed by Git OBS Bridge
parent 64aa5c6ae0
commit fe0f9b425e
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d98df677604572d522bfde4b149929952d9b0b7f6ac6c25f7e835af04bf0feb
size 218659

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:714515c7082fb2be6a0fb2a64decf53e6ac5c2c7eceb02dad8730315beaa9c1c
size 218787

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 30 07:43:35 UTC 2011 - vcizek@novell.com
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 16 13:48:36 CET 2010 - anicka@suse.cz Thu Dec 16 13:48:36 CET 2010 - anicka@suse.cz

View File

@@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -19,14 +19,15 @@
Name: perl-Convert-UUlib Name: perl-Convert-UUlib
License: Artistic ; GPLv2+ License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Provides: p_conulb Provides: p_conulb
Obsoletes: p_conulb Obsoletes: p_conulb
AutoReqProv: on AutoReqProv: on
Summary: Perl interface to the uulib library Summary: Perl interface to the uulib library
Version: 1.34 Version: 1.4
Release: 7 Release: 1
Url: http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm
Source: Convert-UUlib-%{version}.tar.bz2 Source: Convert-UUlib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
@@ -34,7 +35,7 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%description %description
Perl interface to the uulib library A Perl interface to the uulib library
%prep %prep
%setup -n Convert-UUlib-%{version} -q %setup -n Convert-UUlib-%{version} -q