[perl-LDAP] 0.54 bump

Petr Pisar ppisar at fedoraproject.org
Wed Apr 3 09:08:02 UTC 2013


commit 00fe8d35e897b5beca6e2162e6ee88972df2539c
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Apr 3 11:07:33 2013 +0200

    0.54 bump

 .gitignore     |    1 +
 perl-LDAP.spec |   10 +++++++++-
 sources        |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71f4dd7..57b24be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-LDAP.spec b/perl-LDAP.spec
index 4f7bf9c..498881a 100644
--- a/perl-LDAP.spec
+++ b/perl-LDAP.spec
@@ -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 at redhat.com> - 1:0.54-1
+- 0.54 bump
+
 * Mon Jan 28 2013 Petr Šabata <contyk at redhat.com> - 1:0.53-1
 - 0.53 enhancement update
 
diff --git a/sources b/sources
index 449cdb0..d232396 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3063be5e1597586fd50c10f572e3a853  perl-ldap-0.53.tar.gz
+3694703930bb3af0468d3a4f2d5a9376  perl-ldap-0.54.tar.gz


More information about the scm-commits mailing list