commit 9fd59d935277bd63ceac7f1dd349c7d08f1b8c49
Author: Paul Howarth <p...@city-fan.org>
Date:   Sun Mar 1 13:52:01 2015 +0000

    Update to 1.24
    
    - New upstream release 1.24
      - Bump minimum perl version to 5.8.0
    - Drop upstreamed UTF8 patch
    - Classify buildreqs by usage

 Event-1.19-UTF8.patch | 14 --------------
 perl-Event.spec       | 29 ++++++++++++++++++-----------
 sources               |  2 +-
 3 files changed, 19 insertions(+), 26 deletions(-)
---
diff --git a/perl-Event.spec b/perl-Event.spec
index c8c3740..5b2db02 100644
--- a/perl-Event.spec
+++ b/perl-Event.spec
@@ -1,24 +1,28 @@
 Name:          perl-Event
-Version:       1.23
-Release:       3%{?dist}
+Version:       1.24
+Release:       1%{?dist}
 Summary:       Event loop processing
 Group:         Development/Libraries
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Event/
 Source0:       
http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Event-%{version}.tar.gz
-Patch0:                Event-1.19-UTF8.patch
+# Module Build
 BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
 BuildRequires: perl(Config)
 BuildRequires: perl(DynaLoader)
 BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(integer)
 BuildRequires: perl(strict)
-BuildRequires: perl(Test) >= 1
 BuildRequires: perl(Time::HiRes)
 BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Test) >= 1
+# Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(Time::HiRes)
 
@@ -37,9 +41,6 @@ safe for callbacks to execute.
 perl -pi -e 's|#!./perl|#!/usr/bin/perl|' demo/*.t t/*.t util/bench.pl
 %{_fixperms} demo/ util/
 
-# Fix character encoding
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -60,11 +61,17 @@ make test
 %{perl_vendorarch}/auto/Event/
 %{perl_vendorarch}/Event.pm
 %{perl_vendorarch}/Event/
-%{_mandir}/man3/Event.3pm*
-%{_mandir}/man3/Event::MakeMaker.3pm*
-%{_mandir}/man3/Event::generic.3pm*
+%{_mandir}/man3/Event.3*
+%{_mandir}/man3/Event::MakeMaker.3*
+%{_mandir}/man3/Event::generic.3*
 
 %changelog
+* Sun Mar  1 2015 Paul Howarth <p...@city-fan.org> - 1.24-1
+- Update to 1.24
+  - Bump minimum perl version to 5.8.0
+- Drop upstreamed UTF8 patch
+- Classify buildreqs by usage
+
 * Wed Aug 27 2014 Jitka Plesnikova <jples...@redhat.com> - 1.23-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b4c092d..f4f2d46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae3873d3312f2516d193d850b184143c  Event-1.23.tar.gz
+cf44203f30750bfa706c2c8005c38e3b  Event-1.24.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to