0.54 bump
This commit is contained in:
parent
1612d94214
commit
00fe8d35e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ perl-ldap-0.40.tar.gz
|
||||
/perl-ldap-0.51.tar.gz
|
||||
/perl-ldap-0.52.tar.gz
|
||||
/perl-ldap-0.53.tar.gz
|
||||
/perl-ldap-0.54.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-LDAP
|
||||
Version: 0.53
|
||||
Version: 0.54
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: LDAP Perl module
|
||||
@ -8,6 +8,7 @@ License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/perl-ldap/
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(inc::Module::Install)
|
||||
# Run-time:
|
||||
# Not needed for tests perl(Authen::SASL) >= 2.00
|
||||
@ -28,13 +29,16 @@ BuildRequires: perl(IO::Socket)
|
||||
# Not needed for tests perl(LWP::Protocol)
|
||||
# Not needed for tests perl(MIME::Base64)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(strict)
|
||||
# Prefer core Text::Soundex
|
||||
# Not needed for tests perl(Text::Soundex)
|
||||
BuildRequires: perl(Time::Local)
|
||||
BuildRequires: perl(XML::SAX::Base)
|
||||
BuildRequires: perl(XML::SAX::Writer)
|
||||
# Optional:
|
||||
# Not needed for tests perl(IO::Socket::INET6)
|
||||
# Tests:
|
||||
BuildRequires: perl(File::Compare)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::File)
|
||||
@ -47,6 +51,7 @@ Requires: perl(JSON)
|
||||
Requires: perl(MIME::Base64)
|
||||
# Prefer core Text::Soundex
|
||||
Requires: perl(Text::Soundex)
|
||||
Requires: perl(Time::Local)
|
||||
Requires: perl(XML::SAX::Writer)
|
||||
|
||||
# Remove under-specified dependencies
|
||||
@ -88,6 +93,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 03 2013 Petr Pisar <ppisar@redhat.com> - 1:0.54-1
|
||||
- 0.54 bump
|
||||
|
||||
* Mon Jan 28 2013 Petr Šabata <contyk@redhat.com> - 1:0.53-1
|
||||
- 0.53 enhancement update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user