[perl-POE] 1.350 bump

Petr Šabata psabata at fedoraproject.org
Wed Dec 21 14:57:04 UTC 2011


commit 54b01047adc7541721a1842be02f56a79c9d8972
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Dec 21 15:54:12 2011 +0100

    1.350 bump

 .gitignore    |    1 +
 perl-POE.spec |   24 ++++++------------------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfb5793..489e8cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-1.289.tar.gz
 /POE-1.312.tar.gz
+/POE-1.350.tar.gz
diff --git a/perl-POE.spec b/perl-POE.spec
index 82e4718..878c1d0 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,5 +1,5 @@
 Name:      perl-POE
-Version:   1.312
+Version:   1.350
 Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
@@ -7,7 +7,6 @@ Group:     Development/Libraries
 License:   GPL+ or Artistic
 URL:       http://search.cpan.org/dist/POE/
 Source0:   http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -28,7 +27,7 @@ BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
-BuildRequires:  perl(POE::Test::Loops) >= 1.311
+BuildRequires:  perl(POE::Test::Loops) >= 1.350
 BuildRequires:  perl(Socket) >= 1.7
 BuildRequires:  perl(Socket6) >= 0.14
 BuildRequires:  perl(Storable) >= 2.16
@@ -73,7 +72,6 @@ possible to use POE at varying levels of abstraction.
 
 %prep
 %setup -q -n POE-%{version}
-
 # make rpmlint happy...
 chmod -c -x examples/*
 find t/ -type f -exec chmod -c -x {} +
@@ -81,46 +79,36 @@ find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor --default
-
 # yah.  don't do the network tests
 %{?!_with_network_tests: rm run_network_tests }
-
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
-
 %check
 # enable POD tests
 #export POE_TEST_POD=1
-
 # note that there are currently a number of tests that throw errors, but do
 # not fail nor cause the build/suite to fail.  For now just please be aware
 # that there will be some noisy output as the tests are run.
 # Reported upstream at http://rt.cpan.org/Public/Bug/Display.html?id=19878
 make test
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES HISTORY README examples/ TODO t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Wed Dec 21 2011 Petr Šabata <contyk at redhat.com> - 1.350-1
+- 1.350 bump
+- Remove Buildroot and defattr
+
 * Mon Aug 01 2011 Petr Sabata <contyk at redhat.com> - 1.312-1
 - 1.312 bump
 - Deps updated
diff --git a/sources b/sources
index 33a8b3d..5b2b015 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46ba306a88e3fa06f521e4a64a3884a4  POE-1.312.tar.gz
+c45669f433fef93b8fb76ecfa204fcb3  POE-1.350.tar.gz



More information about the perl-devel mailing list