rpms/perl-Math-Random-MT-Auto/devel .cvsignore, 1.4, 1.5 perl-Math-Random-MT-Auto.spec, 1.6, 1.7 sources, 1.4, 1.5 filter-requires.sh, 1.1, NONE

Chris Weyl cweyl at fedoraproject.org
Tue Oct 28 03:23:36 UTC 2008


Author: cweyl

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

Modified Files:
	.cvsignore perl-Math-Random-MT-Auto.spec sources 
Removed Files:
	filter-requires.sh 
Log Message:
* Mon Oct 27 2008 Chris Weyl <cweyl at alumni.drew.edu> 6.14-1
- update to 6.14
- switch to inline req filtering



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	4 Mar 2008 22:50:05 -0000	1.4
+++ .cvsignore	28 Oct 2008 03:23:06 -0000	1.5
@@ -1 +1 @@
-Math-Random-MT-Auto-6.12.tar.gz
+Math-Random-MT-Auto-6.14.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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Math-Random-MT-Auto.spec	4 Mar 2008 22:50:05 -0000	1.6
+++ perl-Math-Random-MT-Auto.spec	28 Oct 2008 03:23:06 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           perl-Math-Random-MT-Auto
-Version:        6.12 
+Version:        6.14
 Release:        1%{?dist}
 Summary:        Auto-seeded Mersenne Twister PRNGs
 License:        BSD 
@@ -20,9 +20,6 @@
 BuildRequires:  perl(Test::Pod) >= 1.26
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 
-Source99: filter-requires.sh
-%define __perl_requires %{SOURCE99}
-
 %description
 The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is
 capable of providing large volumes (> 10^6004) of "high quality"
@@ -33,7 +30,16 @@
 %setup -q -n Math-Random-MT-Auto-%{version}
 
 chmod -c -x examples/*
-chmod +x %{SOURCE99}
+
+cat << \EOF > %{name}-req
+#!/bin/sh
+%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` | \
+    sed -e '/^perl(Object::InsideOut)$/d'
+EOF
+
+%define __perl_requires %{_builddir}/Math-Random-MT-Auto-%{version}/%{name}-req
+chmod +x %{__perl_requires}
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -64,6 +70,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 27 2008 Chris Weyl <cweyl at alumni.drew.edu> 6.14-1
+- update to 6.14
+- switch to inline req filtering
+
 * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 6.12-1
 - 6.12
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	4 Mar 2008 22:50:05 -0000	1.4
+++ sources	28 Oct 2008 03:23:06 -0000	1.5
@@ -1 +1 @@
-e7cdbbadbe316aecb2fa390bc3285f22  Math-Random-MT-Auto-6.12.tar.gz
+2a41814737c21b759a5e0ff11796ea9e  Math-Random-MT-Auto-6.14.tar.gz


--- filter-requires.sh DELETED ---




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