rpms/perl-Event/devel .cvsignore, 1.6, 1.7 perl-Event.spec, 1.13, 1.14 sources, 1.6, 1.7

Chris Weyl cweyl at fedoraproject.org
Tue Sep 1 07:55:12 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Event/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21419

Modified Files:
	.cvsignore perl-Event.spec sources 
Log Message:
* Tue Sep 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.12-1
- add perl_default_filter
- auto-update to 1.12 (by cpan-spec-update 0.01)
- added a new req on perl(Test) (version 1)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	22 May 2008 06:31:56 -0000	1.6
+++ .cvsignore	1 Sep 2009 07:55:11 -0000	1.7
@@ -1 +1 @@
-Event-1.11.tar.gz
+Event-1.12.tar.gz


Index: perl-Event.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/devel/perl-Event.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Event.spec	26 Jul 2009 05:52:06 -0000	1.13
+++ perl-Event.spec	1 Sep 2009 07:55:11 -0000	1.14
@@ -1,23 +1,25 @@
 Name:           perl-Event
-Version:        1.11
-Release:        3%{?dist}
+Version:        1.12
+Release:        1%{?dist}
 Summary:        Event loop processing
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
-URL:            http://search.cpan.org/dist/Event/ 
+URL:            http://search.cpan.org/dist/Event/
 Source0:        http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# non-perl
 BuildRequires:  /usr/bin/iconv
-# core
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Test) >= 1
 
 Requires:       perl(Time::HiRes)
 
+%{?perl_default_filter}
+
 %description
 The Event module provide a central facility to watch for various types of
 events and invoke a callback when these events occur. The idea is to delay the
@@ -26,20 +28,20 @@ safe for callbacks to execute.
 
 
 %prep
-%setup -q -n Event-%{version} 
+%setup -q -n Event-%{version}
 
 # generate our two licenses...
 perldoc perlgpl      > LICENSE.GPL
 perldoc perlartistic > LICENSE.Artistic
 
-# appease rpmlint :) 
+# appease rpmlint :)
 find . -type f -exec chmod -c -x {} +
 %{_fixperms} demo util
-find t/ -type f -exec perl -pi -e 's|^#!\./perl|#!/usr/bin/perl|' {} +
+find t/ -type f -exec perl -pi -e 's|^#!\./perl|#!%{__perl}|' {} +
 
 # fix some other interperter issues..
 cd demo
-perl -pi -e 's|#!./perl|#!/usr/bin/perl|' *.t ../util/bench.pl
+perl -pi -e 's|#!./perl|#!%{__perl}|' *.t ../util/bench.pl
 
 
 %build
@@ -53,7 +55,7 @@ for i in *.pm ; do
 done
 
 # make sure the man page is UTF-8...
-cd ../blib/man3 
+cd ../blib/man3
 iconv --from=ISO-8859-1 --to=UTF-8 Event.3pm > Event.3pm.new
 mv Event.3pm.new Event.3pm
 
@@ -86,6 +88,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.12-1
+- add perl_default_filter
+- auto-update to 1.12 (by cpan-spec-update 0.01)
+- added a new req on perl(Test) (version 1)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	22 May 2008 06:31:56 -0000	1.6
+++ sources	1 Sep 2009 07:55:12 -0000	1.7
@@ -1 +1 @@
-73fe100c2a40ac027fb5d992bbf74eaa  Event-1.11.tar.gz
+f09285ef0388be739fbb83bc3a221977  Event-1.12.tar.gz




More information about the Fedora-perl-devel-list mailing list