0.54 bump

This commit is contained in:
Petr Písař 2013-04-03 11:07:33 +02:00
parent 1612d94214
commit 00fe8d35e8
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ perl-ldap-0.40.tar.gz
/perl-ldap-0.51.tar.gz /perl-ldap-0.51.tar.gz
/perl-ldap-0.52.tar.gz /perl-ldap-0.52.tar.gz
/perl-ldap-0.53.tar.gz /perl-ldap-0.53.tar.gz
/perl-ldap-0.54.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-LDAP Name: perl-LDAP
Version: 0.53 Version: 0.54
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: LDAP Perl module Summary: LDAP Perl module
@ -8,6 +8,7 @@ License: GPL+ or Artistic
URL: http://search.cpan.org/dist/perl-ldap/ URL: http://search.cpan.org/dist/perl-ldap/
Source0: http://www.cpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(inc::Module::Install) BuildRequires: perl(inc::Module::Install)
# Run-time: # Run-time:
# Not needed for tests perl(Authen::SASL) >= 2.00 # 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(LWP::Protocol)
# Not needed for tests perl(MIME::Base64) # Not needed for tests perl(MIME::Base64)
BuildRequires: perl(Socket) BuildRequires: perl(Socket)
BuildRequires: perl(strict)
# Prefer core Text::Soundex # Prefer core Text::Soundex
# Not needed for tests perl(Text::Soundex) # Not needed for tests perl(Text::Soundex)
BuildRequires: perl(Time::Local)
BuildRequires: perl(XML::SAX::Base) BuildRequires: perl(XML::SAX::Base)
BuildRequires: perl(XML::SAX::Writer) BuildRequires: perl(XML::SAX::Writer)
# Optional: # Optional:
# Not needed for tests perl(IO::Socket::INET6) # Not needed for tests perl(IO::Socket::INET6)
# Tests: # Tests:
BuildRequires: perl(File::Compare)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File) BuildRequires: perl(IO::File)
@ -47,6 +51,7 @@ Requires: perl(JSON)
Requires: perl(MIME::Base64) Requires: perl(MIME::Base64)
# Prefer core Text::Soundex # Prefer core Text::Soundex
Requires: perl(Text::Soundex) Requires: perl(Text::Soundex)
Requires: perl(Time::Local)
Requires: perl(XML::SAX::Writer) Requires: perl(XML::SAX::Writer)
# Remove under-specified dependencies # Remove under-specified dependencies
@ -88,6 +93,9 @@ make test
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %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 * Mon Jan 28 2013 Petr Šabata <contyk@redhat.com> - 1:0.53-1
- 0.53 enhancement update - 0.53 enhancement update

View File

@ -1 +1 @@
3063be5e1597586fd50c10f572e3a853 perl-ldap-0.53.tar.gz 3694703930bb3af0468d3a4f2d5a9376 perl-ldap-0.54.tar.gz