rpms/perl-Math-Random-MT-Auto/devel .cvsignore, 1.2, 1.3 perl-Math-Random-MT-Auto.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Aug 21 21:59:58 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32676

Modified Files:
	.cvsignore perl-Math-Random-MT-Auto.spec sources 
Log Message:
release bump


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Feb 2007 20:16:03 -0000	1.2
+++ .cvsignore	21 Aug 2007 21:59:26 -0000	1.3
@@ -1 +1 @@
-Math-Random-MT-Auto-5.04.tar.gz
+Math-Random-MT-Auto-6.02.tar.gz


Index: perl-Math-Random-MT-Auto.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/perl-Math-Random-MT-Auto.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Math-Random-MT-Auto.spec	23 Feb 2007 20:17:13 -0000	1.2
+++ perl-Math-Random-MT-Auto.spec	21 Aug 2007 21:59:26 -0000	1.3
@@ -1,18 +1,24 @@
 Name:           perl-Math-Random-MT-Auto
-Version:        5.04
-Release:        3%{?dist}
+Version:        6.02 
+Release:        2%{?dist}
 Summary:        Auto-seeded Mersenne Twister PRNGs
 License:        BSD 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Math-Random-MT-Auto/
 Source0:        http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Math-Random-MT-Auto-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+# cpan
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Exception::Class) >= 1.22
 BuildRequires:  perl(Object::InsideOut) >= 2.06
 # testing br's...
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08, perl(Test::Pod) >= 1.26
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::Pod) >= 1.26
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 
 Source99: filter-requires.sh
 %define __perl_requires %{SOURCE99}
@@ -26,7 +32,7 @@
 %prep
 %setup -q -n Math-Random-MT-Auto-%{version}
 
-chmod -x samples/*
+chmod -c -x examples/*
 chmod +x %{SOURCE99}
 
 %build
@@ -52,12 +58,20 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README samples/
+%doc Changes README examples/ t/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Math*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 6.02-2
+- bump
+
+* Fri Jun 01 2007 Chris Weyl <cweyl at alumni.drew.edu> 6.02-1
+- update to 6.02
+- add t/ to doc
+- minor spec tweaks to deal with the once and future perl split
+
 * Fri Feb 23 2007 Chris Weyl <cweyl at alumni.drew.edu> 5.04-3
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Feb 2007 20:16:03 -0000	1.2
+++ sources	21 Aug 2007 21:59:26 -0000	1.3
@@ -1 +1 @@
-ef0af016a7f23a1bea54fe90aa45b444  Math-Random-MT-Auto-5.04.tar.gz
+d857b4b7628f4fba24182614cb9a6f0e  Math-Random-MT-Auto-6.02.tar.gz




More information about the fedora-extras-commits mailing list