Update to latest upstream version and fix package review issues.

This commit is contained in:
Robin Norwood 2007-10-26 18:18:32 +00:00
parent 33ba1b81d9
commit 629eb3add7
3 changed files with 14 additions and 5 deletions

View File

@ -1 +1 @@
IO-Socket-SSL-1.02.tar.gz IO-Socket-SSL-1.12.tar.gz

View File

@ -4,19 +4,20 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.02 Version: 1.12
Release: 1%{?dist}.1 Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/IO-Socket-SSL/ URL: http://search.cpan.org/dist/IO-Socket-SSL/
Source0: http://www.cpan.org/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Net::SSLeay) BuildRequires: perl(Net::SSLeay)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Simple)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
@ -68,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 1.12-1
- Update to latest upstream version: 1.12
- Fix license tag
- Add BuildRequires for ExtUtils::MakeMaker and Test::Simple
- Fix package review issues:
- Source URL
- Resolves: bz#226264
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1 * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1
- correct license tag - correct license tag
- add BR: perl(ExtUtils::MakeMaker) - add BR: perl(ExtUtils::MakeMaker)

View File

@ -1 +1 @@
54f766398d020cad97bb05765d06b81a IO-Socket-SSL-1.02.tar.gz 0f6e80c15341094df16828a25dbaeeaa IO-Socket-SSL-1.12.tar.gz