[perl-Event] Update to 1.22

Paul Howarth pghmcfc at fedoraproject.org
Mon Jun 30 12:57:37 UTC 2014


commit 92ee28970bcffdbdc7133e8bc3da59e1539dc248
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jun 30 13:54:20 2014 +0100

    Update to 1.22
    
    - New upstream release 1.22
    - This release by ETJ → update source URL
    - Don't need to remove empty directories from the buildroot

 perl-Event.spec |   15 ++++++++++-----
 sources         |    2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/perl-Event.spec b/perl-Event.spec
index b9c57ee..8576044 100644
--- a/perl-Event.spec
+++ b/perl-Event.spec
@@ -1,12 +1,14 @@
 Name:		perl-Event
-Version:	1.21
-Release:	5%{?dist}
+Version:	1.22
+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/J/JP/JPRIT/Event-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Event-%{version}.tar.gz
 Patch0:		Event-1.19-UTF8.patch
+BuildRequires:	perl
+BuildRequires:	perl(base)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter)
@@ -28,7 +30,6 @@ safe for callbacks to execute.
 %setup -q -n Event-%{version}
 
 # Fix up permissions and shellbangs
-find ./ -type f -exec chmod -c -x {} \;
 perl -pi -e 's|#!./perl|#!/usr/bin/perl|' demo/*.t t/*.t util/bench.pl
 %{_fixperms} demo/ util/
 
@@ -43,7 +44,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir --ignore-fail-on-non-empty {} ';'
 %{_fixperms} %{buildroot}
 
 %check
@@ -61,6 +61,11 @@ make test
 %{_mandir}/man3/Event::generic.3pm*
 
 %changelog
+* Mon Jun 30 2014 Paul Howarth <paul at city-fan.org> - 1.22-1
+- Update to 1.22
+- This release by ETJ → update source URL
+- Don't need to remove empty directories from the buildroot
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.21-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 720f345..31a27c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8f1c34614abcc0f70738c2f019cdcb5  Event-1.21.tar.gz
+9606eba434a43026335b377f435fb3eb  Event-1.22.tar.gz


More information about the scm-commits mailing list