diff --git a/.gitignore b/.gitignore index 34e8017..1e87f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ POE-Component-IRC-6.14.tar.gz /POE-Component-IRC-6.52.tar.gz /POE-Component-IRC-6.70.tar.gz /POE-Component-IRC-6.71.tar.gz +/POE-Component-IRC-6.74.tar.gz diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index cc77c92..b84f686 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -11,7 +11,7 @@ Name: perl-POE-Component-IRC Summary: A POE component for building IRC clients -Version: 6.71 +Version: 6.74 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -26,6 +26,7 @@ BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(IO::Handle) +BuildRequires: perl(IRC::Utils) >= 0.11 BuildRequires: perl(Object::Pluggable) BuildRequires: perl(POE) >= 1.287 BuildRequires: perl(POE::Component::Syndicator) @@ -92,6 +93,9 @@ find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';' %{_mandir}/man3/*.3* %changelog +* Mon Oct 10 2011 Petr Sabata - 6.74-1 +- 6.74 bump + * Mon Sep 19 2011 Petr Sabata - 6.71-1 - 6.71 bump diff --git a/sources b/sources index be86b17..a5709d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8000f61a5de62e7dcf8557c3880c24e8 POE-Component-IRC-6.71.tar.gz +d9d0bc02adfc87eae477e122213e4b12 POE-Component-IRC-6.74.tar.gz